search results

Devel(UP) Your Skills

Friday, May 15, 2009

web browser


Web browsingA web browser is the Software program you use to access theWorld Wide Web, the graphical portion of the Internet. The first browser, called NCSA Mosaic, was developed at the National Center for Supercomputing Applications in the early 1990s. The easy-to-use point-and-click interface helped popularize the Web, although few could then imagine the explosive growth that would soon occur.








The Top Three

Internet ExplorerFirefox


Although many different browsers are available, Microsoft Internet Explorer, Firefox,Google's Chrome and Netscape Navigator (a distant third) are the most popular. (Many Mac users prefer the Safari browser.) At one time, Netscape (now owned by AOL) and Microsoft put so much money into their browsers that competitors found it hard to keep up. The battle between the two companies to dominate the market led to continual improvements to the software. Version 5.0 and later releases of either browser are excellent choices. (By the way, both are based on NCSA Mosaic.)

Firefox, a more recent entry, was released in November 2004; version 2.0, with enchanced security and other new features was released in October 2006 and has been updated periodically.


Friday, May 8, 2009

Learn hardware

Learn Hardware

Before you start to learn any thing in computer, At first You should know about the basic hardware, and how these each indivitual hardware functionality used for computer process.

To study about computer internal parts and how they equipped with other parts, its not only used to easy to understand about computer software but for our personal cost.

You should know basic hardware details before,

  • you buy any personal computer or laptop.
  • implement your software.
  • make your office automation.
  • cost savings.
  • start your own company.
  • reduce the system maintanance cost.
so please follow the links given below to learn basic hardware.






Thursday, May 7, 2009

web standards

WEB Standards

we should follow some web standards and some rules while designing and creating a web page. please visit the sites given below for web standards.







learn search engine

Search Engine

Search engines are most busiest web server in the www computer world. These are the engines used to search the particular
wep content from all over the world by the given search key word. Example for the search engine is

Google Search Engine
Yahoo Search Engine



















PPT:



PDF:






learn web designing

Here are some useful site link given to learn a good design practise for your web page.













learn web 2.0

What Is Web 2.0?





The concept of "Web 2.0" began with a conference brainstorming session between O'Reilly and MediaLive International. Dale Dougherty, web pioneer and O'Reilly VP, noted that far from having "crashed", the web was more important than ever, with exciting new applications and sites popping up with surprising regularity. What's more, the companies that had survived the collapse seemed to have some things in common. Could it be that the dot-com collapse marked some kind of turning point for the web, such that a call to action such as "Web 2.0" might make sense? We agreed that it did, and so the Web 2.0 Conference was born.

In the year and a half since, the term "Web 2.0" has clearly taken hold, with more than 9.5 million citations in Google. But there's still a huge amount of disagreement about just what Web 2.0 means, with some people decrying it as a meaningless marketing buzzword, and others accepting it as the new conventional wisdom.

This article is an attempt to clarify just what we mean by Web 2.0.

In our initial brainstorming, we formulated our sense of Web 2.0 by example:

Web 1.0 Web 2.0
DoubleClick-->Google AdSense
Ofoto-->Flickr
Akamai-->BitTorrent
mp3.com-->Napster
Britannica Online-->Wikipedia
personal websites-->blogging
evite-->upcoming.org and EVDB
domain name speculation-->search engine optimization
page views-->cost per click
screen scraping-->web services
publishing-->participation
content management systems-->wikis
directories (taxonomy)-->tagging ("folksonomy")
stickiness-->syndication

The list went on and on. But what was it that made us identify one application or approach as "Web 1.0" and another as "Web 2.0"? (The question is particularly urgent because the Web 2.0 meme has become so widespread that companies are now pasting it on as a marketing buzzword, with no real understanding of just what it means. The question is particularly difficult because many of those buzzword-addicted startups are definitely not Web 2.0, while some of the applications we identified as Web 2.0, like Napster and BitTorrent, are not even properly web applications!) We began trying to tease out the principles that are demonstrated in one way or another by the success stories of web 1.0 and by the most interesting of the new applications.

Read the complete article

Web 2.0

What is Web 2.0?

[PDF]

What is Web 2.0?

Softease - What is Web 2.0

AIIM - What is Web 2.0?


learn web services

learn web services

Web Services can convert your applications into Web-applications.

Web Services are published, found, and used through the Web.


What are Web Services?

  • Web services are application components
  • Web services communicate using open protocols
  • Web services are self-contained and self-describing
  • Web services can be discovered using UDDI
  • Web services can be used by other applications
  • XML is the basis for Web services

How Does it Work?

The basic Web services platform is XML + HTTP.

XML provides a language which can be used between different platforms and programming languages and still express complex messages and functions.

The HTTP protocol is the most used Internet protocol.

Web services platform elements:

  • SOAP (Simple Object Access Protocol)
  • UDDI (Universal Description, Discovery and Integration)
  • WSDL (Web Services Description Language)

We will explain these topics later in the tutorial.


Web Services Tutorial

Web Services Architecture

Web Service Example

Web Services @ W3C

PHP Web Services

Java Web Services At a Glance

Web Service [JSP/Java]

learn web hosting

Web Hosting

How does the Web work? How can I make my own Web Site?

What is a Web Host? What is an Internet Service Provider?


What is the World Wide Web?

  • The Web is a network of computers all over the world.
  • All the computers in the Web can communicate with each other.
  • All the computers use a communication standard called HTTP.

How does the WWW work?

  • Web information is stored in documents called web pages.
  • Web pages are files stored on computers called web servers.
  • Computers reading the web pages are called web clients.
  • Web clients view the pages with a program called a web browser.
  • Popular browsers are Internet Explorer and Mozilla Firefox.

How does a Browser Fetch a Web Page?

  • A browser fetches a page from a web server by a request.
  • A request is a standard HTTP request containing a page address.
  • An address may look like this: http://www.someone.com/page.htm.

How does a Browser Display a Web Page?

  • All web pages contain instructions for display
  • The browser displays the page by reading these instructions.
  • The most common display instructions are called HTML tags.
  • HTML tags look like this

    This is a Paragraph

What is a Web Server?

  • The collection of all your web pages is called your web site.
  • To let others view your work, you must publish your web site.
  • To publish your work, you must copy your site to a web server.
  • Your own PC can act as a web server if it is connected to a network.
  • Most common is to use an Internet Service Provider (ISP).

What is an Internet Service Provider?

  • ISP stands for Internet Service Provider.
  • An ISP provides Internet services.
  • A common Internet service is web hosting.
  • Web hosting means storing your web site on a public server.
  • Web hosting normally includes email services.
  • Web hosting often includes domain name registration.


learn web servers

Webservers

web servers are used to execute our server side scriping and send html response to client. there are many types of servers available for web application. few are given below.

IIS server - microsoft application like ASP and ASP.Net

Apache server - PHP web application

tomcat apache server - JSP application and java web application

websphere - IBM web application






learn mysql

Mysql

its a database management software used for storing, retrieving, manipulating useful data.








learn Ajax

AJAX

AJAX = Asynchronous JavaScript and XML

AJAX is not a new programming language, but a new technique for creating better, faster, and more interactive web applications.

With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequestobject. With this object, a JavaScript can trade data with a web server, without reloading the page.

AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

The AJAX technique makes Internet applications smaller, faster and more user-friendly.

AJAX is based on Internet standards

AJAX is based on the following web standards:

  • JavaScript
  • XML
  • HTML
  • CSS

lamp AJAX applications are browser and platform independent.

AJAX is about better Internet-applications

Internet-applications have many benefits over desktop applications; they can reach a larger audience, they are easier to install and support, and easier to develop.

However, Internet-applications are not always as "rich" and user-friendly as traditional desktop applications.

With AJAX, Internet applications can be made richer and more user-friendly.














learn jsp

JSP - Java Server Pages

Java Server Pages or JSP for short is Sun's solution for developing dynamic web sites. JSP provide excellent server side scripting support for creating database driven web applications.








Learn ASP

ASP - Active Server Pages

An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server.

What is ASP?

  • ASP stands for Active Server Pages
  • ASP is a Microsoft Technology
  • ASP is a program that runs inside IIS
  • IIS stands for Internet Information Services
  • IIS comes as a free component with Windows 2000
  • IIS is also a part of the Windows NT 4.0 Option Pack
  • The Option Pack can be downloaded from Microsoft
  • PWS is a smaller - but fully functional - version of IIS
  • PWS can be found on your Windows 95/98 CD

ASP Compatibility

  • To run IIS you must have Windows NT 4.0 or later
  • To run PWS you must have Windows 95 or later
  • ChiliASP is a technology that runs ASP without Windows OS
  • InstantASP is another technology that runs ASP without Windows

What is an ASP File?

  • An ASP file is just the same as an HTML file
  • An ASP file can contain text, HTML, XML, and scripts
  • Scripts in an ASP file are executed on the server
  • An ASP file has the file extension ".asp"

How Does ASP Differ from HTML?

  • When a browser requests an HTML file, the server returns the file
  • When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML

What can ASP do for you?

  • Dynamically edit, change, or add any content of a Web page
  • Respond to user queries or data submitted from HTML forms
  • Access any data or databases and return the results to a browser
  • Customize a Web page to make it more useful for individual users
  • The advantages of using ASP instead of CGI and Perl, are those of simplicity and speed
  • Provide security - since ASP code cannot be viewed from the browser
  • Clever ASP programming can minimize the network traffic

ASP Tutorial

ASP Tutorials and Articles

ASP Tutorial - Introduction

Active Server Pages Tutorial

ASP Tutor for Beginners

LearnASP.com


for hosting ASP free -

asphosting

learn PHP

PHP

PHP is a server-side scripting language.

What is PHP?

  • PHP stands for PHP: Hypertext Preprocessor
  • PHP is a server-side scripting language, like ASP
  • PHP scripts are executed on the server
  • PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
  • PHP is an open source software
  • PHP is free to download and use

What is a PHP File?

  • PHP files can contain text, HTML tags and scripts
  • PHP files are returned to the browser as plain HTML
  • PHP files have a file extension of ".php", ".php3", or ".phtml"

What is MySQL?

  • MySQL is a database server
  • MySQL is ideal for both small and large applications
  • MySQL supports standard SQL
  • MySQL compiles on a number of platforms
  • MySQL is free to download and use

PHP + MySQL

  • PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)

Why PHP?

  • PHP runs on different platforms (Windows, Linux, Unix, etc.)
  • PHP is compatible with almost all servers used today (Apache, IIS, etc.)
  • PHP is FREE to download from the official PHP resource: www.php.net
  • PHP is easy to learn and runs efficiently on the server side

Where to Start?

To get access to a web server with PHP support, you can:

  • Install Apache (or IIS) on your own server, install PHP, and MySQL
  • Or find a web hosting plan with PHP and MySQL support







Country calling code