Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags
Member Avatar for Elbudster

Hello, For a web app I am building, I am dynamically loading additional JavaScript and CSS files on demand (after the initial page load). According to the html specs, both the <script> and <link> elements support the onload event. I can get <script> tags to load and fire an onload …

Member Avatar for matsko
0
569
Member Avatar for K?!

Hi all I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?) I have configured the following things for this: (never mind the colors, those ar just for testing purpose.) [CODE] body { margin: 0; padding: 0; border: …

Member Avatar for xigmapro
0
97
Member Avatar for rikb53

i have looked and looked for this and so far all the code i've downloaded simply doesnt work. this code (below) works fine - however it opens up the "save file Dialog" and requires that the user select the path to save the .html file. how can i by-pass that …

Member Avatar for chandru7
0
512
Member Avatar for AycheKay

I know this is a very popular problem and is covered many places on the Internet but I haven't found a clean and clear resolution to it. I have an existing fixed-width template that I've manually coded using floats and the center column doesn't extend far enough on some pages …

Member Avatar for Elbudster
0
126
Member Avatar for DdoubleD

A few days ago I decided to install MySql v1.2.17 and I downloaded a client class library: MySql.Data.dll v5.0.9.0 (by MySQL AB). I included the client classes inside my wrapper class and had it creating, dropping, inserting, and deleting tables..., or so I thought. I guess I never actually looked …

Member Avatar for sknake
0
231
Member Avatar for Namibnat

I am trying to create an RSS feed dynamically with php, and for the most part it seems to work out right. When I try to validate, it gives me an error with this line: [CODE]<link><a href='index.php?tt=Getting it all together&m=1'>Getting it all together</a></link>[/CODE] And it points to the = between …

Member Avatar for Elbudster
0
141
Member Avatar for TomB1988

Hi there, I currently have code in place to change the background colour of a cell in a table on mouseover, then change it back when the mouse is removed. What I would like to do is also change the foreground and font colour on mouseover, how do I go …

Member Avatar for Elbudster
0
74