JavaScript is the only option, if you want to have the ability to clear all form fields. Yes, HTML form has Reset method, but if the form has initial values, then Reset will return the form to the initial state instead of clear input fields.
Read more »Clear form with JavaScript
Category: Programming Tags:
Why Perl Complex Code requires less lines
Perl developers usually notice how easily you can write complex code by writing very few lines of code and in very small about of space. Arguably the best usage of Perl can be determined by exploring how and why these complex code can be written in few lines and what goes in the background.
Read more »Why Perl Scripts are Super Fast? Benchmark Perl Scripts
Its quite evident that Perl Scripts runs super fast when it comes to handling regular expressions and text processing. Programmer usually argue over which programming language is fastest or better or supports more features but we need proofs and evidences to support any sort of claims.
Read more »Serialize hash table in C# dynamically
I have realized while working on a problem that .NET Framework does not allow serialization of any object that implements the IDictionary interface. I was very much disappointing with the restriction but later i figured out..
Read more »Working with Adobe Spry: An Ajax framework
Adobe Spry is an Ajax framework developed for Web designers, making it possible to create a richer experience on an HTML page. Spry is intended to be a way of easily implementing Ajax - designers with entry level HTML, CSS and JavaScript experience should find Spry an easy way to integrate content.
Read more »A Collection of Regular Expressions Cheat Sheets & Quick Reference Guides
Take advantage of this collection of regular expressions cheat sheets and quick reference guide.
Read more »Category: Programming Tags:
How to read zip archives in Python
You must have run under space issues when Zip is the name of a popular file compression algorithm, which lets you both combine multiple files into a single archive and store them on disk using less space. We’ll show you how you can open and read zip files in your Python scripts.
Read more »Freeform GUIs in Python: Tkinter canvas
The Tkinter framework provides some standard GUI widgets for use in building Graphical User Interfaces in Python. If you need more freedom you can use the Canvas widget included in Tkinter, which gives you an area where you can draw custom shapes.
Read more »10 important facts to look for in a domain registrar
Every web site needs a domain name and it becomes identity of your organization. Domain registration business is growing fast with Godaddy on the top of the list. But sometimes you may run into serious problems or get surprised in the offering and end result. Technology professionals need a good, dependable registrar that offers the tools, services, and features required to properly research and resolve these issues.
Read more »Python Web Scrapper with Beautiful Soup
There are thousands of HTML (or SGML, or XML) parsing libraries for hundreds of languages out there, but we will use a Python library called BeautifulSoup which takes care of almost all of the work for you
Read more »Pyjamas (Python GWT) - Introduction and Creating Widgets
If you are a Python developer and don’t like JS a lot then look at Pyjamas desktop it will run on Web as well as desktop applications. It’s based on google webkit, pyjamas is a cross-browser web application development API. it looks like a desktop API, but underneath, pyjamas is an AJAX library and a comprehensive widget set (implemented as AJAX but you never go anywhere near JavaScript, because at the core of pyjamas is a python-to-javascript compiler).
Read more »Web Development Services - Web-Innovators
Developers or Programmers are professionals who build Internet Applications and infrastructure. They create E-commerce sites, Shopping carts, forums/message boards, Web Chat and other custom web applications.
Read more »Category: Programming Tags:
Why on earth you need Agile Development?
If you are a startup company or you are looking to build a global team across the continents for your product but you don ’t want to end up with a mess you need Agile Development
Read more »Animation Directory, Animation Services, Commercial Animation, Free Animation
ClickAnime.com is your resource of animation world, images, movies, flash animation; graphics design wallpaper, interface-skin, icon cursor, commercial animation, free animations, flash animation software, professional artist, animation workshop, video game and more.
Read more »Image animation with JavaScript
How to animate images on the HTML page? Is it complicated? What tools and technologies you need to use? This article will explain simple image animation and show live demo.
Read more »Category: Programming Tags:
php-vs-python-analysis
What does it take to state one language better than other? One answer can be flexibility, development friendly, licensing policy (open source or commercial), community, portability, dynamic typing, support for variable number of function arguments and ability to freeze live objects in a string representation. Comparison of PHP vs Python.
Read more »Popularity of Programming Languages by November 2008
Popularity of programming languages for the month of November, few majors languages like Java, C and PHP are quite stable in terms of their preference in applications. Python is gaining ground too. Few languages like Ruby, Perl, COBOL are loosing their ground despite strong support from their community.
Read more »PhpBB Site Login Integration
If you have existing phpBB forums setup, you can make a login form for them right from you own website. This is convenient for easy site login integration. You can use this as the base for a site user system instead of having two seperate user systems.
Read more »Category: Programming Tags:
MySQL: foreign keys and referential integrity
Recent versions of MySQL have implemented support for foreign keys through the InnoDB table engine. Following is an explaination of how it works.
Referential integrity is an important concept in database design. The term refers to a state when all the references in a database are valid and no invalid links exist between the various tables that make up the system. When referential integrity exists, any
Secure sensitive data in MySQL with few easy steps
Many hackers constantly try to breach your secure data and steal your secure information away. People generally think that they can’t secure their data actively but this isn’t true. If you’re using MySQL, there are some easy things you can do to secure your systems and significantly reduce the risk of unauthorised access to your sensitive data.
Read more »

