Archive

Archive for the ‘Browser Scripting’ Category

Synchronization between XML Schema and Database

November 7th, 2009

SysDB is a tool for synchronizing XML Files (based on XML Schema) and a Relational Database. XML files are stored and managed in a database. – Data are managed in configuration : when you change a XML file, only this file will be added into the base. Old versions can be easily retrieved from the [...]

Read More >>



Jquery Link Scrubber Hack for Blogger

October 24th, 2009

Everyone would have noticed in their Blogs that whenever you click an Link a dotted border appear around the link. The dotted Border not only appears for links but for all images , Post Titles , etc. It’s some what Annoying . After surfing internet for a while Now I have found a hack developed [...]

Read More >>



Random Posts Widget for Blogger

October 22nd, 2009

Most like to crowd their sidebars with full of link list widgets to improve their pageviews. Though the only two widgets available to show post links are recent posts widget and popular posts widget. In the row of recent posts and related posts widget for blogger , Now here comes one more link list widget [...]

Read More >>



jQuery Color Picker Tutorial

October 4th, 2009

Gone are the days of having to manually enter in hex codes to specify colors: with jQuery UI’s color picker, you can make your web application pick colors as smoothly as you would in desktop applications like Photoshop. When coupled with the visual appeal and functional benefit of color pickers, the ease of using jQuery [...]

Read More >>



Create an Ajax-Based Auto-Completing Search Field for your Wordpress Theme

October 1st, 2009

Why not helping your visitors to find what they’re looking for on your blog, by using a cool auto-completion on your search field? To do so, we’ll use Wordpress tagcloud, php and ajax.
Please note that even if this code is fully functional, this is an experimentation, and the SQL query isn’t really optimized.
The idea
We will [...]

Read More >>



Popup Calendar Script for All Browser Internet Explorer,Chrome,Opera,Firefox,Safari

September 26th, 2009

Description: Does your form contain INPUT box(es) that require a date value from the visitor? Sev’s Popup Calendar script allows for a visual, interactive way of selecting and inputting this date, rendering the job of your visitor reaching for a physical calendar to find out the date (whether for today’s or otherwise) obsolete. Very practical [...]

Read More >>



Form Dependency Manager Script

September 26th, 2009

Description: This is a form dependency script for shuttling the display of fields within a complex form, where the visibility of a form field should depend on the value and/or state of another. It’s not meant to replace server side scripting for dictating what fields get filled out by the user; after all, JavaScript can easily [...]

Read More >>



30 Tutorials Combining Both jQuery and Wordpress

September 26th, 2009

30 Tutorials Combining Both jQuery and Wordpress
Take the most popular CMS, Wordpress, and then take the easiest and most versatile of Javscript libraries, jQuery, and you have a match made in heaven. Implementing jQuery within Wordpress is a lot easier than you would think, all you need is a little support from the huge WP [...]

Read More >>



A Custom Cursor Script

September 23rd, 2009

Description: Starting in IE6, for the first time ever, you can specify your own image for the browser to use as the cursor! The image will replace the default “arrow” one. Properly done, a custom cursor can bring furthered consistency to your site’s design.

Read More >>



An Email Validation Script for All Browser

September 20th, 2009

Description: This script uses regular expressions to check that a form field contains a valid email address. Note that it won’t catch all invalid emails, like most similar scripts. However, for most intents and purposes, this script should serve its purpose well, by rejecting common email typos while leaving room for obscure yet valid emails [...]

Read More >>