Currently viewing the category: "Programming"

When you visit some website then you surely see some forms to fill out like enter username, password, email and message. These forms are build in html. We use <form> tag in html to submit these forms. There are two methods to submit these types of forms. One method is get and other is post [...]

Continue Reading

You have already heard about javascript but jquery is little confusing to new coders. The matter of fact is that with the advent of new programming languages it is becoming easier of programmers to code and overcome their needs. Now programmers want that they write less code and have more functionality in the code. With [...]

Continue Reading

The development of html5 starts few years ago and it is still in the process of development now. All the browsers have different support for html5. Older versions of internet explorer do not support html5. There are different elements defined in html5 for each task e.g. <header>, <section>, <nav>, <footer> and more. You can also [...]

Continue Reading

Adobe Company has got so many boosts in previous few years but now with the launch of html5 flash is feeling many problems in popularity. If you see in the mobile world adobe has launched his flash player for mobile devices also but adobe announced recently that he will no more launching flash player for [...]

Continue Reading

Jquery and prototype are both used for good manipulation of javascript. We can handle difficult tasks of javascript through these. For example working on ajax has become very easy. The json data is also easily handled through them. The jquery uses $ sign while prototype uses $$ sign. We can use noconflict method of jquery [...]

Continue Reading

Before telling you the difference between these frameworks, first I want to tell you what is framework. A framework is a structure that eases the development process. CMS (Content Management System) is little bit different from framework in the sense that it is a development structure that you can use. But to use framework you [...]

Continue Reading

Popular htaccess tricks

On August 7, 2011 By

.htaccess is used very common nowadays. To create the .htaccess file you can open notepad and save the file with name of .htaccess.

So here are some popular htaccess tricks.

If you want that if you type example.com in your url and it is changed to http://www.example .com then you can do this by writing [...]

Continue Reading

Alexa is most widely used website to determine the ranking of website. The value of website is better counted with alexa. Alexa also gives toolbar that you can install in your browser e.g in IE and Firefox to get the ranking of websites.

These are few steps you can improve your alexa ranking:-

Place alexa [...]

Continue Reading

Html5 sample syntax

On May 16, 2011 By

The sample html5 code looks like this:-

<!DOCTYPE HTML>
<html>
<head>
<title>My Title goes here</title>
</head>

<body>
My content goes here…..
</body>

</html>

Here the only difference between html 4 and html 5 is doctype. [...]

Continue Reading

Let me discuss static, final and abstract class one by one.

Abstract class

An abstract class is that which must be extended. If you use abstract method in a class then that means the class is abstract also so you have to declare that class as abstract. Abstract class behaves as a template. Abstract class [...]

Continue Reading

Looking for something?

Use the form below to search the site:


Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Set your Twitter account name in your settings to use the TwitterBar Section.