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

A jong, inquisitive informatics student likes stucture and hates to do half work.

Interests
Swimming, Anime, Occasualy Gaming, Reading/learing, ICT.
PC Specs
Laptop: HP8510p - Intel Core 2 Duo T7500 (2.2 GHz, 4 MB L2-Cache, 800 MHz FSB) - 2 GB DDR2 RAM (667…
Favorite Tags
Member Avatar for snb

Do you mean something like: - user inputs a commando eg: dir - [send] - page shows a directory listing? I don't think something like that will ever be posible with javascript. Because javascript can't even communicatie with outher programmes. Its just a scripting language to make webpages more dynamic. …

Member Avatar for MidiMagic
0
125
Member Avatar for AbberLine

Hi, I would like to make a blok of text appear when the user clicks a hyperlink. Therefor I created a test file in html: [CODE=HTML] <html> <head> <title>InnerHTML - Test</title> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <script type="text/javascript"> function writeEvent(txt){ document.getElementById("infoOut").innerHTML = makeEvent(txt); } function makeEvent(text){ var output return "<table style='border:solid …

Member Avatar for AbberLine
0
219
Member Avatar for jianwu_chen

I found this while looking for something else on google. Could by usefull... [url]http://www.sixteensmallstones.org/ie-javascript-bugs-overriding-internet-explorers-documentgetelementbyid-to-be-w3c-compliant-exposes-an-additional-bug-in-getattributes[/url]

Member Avatar for AbberLine
0
137
Member Avatar for Arch_Bytes

I think you need the <BASE HREF=""> tag. Here you can specify any path and then you hyperlinks wil 'start' from there. Here is an example: [CODE=HTML] <html> <head> <title>In de weer voor 't klimaat</title> <base href="http://example.com/example1/example2/" /> </head> <body> <a href="final.html">This wil open http://example.com/example1/example2/final.html</a> </body> </html> [/CODE] More info …

Member Avatar for AbberLine
0
79
Member Avatar for AbberLine

For this question I would like to reffer to my previous thread: about my game project for school: [URL="http://www.daniweb.com/forums/thread102003.html"]http://www.daniweb.com/forums/thread102003.html[/URL]. I would like to execute a function every few miliseconds. Say every 5 miliseconds. [QUOTE=invisal;495957] This part should call every 5 miliseconds. [code=cplusplus] bool Render() { // Render all the 20 …

Member Avatar for AbberLine
0
1K
Member Avatar for AbberLine

Hi This question gives me a weird feeling, actually I'm not really sure if this is relevant. Anyway, here we go: I'm (still) busy coding my first game in C. The goal is simple: the player is a fisherman and needs to catch all the fish in the water. If …

Member Avatar for AbberLine
0
385
Member Avatar for AbberLine

Hi Recently I started programming C (not C++) in borland 4.5 at school. Now my teammate and I have to make a small game. Therefor I will use an two-dimensional array, the field (a table, rows and colmnes). This two-dimensional array holds chars ("X", "|", "J", "-" and " "). …

Member Avatar for AbberLine
1
196