Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~3K People Reached
About Me

Hi, I am a wierd jack-of-all trades who is kinda interrested in lot's of stuf, especially the hard stuff :P). Right now I'm forusing on expanding my repertoir of known code languages, actually I'm just started as my first ones are HTML and CSS and I'm…

Interests
webdevelopment, (console)gaming, Windows XP
PC Specs
RD480 Neo2 AMD Athlon64 3500+ S939 1024Mb DDRRAM PC3200 Geforece NX6800GS 256MB

19 Posted Topics

Member Avatar for rpk5000

I am not strong on this topic, but I'm afraid that your comment form won't be verry succesfull without MySQL. The database is needed to store various entered comment. Also html is used to creat static pages, so again your form won't have any succes without the adition of a …

Member Avatar for Vusumuzi
0
177
Member Avatar for ¤| battousai |¤

Hello all, A few days ago I tried to use a mail script and recieved an error: "Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25....." Which was wierd because I had set the smtp server to my isp's mailserver. When I changed the smtp_port to 30, …

Member Avatar for ¤| battousai |¤
0
146
Member Avatar for pbrookee

The reason the first list gets screwed is because 'none' is not a valid property for the margin and padding attributes, use 0px or just 0 instead ;) My gues is that the floated divs in the unordered list cause the 'end of the list' to stick behind it, rather …

Member Avatar for cereal
0
137
Member Avatar for ¤| battousai |¤

Hy, I have seached this forum but have not come across any similar topic, so I hope i'm not repeating anything here. Lately I have been playing around a bit with the apache server, and aquired a 2nd computer with a reasonable connection (20480/2048 - no limit) I am looking …

Member Avatar for Spenser
0
114
Member Avatar for sickly_man
Member Avatar for fnrayosunshine
Member Avatar for Cerberus

Don't think this is possible, since php is a server-sided scripting language. You will need the Apache server and php parser which can be downloaded here: [url=http://httpd.apache.org/download.cgi]Apache HTTP server[/url] and [url=http://www.php.net/downloads.php]PHP parser[/url]. for apache, download the msi installer (for windows), unless you want to compile the whole thing :p . …

Member Avatar for zaphod2003
0
155
Member Avatar for moziee

can you post an example of your css code? It can be caused by missing closing tag, and since IE is quitte forgivable to this, it doesn't give as much problems. also, the html for the table looks a bit messy, use a list instead and position it with csss …

Member Avatar for MidiMagic
0
95
Member Avatar for ¤| battousai |¤

Hey everyone. I have been registered here now for some time, but haven't really visited the forum much. I have a been working with html and css now for a year and amased some experience with it but haven't really been doing anything advanced. Lately i have also picked up …

Member Avatar for udaynti
1
56
Member Avatar for wasakonis

well i think i have more or less the same problem. i have made a picture to be displayed on the background of the entire site but it didn't work when i included the code in an external stylesheet. It did however work as a global stylesheet, decleared in the …

Member Avatar for somedude3488
0
145
Member Avatar for Boat

[QUOTE=njagi;398454]The best place to start is finding a good book on HTML and learning the basics. Try [url]www.w#schools.com[/url] for free tutorials The web has numerous tutorials on the this and you will find them very useful good luck[/QUOTE] little typo there. [url]www.w3schools.com[/url] ;)

Member Avatar for HLA91
0
96
Member Avatar for ¤| battousai |¤

I was recently given the task of redoing our website with a new, more fresh looking design. It's a 3 column, fixed width, centered layout with a header and navbars on both sides and a that extend along with the content (middle) box, and have a minimum height of 100% …

Member Avatar for ¤| battousai |¤
0
119
Member Avatar for Pete_UK

You could also try the [color=blue]display[/color] property in css, I haven't tried myself yet but by using it you can make your elements behave like most other elements. for example [color=blue]display: inline[/color] applied to a list will make it behave as an inline element like [color=red]p[/color]

Member Avatar for Pete_UK
0
102
Member Avatar for metrov

The reason for your floating tables to show different on every page is probably due to the fact that float in some way works a bit the same as [color=blue]position: relative[/color] and [color=blue]top: 0[/color]. So if there is something sitting in it's way - someting for it to base it's …

Member Avatar for metrov
0
169
Member Avatar for paradox814

right, I'm not sure about your policies on bumping a post but here it goes. So a few days ago I say the 31 day count so me thinks: time for a fresh install. So I did, and on the first logon I proceed with installing the drivers for my …

Member Avatar for jwnaron
0
481
Member Avatar for ¤| battousai |¤

Hi I'm working on a site that involves alot of date references. I have already implemented some PHP scripting and includes to make the site more dynamic, but would like to do the same with the date references. I have read about the [color=red]date[/color]() funtion but I'm still a newbie …

Member Avatar for jblacdao
0
121
Member Avatar for ¤| battousai |¤

lately I have been experimenting a bit with [color=blue]print[/color] and came up with this: [code=php] $var1 = 'x' print $var1; $var2 = 'y'; print "when you calculate:" . $var1 "-" . $var2 . "=" . ($var1 - $var2); [/code] where you can see a calculation while still in the function …

0
60
Member Avatar for ¤| battousai |¤

sorry to post another problem so soon after my first one, but this has been bothering me for some time now. Sometimes I can't get the [color=blue]echo[/color] funtion to work I already use the [color=plum]$root[/color] succesfully in all the [color=gray]href[/color] and [color=gray]src[/color] attributes last week I wanted to echo a …

Member Avatar for ¤| battousai |¤
0
340
Member Avatar for ¤| battousai |¤

Hello everyone. I have just registered on this site, about time to. I was thinking about this for some time as I have been reviewing some blogs featured on the main page and read some of the tech talk topics. Also I took the liberty of quoting some of these …

Member Avatar for happygeek
0
145

The End.