May
25
2010
Searching for a reliable web hosting provider? HostGator is one of the best and cheapest shared hosting providers I have ever seen. Very short downtimes, fast customer support and the best, upon request you can get SSH access. Read more »
May
21
2010
By: Manish Rawat
There are only two forms of web templates which are widely accepted: PSD (Photoshop document) and HTML (Hyper text mark up language). Photoshop, is a graphic editing program that helps in image creation, editing and processing . PSD are not reusable like HTML Templates. The text which is written cannot be edited. PSD source file templates come in handy when one wants to make heavy customizations (changing out images and navigational menus) to a website template. Its features are: improved file management, support for 16- bit images, customized workspace, unparalleled efficiency.
Read more »
May
01
2010
ClipMoon, a great video sharing website, recently launched its own short url service to cut all video URLs of ClipMoon. Read more »
Apr
01
2010
Bookmarking your website at Social Bookmark Sites is an easy way to increase the backlinks of your website. As there are already many lists of Social Bookmarking Sites, I will list as much of those lists here at one place. Read more »
Mar
28
2010
To prevent at an early time, that many php scripts are not running correctly with PHP 6, PHP 5.3.0 introduces two new error levels: E_DEPRECATED and E_USER_DEPRECATED. Read more »
Feb
24
2010
Variables and Constants are different types of identifiers (names) for saving a simple value in PHP. Both are case-sensitive. For the easy identification of Constants and Variables, you should use lowercases for Variables and uppercases for Constants. Read more »
Feb
11
2010
HTML (HyperText Markup Language) is the basic language and W3C standard of websites. The first official version was HTML 3.2 (1997) and the latest HTML 4.01 (1999). The XHTML (Extensible HyperText Markup Language) standard was developed (also by the W3C) to separate the content and design of websites. The first version was XHTML 1.0 (2000) and the latest XHTML 1.1 (2001). XHTML is the following language of HTML. In the XHTML code the style instructions are outsourced to a CSS (Cascading Stylesheeds) file. This makes it easier to change the style of the website later. Read more »
Feb
09
2010
Most times it’s okay to use the default button in a html form. But if you use a elaborate website design it can be good for your style to use a well desiged image as the submit button.
I know it’s very easy to modify a html form code to work with an image, but some people ask me how the code should look like. Read more »
Feb
09
2010
Welcome to Developers Tutorial, a new web site about all web development related topics, problems and questions.
I’m working since about 3 years in the web development area.
In the meantime I will write about simple problems, who should be interested for web development starters and new webmasters. For example basic knowledge for running a website, starting with (X)HTML, JavaScript or PHP programming.
But I’m sure, also development professionals and web designer will find some solutions or answers to his questions.