Archive for the ‘Web technologies’ Category

How to open Named Anchor links in flash actionscript

In html you can link to a speciffic area of a html page by adding anchors, for example this link will point you to the “solution” area of this page; you link to an area of a page (to an anchor) by adding # after file name followed by the anchor name, e.g: products.php#product4 or just #product4 if destination is on same page.Write a really short javascript in the html page and set the getURL from flash to trigger that JavaScript.You can use javascript in your flash script for perform more interactive javascript like things.

Leave a Comment

Using SEO,Common SEO facts and Myths Starting with SEO

SEO common facts

The Internet has many SEO myths flying around, many of which only survive as nobody acknowledges them as being wrong, Until now. I have plucked out 5 of the Internets best SEO myths to share with you today.

Leave a Comment

SEO defination Explaination and HElp for SEO terms

Few Questions:-
Do you run a website and often hear other website owners talking about their SEO tactics and realise that you have no idea what SEO is, or how you go about it? Well you have come to the right place, we will give you all the information you need to understand what other website [...]

Leave a Comment

Developing web sites Getting started with web Developement

Requirements before getting started with development or web programming
Any one who want to develop a web application must have the following systems:
1. A web server.
2. An editor to develop the web pages.
3. A browser to view the web page you develop.
4. A database program like MS Access, SQL Server etc, if your web site need [...]

Leave a Comment

What is a Web browser? Understanding and explaining term “Web Browser”

Few Definitions for browser:-

Browser is an application, which helps us to view the Web sites and the web content.
Web sites are located in some remote systems, which needs a special kind of program or an application to access them, such an application is called browser.
A browser is an application which you can use to retrieve [...]

Leave a Comment

Understanding web server and its workings

A Web server is a software program which serves web pages to web users (browsers).

A web server delivers requested web pages to users who enter the URL in a web browser. Every computer on the Internet that contains a web site must have a web server program.

The computer in which a web server program runs is also usually called a “web server”. So, the term “web server” is used to represent both the server program and the computer in which the server program runs.

Leave a Comment