Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

14 Posted Topics

Member Avatar for Shaffer

Hello, I would like to introduce to you a tag, which is unique to FireFox, called <canvas/>. It has amazing graphics, from another world, all with just a few lines of JS. For more information by Mozilla: [URL]http://developer.mozilla.org/en/docs/HTML:Canvas[/URL] For a complitation of Canvas's capabilities (by me :P): [URL]http://www.mattdsworld.com/shaffer/canvas/basic.html[/URL] Thanks, Shaffer.

0
58
Member Avatar for Shaffer

Hello, this code snippet is a function used to manage an unlimited amount of hit counters with a text file. [B]It is crucial that each page will only be displayed once.[/B] The text file syntax: [code] page_name.php:0 page_name.php:0 [/code] An example of a text file that was just set-up (not …

0
98
Member Avatar for Shaffer

This function distributes mail to a mailing list, out of an array. Wether the array is plundered from a database, a file, or from the code, the function only takes a prepared one. Also, this function is only good for HTML messages. The array's syntax is to be: [code] array("recipent's …

Member Avatar for sonny.scroggin
0
152
Member Avatar for Shaffer

This function caps a specific letter of a string, and returns the updated string. THe first letter is 0, as it is default as well.

Member Avatar for Shaffer
0
154
Member Avatar for ta5na

Hello, it says Sresult, instead of $result. It's just not a MySQL result, not a PHP variable. Shaffer.

Member Avatar for bigattichouse
0
131
Member Avatar for basti

Hello, in what form do you need to enter them? I really don't understand... It seems like you need a different table for the pkgoptions, I really don't know how you want the different packages to be entered... Also, there is no way to use phpmyadmin for it. You need …

Member Avatar for Shaffer
0
2K
Member Avatar for Venom Rush

Hello, I have my table date/time column set to VARCHAR(40) for that matter, or anything above the length of the timestamp string. Then, with PHP, I can get that information using date(). If you syntax is DD/MM/YYYY, you can explode the function by the forward slash (/), and then mktime(0,0,0,$date[1],$day[0],$day[2]), …

Member Avatar for Venom Rush
0
83
Member Avatar for vignesh babu

Hello, Firstly, it is really annoying that people keep posting JavaScript questions in the Java forum. They are so different. Secondly, you got two things wrong: 1. Your <divName> is relavant for us. The function getElementById(), gets and element by it's ID, unlike the function getElementByName()! 2. In the second …

Member Avatar for Shaffer
0
1K
Member Avatar for elangobala

Hello, I don't think there is any need for AJAX here. Simply: [code] <form name="The_wonders_of_DHTML"> <input type="text" onmouseover="document.getElementById('comment').value='Please enter name.'"/>&nbsp;<div id="comment"></div> </form> [/code] I hope this helps, Omri Shaffer.

Member Avatar for Shaffer
0
87
Member Avatar for Cerberus

Hello, I am sorry, but I really don't know what you mean... Can you please be more specific? Shaffer.

Member Avatar for MidiMagic
0
146
Member Avatar for kobi

Hello, first of all, in-order to keep of with w3c's newest regulations, try this: [code]<link rel="stylesheet" type="text/css" href="c:\Calendar.css"/>[/code] Anyhow, put it in the <head> section. Shaffer.

Member Avatar for MidiMagic
0
131
Member Avatar for danarashad

Hello, well, yes, there is a way. Use the function setTimeout(miliseconds,"parent function name"); I hope this helps you. Shaffer.

Member Avatar for Shaffer
0
87
Member Avatar for srikanth329

Here, Google's wonders: [URL]http://mistupid.com/computers/binaryconv.htm[/URL] Or do you want the source code to that?

Member Avatar for alsoumhi
0
310
Member Avatar for jayz_raul

Hello, I need to know how many rows, and by what parameters, so that I can help you. Shaffer.

Member Avatar for jayz_raul
0
118

The End.