Learn Web Development

About Web Development
You can learn web development things and web programming things like HTML, PHP, MySQL, Javascript, Ajax, jQuery etc.

Recent Twitter Updates
Recent Comments
  • It's a good way to learn basics of web for beginners.... more
  • The string functions is explained very nicely. Thanks.... more
  • Event Handling Functions using jQuery

    Posted by PRIYAQPT on April 28th, 2012 at 8:26 am
    Event handling are the important function in jQuery. Event handlers are called when something happens eg: clicking a button. It is referred as trigger of an event. Let us describe with simple example: [html] <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("button").click(function(){ $("p").hide(); }); }); </sc...
    Read More
  • Simple drop down menu using jQuery

    Posted by PRIYAQPT on April 25th, 2012 at 12:08 pm
    Creating the drop down menu is very simple using jQuery when compared to javascript. By just adding a small piece of jQuery code you can do a lot of things within drop down menu. Using this you can able to implement multilevel drop down menus Refer the following source code to create a drop down menu EXAMPLE: 1. Create a HTML file with unordered list and save them as dropdownmenu.html [html] <html> <head> <title>Learnwebdevelopment</title> <link rel=&...
    Read More
  • Navigation menu using HTML

    Posted by PRIYAQPT on April 19th, 2012 at 11:12 am
    Navigation bar are the most important element while designing a website. Web-developers can create user-friendly navigation bars using HTML and CSS. Using these navigation bar user can navigate between different menus easily. Just follow these steps to create a multilevel navigation bar 1. Create a multilevel unordered list using HTML and save the file as "filename.html" EXAMPLE: [html] <html> <head> <title>drop down menus</title> </head> <bod...
    Read More
  • Introduction to AJAX

    Posted by PRIYAQPT on April 19th, 2012 at 10:41 am
    AJAX = Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes. This means that it is possible to update parts of a web page, without reloading the whole page. Classic web pages, (which do not use AJAX) must reload the entire page if the content should change. Examples of applications using AJAX: Google Maps, Gmail, Youtube,...
    Read More
  • How to use javascript pop-up menus

    Posted by PRIYAQPT on April 19th, 2012 at 7:14 am
    Javascript has three types of popup boxes Alert Confirm Prompt ALERT Javascript alert are the kind of  information to the user. If you have not enabled the JavaScript on your web browser, then you may not able to get "alert" messages.  The JavaScript alert is a dialogue box that pops up and takes the focus away from the current window and forces the web browser to read the message. SYNTAX: alert("your message"); EXAMPLE: [html] <html> <head> <s...
    Read More
  • Correct php code for seeing the IP Address of the Server

    Posted by PRIYAQPT on April 18th, 2012 at 7:59 am
    You can check your ip address for your machine by using the following code: echo $_SERVER['REMOTE_ADDR']; If you wanted to check whether the IP address got changed then try with the below statement. echo $_SERVER['SERVER_ADDR']; And, it was showing the new ip address. But below statement is still showing the old ip address. echo file_get_contents("whatismyip.com") So, If you would like to know whether $_SERVER['SERVER_ADDR'] is the correct way of knowing the IP address of t...
    Read More
  • How to enable PHP cURL in windows

    Posted by PRIYAQPT on April 12th, 2012 at 9:17 am
    PHP has build-in extension for getting content from remote sites. This extension is known as cURL. For enabling cURL in windows environment, we need to do below two steps. -Uncomment extension=php_curl.dll in the PHP.INI file. -Copy the below two dll files from PHP folder and put it under windows/system32 dir. ssleay32.dll libeay32.dll...
    Read More
  • How to find out whether an object is a part of a group or not?-Grouping

    Posted by admin on March 31st, 2012 at 7:58 am
    We can easily find out whether an object is part of a group or not.If the object is a part of group means thin colored highlighting line will appear around the outer edges of grouped objects.Default color is pale blue.If we want we can change the settings. To change the default color settings: 1.In menu select Edit-->Preferences 2.Select the General Tab 3.In Highlight color option Select Use this color button Change the color according to our taste 4.Click Ok...
    Read More
  • Is it possible to edit group of objects? – Grouping

    Posted by admin on March 31st, 2012 at 7:54 am
    Yes we can edit a group of objects. 1.In menu select Edit-->Edit selected OR Double click on our group 2.Now we can see some changes on our time line.Group icon is appearing next to scene. 3.In Edit group mode we can do changes 4.To return to the main stage click Scene1 button Now we are back on the main stage....
    Read More
  • How to Ungroup the objects? – Grouping

    Posted by admin on March 31st, 2012 at 7:51 am
    1.Select the objects with the arrow tool 2.In menu select Modify-->Ungroup Our objects are UnGrouped. Now if we move an object the particular object alone will move....
    Read More
Page 1 of 191234510...Last »
Categories
Archives
Recent Posts
Meta
rss facebook linkedin reddit subscribe

Developed by QualityPoint Technologies

Tech Blog   Bookmarking   Quotes   QTP Book   The Christmas   Time Sheet   Learn webdevelopment