1.
C++ checkdate function for date validation :: zedwood.com codeblog about C++ checkdate function for date validation. ... One of the nice functions provided by php is checkdate(). It checks the range on the month, ...
2.
C++ explode function :: zedwood.com Javascript provides a nice explode function split(), php does the same with its explode() function. You pass in a string which it parses, and breaks it up ...
3.
Javascript DHTML Slider Widget :: zedwood.com Javascript DHTML Slider Widget. With a combination of Javascript and CSS, you can capture the mouse click event and make html page elements move. ...
4.
Javascript - Drag and Drop Dialog Box :: zedwood.com Javascript provides 3 user dialog boxes for user interaction. ... Alert("The user has clicked this button", "Warning!");//body and title ZWDialog. ...
5.
PHP - Yahoo's Stock Quote CSV Web Service :: zedwood.com Yahoo finance provides webservice. Basically when you access the url http://finance.yahoo.com/d/quotes.csv?s=AMZN&f=l1, you are accessing the yahoo ...
6.
PHP - Yahoo's Stock Quote CSV Web Service :: zedwood.com Basically when you access the url http://finance.yahoo.com/d/quotes.csv?s=AMZN&f=l1, you are accessing the yahoo webservice which pulls the data you ...
7.
PHP - Yahoo's Stock Quote CSV Web Service :: zedwood.com codeblog about PHP - Yahoo's Stock Quote CSV Web Service. ... The sl1c1, tells the web service that you want the stock symbol (s) along with the last close ...
8.
PHP - Yahoo's Stock Quote CSV Web Service :: zedwood.com codeblog about PHP - Yahoo's Stock Quote CSV Web Service. ... The sl1c1, tells the web service that you want the stock symbol (s) along with the last close ...
9.
PHP - Yahoo's Stock Quote CSV Web Service :: zedwood.com codeblog about PHP - Yahoo's Stock Quote CSV Web Service. ... The sl1c1, tells the web service that you want the stock symbol (s) along with the last close ...
10.
AJAX Back Button Fix :: zedwood.com Here is my solution:. You set your pages up so you have a hidden frame storing the page history for your ajax website so the back button knows where to take ...
|