Showing posts with label Web Programing for Begginers. Show all posts
Showing posts with label Web Programing for Begginers. Show all posts

Sunday, February 3, 2008

How to Do a Redirect With GooglePages?

If you are planning to create or already created a website with GooglePages you must be aware of one little thing. If someday you'll want to move on to a regular, paid web hosting there will be a problem to do the right redirect to the new website.

How can I create the right redirect from an old website to the new one?
The best way to tell the search engines that your website moved, is with permanent redirect. The permanent redirect, which is referred to as 301 redirect, "sends" users and search engines from the old URL to the new one. The problem is that you cannot use any of 301 redirect methods with GooglePages.

You can accomplish the GooglePages redirect with Meta Refresh (method, that refreshes a web page after a given time interval). The disadvantage of Meta Refresh redirection is, that search engines will show the old website address in the search results. In addition, Meta Refresh is common spam technique. It is recommended to set the meta refresh to at least 5 seconds.

Meta Refresh Tag Sample
Redirect to www.mywebsiteadviser.com after 5 seconds:
<meta http-equiv="refresh" content="5;url=http://www.mywebsiteadivser">
Place the code between the <head> and </head> tags.

View Meta Refresh Sample.

Read how to choose free web hosting and paid web hosting.

Monday, September 3, 2007

How to Change Gallery Logo

You can change gallery logo very easy.

Copy file .../gallery2/themes/" your theme name "/templates/theme.tpl to the "local" folder and edit that file there. Gallery will look for that file in the "local" folder first and use it if it exists.

I changed logo only in matrix theme.

From:
<div id="gsHeader">
<img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/>
</div>

To:
<div id="gsHeader" align="center">
<img src="{g->url href="images/MyWebsiteAdviser.gif"}" width="750" height="70" alt="www.MyWebsiteAdviser.com Logo"/>
</div>

You can also set a logo image as a link, for example:
<a href="http://www.MyWebsiteAdviser.com"><img src="{g->url href="images/MyWebsiteAdviser.gif"}" width="750" height="70" alt="www.MyWebsiteAdviser.com Logo"/></a>

See my example: Gallery Example.

Repeat on other themes you want to change logo.
And ... don't forget to upload your logo image to the "images" folder (located in root folder of Gallery).

Alex Webs,
Create Online Gallery.

Tuesday, May 29, 2007

Free Web Editor

Araneae is a simple and powerful web development tool, providing only the features necessary to create websites and scripts using the latest web technologies. Araneae supports for HTML, XHTML, CSS, JavaScript, PHP, and more.

Download Araneae - Free Web Editor.

Enjoy,
Learn Web Development

Sunday, May 13, 2007

Learn Web Development

Learning web development is not as hard as you think it might be.

If you're looking to learn web development, the following list of links will help you get started.

We collected and divided recommended sites to three categories: Web development for beginners, intermediate level and advanced level. Some sites may appear more than in one category.

Enjoy,
Learn Web Development

Thursday, April 19, 2007

Create website quickly with free template

You don't need to be a programmer to create a designed website.
Moreover, you can create a nice website in half an hour.

What you need to create your own website ?

1. Download a free template from the Internet.
Some useful sites: http://www.freecsstemplates.org/ or http://www.freewebsitetemplates.com/
If you don't like any of these sites, search for "free website template", "free flash templates", "free css templates" etc.

2. Edit the template like you want it (you can change content, titles, links, colors etc. in web development programs such as Dreamweaver or just in text editor like Notepad).

3. Upload updated template files to the server.

After you have your own website, you can integrate photo gallery, forum and more into your website.

* You must have your own website for this website creation method.

See Also


Enjoy,
Alex Webs

Tuesday, April 17, 2007

Learn HTML and CSS - Build your own website

Nice site (include accurate explanations and examples) with free HTML & CSS tutorial for beginners. Learn how to start building your own website in about an hour.

Visit HTML.net

Discover why Netfirms hosts over 1,000,000 Websites.


Enjoy,
Alex Webs