Feeds:
Posts
Comments

Archive for May, 2009

There are numerous solutions for form control styling on the Interet based on the popular JavaScript libraries.
Here’s a quick reference to scripts created by me, that implement state-of-the art form control styling with a small footprint and without using  jQuery, Y!UI, MooTools or any other JavaScript libary.
- Input.JS – Enhance the textboxes, passwords and textarea elements of your website forms with rounded corners [...]

Read Full Post »

Get most of the website widgets and tools I’m developing in a single package that is regularly updated. Whenever a new script or script update is available, it will be included in the download file. To stay informed and up-to-date with Acid.JS, please, subscribe to my RSS feed.
The latest additions are in red. Removed or [...]

Read Full Post »

Here’s a quick and dirty way to style file upload (<input type=”file” />) boxes with a few lines of JavaScript and ButtonReplacement.JS, so they look like this:

instead of this:

The Init Script:
<script type=”text/javascript”>
  uploadjs.init(‘100′, ‘Browse for File…’); // width and text of the “Browse…” button
  </script>
The HTML – any number of file input boxes:
<form id=”Form1″ action=”" method=”post”>
   <input type=”file” name=”File1″ [...]

Read Full Post »

Here’s the deal:
Choose three cool scripts developed by WeMakeSites.NET for your own projects and purchase them for USD40! This is the summer deal of 2009 and will continue from May 14 until September 14, so be sure to compile your creative dev bundle soon.
If you are interested in purchasing TinySite.XML, the AJAX content management system, you may have the Standard version for USD50 [...]

Read Full Post »

Here is a collection of several (mostly) AJAX scripts created between 2008 and 2009 that you may find useful:
Browser History and Bookmarks in AJAX Websites

Fixing the Browser History (Back and Forward buttons) in AJAX Websites – a small script that makes use of the JavaScript location.hash property to handle the broken back and forward browser buttons in [...]

Read Full Post »

Get most of the website widgets and tools I’m developing in a single package that is regularly updated. Whenever a new script or script update is available, it will be included in the download file. To stay informed and up-to-date with Acid.JS, please, subscribe to my RSS feed.
The latest additions are in red. Removed or [...]

Read Full Post »

Guestbook.XML is easy to use, AJAX driven, crossbrowser and skinnable guestbook that will give your visitors pleasant Web 2.0 experience on your website.
The setup of the script is a matter of minutes, and the Admin panel offers 100% flexibility and killer customization options – string customization, profanity filter, html filter, skin changer, various moderation and [...]

Read Full Post »

Sometimes, when working with dynamically created objects on the client, it is needed to style these elements in a specific way. Due to the nature of these objects (for example – unique IDs) , they cannot be styled in the classic way, though. The document.createElement method of JavaScript can be used to create <style>…</style> tag and [...]

Read Full Post »