1

Clear form with JavaScript

http://www.redips.net

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 »
3 hours 50 min ago – Made popular 3 hours 50 min ago
Category: Programming   Tags:
1

Why Perl Complex Code requires less lines

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
9 hours 25 min ago – Made popular 9 hours 25 min ago
Category: Programming   Tags:
1

Why Perl Scripts are Super Fast? Benchmark Perl Scripts

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
2 days 9 hours ago – Made popular 2 days 9 hours ago
Category: Programming   Tags:
2

Serialize hash table in C# dynamically

http://www.hurricanesoftwares.com

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 »
kailash k's picture
2 weeks 6 days ago – Made popular 2 weeks 6 days ago
Category: Programming   Tags:
2

Working with Adobe Spry: An Ajax framework

http://www.hurricanesoftwares.com

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 »
kailash k's picture
3 weeks 1 day ago – Made popular 3 weeks 1 day ago
Category: Programming   Tags:
2

How to read zip archives in Python

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
3 weeks 5 days ago – Made popular 3 weeks 5 days ago
Category: Programming   Tags:
3

Freeform GUIs in Python: Tkinter canvas

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
3 weeks 5 days ago – Made popular 3 weeks 5 days ago
Category: Programming   Tags:
2

10 important facts to look for in a domain registrar

http://www.hurricanesoftwares.com

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 »
kailash k's picture
4 weeks 12 hours ago – Made popular 4 weeks 12 hours ago
Category: Programming   Tags:
3

Python Web Scrapper with Beautiful Soup

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
4 weeks 12 hours ago – Made popular 4 weeks 12 hours ago
Category: Programming   Tags:
4

Pyjamas (Python GWT) - Introduction and Creating Widgets

http://www.hurricanesoftwares.com

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 »
kailash k's picture
6 weeks 1 day ago – Made popular 6 weeks 1 day ago
Category: Programming   Tags:
3

Web Development Services - Web-Innovators

http://www.web-innovators.com

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 »
7 weeks 18 hours ago – Made popular 6 weeks 2 days ago
Category: Programming   Tags:
4

Why on earth you need Agile Development?

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
6 weeks 6 days ago – Made popular 6 weeks 6 days ago
Category: Programming   Tags:
2

Animation Directory, Animation Services, Commercial Animation, Free Animation

http://www.clickanime.com

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 »
8 weeks 2 days ago – Made popular 8 weeks 2 days ago
Category: Programming   Tags:
3

Image animation with JavaScript

http://www.redips.net

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 »
8 weeks 2 days ago – Made popular 8 weeks 2 days ago
Category: Programming   Tags:
7

php-vs-python-analysis

http://www.hurricanesoftwares.com

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 »
kailash k's picture
9 weeks 9 hours ago – Made popular 9 weeks 9 hours ago
Category: Programming   Tags:
6

Popularity of Programming Languages by November 2008

http://www.hurricanesoftwares.com

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 »
hurricanesoftwares's picture
9 weeks 2 days ago – Made popular 9 weeks 2 days ago
Category: Programming   Tags:
3

PhpBB Site Login Integration

http://gysu.info

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 »
10 weeks 4 days ago – Made popular 10 weeks 4 days ago
Category: Programming   Tags:
4

MySQL: foreign keys and referential integrity

http://www.hurricanesoftwares.com

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

Read more »
kailash k's picture
11 weeks 1 day ago – Made popular 11 weeks 1 day ago
Category: Programming   Tags:
4

Secure sensitive data in MySQL with few easy steps

http://www.hurricanesoftwares.com

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 »
kailash k's picture
11 weeks 1 day ago – Made popular 11 weeks 1 day ago
Category: Programming   Tags: