Jumat, 17 Juli 2009

New version 1.0.6 of JS Auto Form Validator

New 1.0.6 version of JS Auto Form Validator is available for downloading from here.Changes in this version:-----------------------* Feature: [added] added new language - Japanese* Feature: [improved] checking of email in isEmail() functionBug: [fixed] uppercase for text didn't workTo view a Live Demo click here.

New version of PHP Easy Installer 2.0.3

The new version 2.0.3 of PHP Easy Installer is available for downloading from here. There are some changes in this version. Read carefully Getting Started. There are some important changes and additions in this version: • Feature: [added] possibility to pre-check the current version of PHP• Feature: [added] possibility to define demo|debug and production modes for installation process• Feature:

Senin, 06 Juli 2009

List of Firefox Shortcuts

If you are user of the Firefox web browser then this is the useful place for you.
Here i am listing down some of the common shortcuts.

1) Open new Tab                       ctrl + t
2) Close current Tab                 ctrl + w
3) Fullscreen ON / OFF           F11
4) Refresh                                  F5
5) Increase Font Size               ctrl + + 
6) Decrease Font Size              ctrl + -
7) Normal Font Size                 ctrl + 0
8) Find                                       ctrl + F
9) Scroll Down                          space
10) Scroll Up                            shift + space

Firefox addons for Web Developers - Download it !

A Great addon for the Firefox ! ! !


If you are want to understand how the page is displayed in firefox browser, how it is divided and showed then you can use the firebug addons for better understanding of the code.

Install this addon from the following URL.


https://addons.mozilla.org/en-US/firefox/collection/firebug_addons


After installation it will ask to restart the firefox.
Restart the firefox and you are done.


After that just right click on any part of the page and click "Inspect Element".








A window will be opened showing the code of the element.




You can alter the code there to see the temporary changes caused by modifying the code or css.
Its very useful for web developers.

Syntax of PHP


<?php
//comments
?>



what is php ?

PHP (Hypertext Pre-Processor)

PHP is a scripting language used for producing dynamic webpages.
PHP is a free open-source server-side scripting language. 
PHP code can be embedded in HTML.

You can find the more information about php on the following Wiki link.

Minggu, 05 Juli 2009

php for beginners

If you are a beginner to php then there are some useful resources available on the net to start with.
You can go through following sites to get information.

1) http://www.w3schools.com/PHP/ - This is a very useful website explaining many functions with examples.

more links will be here........

Free php scripts and Programs

Hi everyone,

Here you will find a collection of php scripts and programs.

keep visiting blog for more updates.

Here we are trying to build a large and very helpful database of links, codes, scripts and programs related to php and other technologies.