Just too funny!
Long ago in a web far far away, Dingobytes.com was created to offer service to a special Niche of businesses. After a few years of blood, sweat and tears, the venture disappeared and the domain was lost. After squatters found this domain useless, it was purchased for sentimental reasons and is now the home to tips and tricks for developers, admins and designers.
Just too funny!
31 Jan
Posted by admin In JQuery, Tutorial |
Share on Twitter
Inspired by a similar feature at Twitter.com, this jQuery Plugin will help you display messages at the top of your page with an assortment of options.
Download the latest version 1.3 of the plugin at http://showMessage.dingobytes.com/download/
This is my first attempt at a jQuery Plugin, so although it works fine for my liking, I am sure there are many things that can be done more effectively.
Was talking to some of my “geek” friends about touch technology and some of the reasons why it will not the “wave of the future”. Then Zac shows me this from his great blog.
http://randomonium.blog-o-blog.com/post/211379921/multi-touch-desktop-interface-want-it-now/ Read More
29 Sep
Posted by admin In AJAX, Coldfusion, JQuery, Tutorial |
Share on Twitter
There are many times we might want to retrieve some data from the server or database without taking the user away from the current page. One such example of this is when a user is registering for a website and they need to verify if a username is available for use or not. Using an AJAX XMLHttpRequest is a quick and efficient way to check the availability of the username. The javascript XMLHttpRequest retrieves information from the server without using a page refresh.
When it comes to developing new applications for the web, it doesn’t take long for plans to spiral out of control. The development track usually starts off simple, but somewhere between initial planning and final release there is this thing we here like to call “Feature Creep”.
What might start off as a simple idea is turned into a three headed monster as more people add their input. The longer it takes the application to be completed, the more features are added to it until the next thing you know, the application has forms, polls, feedback, email to a friend, embed, etc all added to this small 300 x 300 pixel box. Read More