Search found 59 matches

Actual Results

Post 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.

Post 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...

Post 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...

Post 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...

Post 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...

Post Posted: October 23rd, 2006, 8:10 am

http://www.alistapart.com

Post Posted: October 23rd, 2006, 8:06 am

There was a thread on Thursday/Friday about this. I suggest using the search feature for it.

Post Posted: October 17th, 2006, 7:34 am

Fix the simple things like the linebreaks in tables.

What are you using for validation?

Post Posted: October 17th, 2006, 7:17 am

None of them validate from where I am. Missing Doctypes, line breaks in tables, etc.

Post 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...

Post 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.

Post Posted: October 3rd, 2006, 5:01 am

http://www.w3.org/TR/html4/present/frames.html#h-16.5

Post Posted: October 3rd, 2006, 1:52 am

It is. It's a port of the phpBB to Java.

Post Posted: October 3rd, 2006, 1:32 am

Don't forget JForum!

Post 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?
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.