Hacked by eL-CeWaD
MilliKuvvetler.net
RainMan / BarLasTruk / Kenshiro / Shed510
Ever tried to use the onChange event to catch a change of state in a radio button group? The following code works alright in Firefox, but not in Internet Explorer:
<input type="radio" name="options" id="option1" onChange="alert('option1')">
<input type="radio" name="options" id="option2" onChange="alert('option2')">
IE treats the onChange event in a different manner: it recognizes something changed just after you lose focus [...]
As I’ve wrote earlier this week, Google is leading a silent battle against Internet Explorer 6, the 7 year-old browser that is still causing tons of problems to web developers. A first major step, was the announcement that YouTube is no longer supporting IE6, which was more of a statement then a strategic decision – [...]
It looks like the end is finally ariving for our least favorite browser IE6 as SitePoint announces. It’s survived longer than any of us could have expected and it still has a larger market share than Chrome, Safari, and Opera combined. Whilst some smaller web sites have dropped support for the 8 year-old browser, none [...]
Firefox 3.5 is a pretty substantial update to the popular open-source browser, and it’s just around the corner. See what features, fixes, and clever new tools are worth getting excited about in the next big release.
10. Undo closed window
9. Forget this site
8. Tab tearing
7. Keyword AwesomeBar filters
6. Smarter session restore
5. Private browsing mode
4. Color profiles [...]
A common challenge faced by PHP programmers is how to accept files uploaded by visitors to your site. In this bonus excerpt from Chapter 12 of the recently published SitePoint book: Build Your Own Database Driven Web Site Using PHP & MySQL (4th Edition), youll learn how to accept file uploads from your web site [...]
With the lunch of the 4th edition of the “Build Your Own Database Driven Web Site Using PHP & MySQL” book, the SitePoint team starts by offering a superb free tutorial on installing the WAMP platform.
WampServer (where Wamp stands for Windows, Apache, MySQL, and PHP) is a free, all-in-one program that includes built-in copies of [...]
New features in HTML 5 are here
How to validate a textfield using the javascript on lose focus event
Mass String Replace in a MySQL database