- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
14 Posted Topics
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.
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 …
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 …
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.
Hello, it says Sresult, instead of $result. It's just not a MySQL result, not a PHP variable. Shaffer.
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 …
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]), …
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 …
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.'"/> <div id="comment"></div> </form> [/code] I hope this helps, Omri Shaffer.
Hello, I am sorry, but I really don't know what you mean... Can you please be more specific? Shaffer.
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.
Hello, well, yes, there is a way. Use the function setTimeout(miliseconds,"parent function name"); I hope this helps you. Shaffer.
Here, Google's wonders: [URL]http://mistupid.com/computers/binaryconv.htm[/URL] Or do you want the source code to that?
Hello, I need to know how many rows, and by what parameters, so that I can help you. Shaffer.
The End.
Shaffer