Actual Results
- grahamr
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript code for the Active MAC Address
- Subject: Javascript code for the Active MAC Address
- Replies: 6
- Views: 8912
Posted: March 20th, 2007, 2:49 am
Well he can work through for the solution himself. That way he learns more. I can tell him that it does work and I gave him how I did it. The website has everything he needs to know about returning the mac address. The browser detect script is available easily via a google search.
G.
G.
- grahamr
- Forum: Programming / Scripting / Coding Forum
- Topic: Javascript code for the Active MAC Address
- Subject: Javascript code for the Active MAC Address
- Replies: 6
- Views: 8912
Posted: March 20th, 2007, 2:36 am
Yes - almost exactly as I posted. In the body tag I placed an onload function to detect the browser. If the browser isn't IE 5.5 or greater we then redirect them to a page that explains that the user needs a browser that supports ActiveX and no activeX was detected. If that passes then the code runs...
- grahamr
- Forum: Website Design Forum
- Topic: Tableless design
- Subject: Tableless design
- Replies: 6
- Views: 886
- Subject: Tableless design
Posted: February 2nd, 2007, 3:17 am
For tableless design I suggest taking a look at bluerobot.com and the little boxes . If you have a design already and want to make it tableless then you can follow this article at A List Apart . I agree with majocmatt - while Dreamweaver et al allows for rapid prototyping, really knowing your platfo...
- grahamr
- Forum: Website Design Forum
- Topic: Forcing IE to clear authentication details
- Subject: Forcing IE to clear authentication details
- Replies: 0
- Views: 585
Posted: February 1st, 2007, 7:53 am
I have a Web App (IE only) that requires the user to log in. This is done via the basic authentication method (the pop up dialog box). If the user enters an invalid username/password and revisits the site in the same session (they don't close the browser, then the same invalid user details are forwa...
- grahamr
- Forum: Website Design Forum
- Topic: Two more formatting issues
- Subject: Two more formatting issues
- Replies: 15
- Views: 894
- Subject: Two more formatting issues
Posted: October 25th, 2006, 5:05 am
The complexity comes from Microsoft not wanting to upset a lot of their corporate customers, so when you create a webpage without a doctype it enters a compatibility mode which recreates all the features of NN3+ including all bugs plus it's own unique features. You add a doctype in and it will try t...
- grahamr
- Forum: Website Design Forum
- Topic: Need design advice
- Subject: Need design advice
- Replies: 9
- Views: 589
- Subject: Need design advice
Posted: October 23rd, 2006, 8:10 am
http://www.alistapart.com
- grahamr
- Forum: Website Design Forum
- Topic: Embedded Windows Media Player
- Subject: Embedded Windows Media Player
- Replies: 11
- Views: 6463
- Subject: Embedded Windows Media Player
Posted: October 23rd, 2006, 8:06 am
There was a thread on Thursday/Friday about this. I suggest using the search feature for it.
- grahamr
- Forum: Website Design Forum
- Topic: Can some PLEASE Explain this to me! HTML Validation!
- Subject: Can some PLEASE Explain this to me! HTML Validation!
- Replies: 4
- Views: 1401
Posted: October 17th, 2006, 7:34 am
Fix the simple things like the linebreaks in tables.
What are you using for validation?
What are you using for validation?
- grahamr
- Forum: Website Design Forum
- Topic: Can some PLEASE Explain this to me! HTML Validation!
- Subject: Can some PLEASE Explain this to me! HTML Validation!
- Replies: 4
- Views: 1401
Posted: October 17th, 2006, 7:17 am
None of them validate from where I am. Missing Doctypes, line breaks in tables, etc.
- grahamr
- Forum: Website Design Forum
- Topic: CSV
- Subject: CSV
- Replies: 6
- Views: 582
- Subject: CSV
Posted: October 6th, 2006, 2:07 am
No sites or tutorials. I was just giving experience. I had to import several hundred thousand objects from a couple of hundred CSV files in a central database (Oracle 8i) and the first unoptimised code took around 36hrs. Then I reused the cursors and the time dropped to 14hrs. The import routine was...
- grahamr
- Forum: Website Design Forum
- Topic: CSV
- Subject: CSV
- Replies: 6
- Views: 582
- Subject: CSV
Posted: October 4th, 2006, 2:27 am
In this instance I would use a scheduled job to automatically batch load the CSV files into an actual database when the prices are updated. This should improve latency.
- grahamr
- Forum: Website Design Forum
- Topic: How to use targeting.
- Subject: How to use targeting.
- Replies: 4
- Views: 439
- Subject: How to use targeting.
Posted: October 3rd, 2006, 5:01 am
http://www.w3.org/TR/html4/present/frames.html#h-16.5
- grahamr
- Forum: Website Design Forum
- Topic: Adding a forum to a website.
- Subject: Adding a forum to a website.
- Replies: 23
- Views: 2064
- Subject: Adding a forum to a website.
Posted: October 3rd, 2006, 1:52 am
It is. It's a port of the phpBB to Java.
- grahamr
- Forum: Website Design Forum
- Topic: Adding a forum to a website.
- Subject: Adding a forum to a website.
- Replies: 23
- Views: 2064
- Subject: Adding a forum to a website.
Posted: October 3rd, 2006, 1:32 am
Don't forget JForum!
- grahamr
- Forum: Website Design Forum
- Topic: CSV
- Subject: CSV
- Replies: 6
- Views: 582
- Subject: CSV
Posted: October 3rd, 2006, 1:29 am
Firstly, what are you using? Client side or server side?
Then what language are you using?
What are you trying to achieve?
Then what language are you using?
What are you trying to achieve?

