Feed on
Posts
Comments

Archive for the ‘php’ Category

This is what we call external javascript too..
Anyway save your .js file as .php. For example, your js file will be named as file.php
The syntax to referencing a PHP file using external JavaScript is almost same as what we normally do for JS files:
<script type=”text/javascript” src=”file.php”></script>
where “file.php” is either an absolute or relative path to [...]

Read Full Post »

hmmm…eclipse is an amazing ide and there are thousands of well documented plugins available on internet to make the development process much more simpler for developers.
Well it just helps to make your task easy, simple and fast. A few things which can be done using these plugins for eclipse are HTML,XML and XHTML documents validation; [...]

Read Full Post »