Login To InderWeb ! Just Play !

Username:
Password:

UserSubmittedComments

Quick News And Links

What is AJAX And where it is used?

Ajax is a way of developing Web applications that combines:

* XHTML and CSS standards based presentation
* Interaction with the page through the DOM
* Data interchange with XML and XSLT
* Asynchronous data retrieval with XMLHttpRequest
* JavaScript to tie it all together

In the traditional Web application, the interaction between the customer and the server goes like this:

1. Customer accesses Web application
2. Server processes request and sends data to the browser while the customer waits

What is PHP? And where is its use?

PHP Hypertext Processor (PHP) is a open source server side technology used for creating database driven sites.

installation of SQL Server 2005

Operating System Requirements (64-bit)


This table shows the operating systems that run the server software from each 64-bit version of SQL Server 2005.

Recently Added images/Audios

Frequency setting of green laser pointer is reasonable

Frequency setting of green laser pointer is reasonable

Frequency setting of green laser pointer is reasonableThe application of
laser in the treatment of 1 cutting 2. polymerization filling, cavity treatment.
filling polymerization, the laser in the industry, but also wide range of
applications, the laser in the industry, also wide range of applications,
because the laser in the laser beam is focused to the surface when the material
melts, enough to melt the material, the laser beam and the material for the
relative motion along a certain path, to form a certain shape of the kerf to

the fatter they will get the longer they try to fruta planta lose weight

the fatter they will get the longer they try to fruta planta lose weight

Against the way: bubble bath to relax the tightened muscles, in the bubble
bath when calf massage, make the circulation of the blood flow to improve
dropsy. When motion is unfavorable excessive training leg ministry muscle, lest
muscles stronger. If need to stand for long work, can wear elastic pantyhose to
prevent crus varicose veins, rest time also can massage the calf. fruta planta
pills
botanical slimming
 

Interview Question And Answers

define XML and methods of using xml in php code.

The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages.[1] It is classified as an extensible language because it allows its users to define their own elements.
Code for Xml file:-(php tags will not there but xml tag can be )
InderWeb Dot Com

http://inderweb.com My Blog

http://inderweb.com/blog/

Abstract classs,abstart functions and howto use in php5.

PHP 5 introduces abstract classes and methods. It is not allowed to create an instance of a class using function new that has been defined as abstract. Any class that contains at least one abstract method must also be abstract. Methods defined as abstract simply declare the method's signature they cannot define the implementation.Abstract method means you have to implement it in your child classes.

Advantages of php5 over php4 oops,mysql,error handling

PHP (PHP:Hypertext Preprocessor) was designed to create dynamic web pages and is server-side scripting language. Different versions of PHP exists and latest is PHP5.There were many changes and updation from version php3 to php4 and then many were added from php4 to php5.
  • * Object-oriented programming(Fetures like Abstract class,methods)
  • * MySQL5 Supports
  • * XML functions(e.g Simplexml) Laongwith these features php5 also addes new features.

Programming Tips/Tricks And Help Desk

        
  • Add an HTML signature to my Thunderbird mail account in Linux/Ubuntu
    Posted:Mar 11, 2010 11:34
    -Thunderbird does support HTML - and plain text - signatures, but the way you configure and install it is a bit more tricky than with mainstream mail programs:You need to create a signature file. A signature file may be formatted or unformatted.Mozilla states (incorrectly) that formatted signature files will only be visible to those who can view HTML filesManaging Drupals Primary Links menus from template.php preprocess functions
    Posted:Mar 10, 2010 15:53
    -You can manage display of primary menu links from your template.php file. If you have used theme("links","$primary_links,array("class"=>"primary menu")); Then you can preprocess links from template...
  •     
  • jCalendar: A jQuery Based Calendar Goes The Drupal Way for date type fields jstools drupal5
    Posted:Nov 14, 2008 14:41
    -Jscalender module come with Jstools package in drupal 5 you can download drupal jstools package from the drupal.org site.Jscalender uses the jsCalendar javascript library, like using a special CSS class called via #attribute in the form element array to convert textfields into jcalendar enabled...
  •     
  • ALTER table command mysql sql database manipulation adding new column drop column index consrtaint
    Posted:Nov 14, 2008 07:25
    -ALTER TABLE allows you to change the structure of an existing table. For example, you can add or delete columns, create indexes, change the type of existing columns, or rename columns or the table itself.You can use ALTER TABLE to modify the structure of a table that has not been added to a database...
  •     
  • phonebook example in php mysql insert delete confirm basic demo
    Posted:Nov 12, 2008 23:18
    -This is a very basic example of php/mysql.We used to make use of mysql database and a php file for getting this done.To run this code you can first create database as provided in sql here and after creating database run this code...
  •