Tag: javascript
Characters Remaining Function for Forms
JavaScript Script to Count Remaining Characters
Sometimes you need to limit the amount of characters allowed in a textarea, but the other day, I needed to go one step further and display the amount of characters left in real time as the user writes inside the form. This makes your website very interactive and the […]
Popularity: 3%
New “WordPress Template” Theme for WP
Latest Free WP Theme: WordPress Template
Works with latest WordPress 2.5.1
WordPress 2.5 came out a little while ago and I didn’t really have time to check it out and update my blogs, however, I did checkout the new wordpress homepage. To say the least, I was very impressed with the new redesign. The style […]
Popularity: 3%
Toggle classes with Prototype and CSS
Using Prototype to toggle more than one div
The other day I needed to write a function that will hide and show summery content on a button click. Think of a blog where on a page you have like 5 blog entries with titles and excerpts. Imagine that you wanted to have a button […]
Popularity: 2%
Show Today’s Date with JavaScript
Want to display today’s date on your website or blog? This is super simple and written about everywhere but since I had to write this code today for another website I’ll publish it here in case it helps someone. I wrote one small js function and then when the page loads it loads […]
Popularity: 4%
Six Ways of Redirecting Visitors to a New Page
PHP, JavaScript, META and Htaccess Redirection
Do you need to redirect your users to another page? There are a six different ways you can get it done, two methods using PHP, two methods using JavaScript, and one way using META Refresh or via htaccess file. There are different reasons for using different methods. […]
Popularity: 6%
JavaScript Countdown Clock Script
JS Count Down Timer Code for your Website
I needed a JavaScript counter for a website that counts down to a time, can be configured to a target date, and has lots of customizations like display format, foreground and background colors, etc. I found a pretty good script somewhere online but I needed the counter […]
Popularity: 9%











