Advanced CSS Menu

Jul 31
2009

Advanced CSS Menu via Photoshop

This tutorial I will show you how to slice up the menu design (step by step) and put them together with CSS. Most of you probably know how to code a horizontal or vertical CSS list menu. Now let’s take it to the next level — code an advanced (un-typical) list menu utilizing the CSS position property. Read the rest of this entry »

43 Web Design Mistakes You Should Avoid

Jul 30
2009

43 Web Design Mistakes You Should AvoidThere are several lists of web design mistakes around the Internet. Most of them, however, are the “Most common” or “Top 10” mistakes. Every time I crossed one of those lists I would think to myself: “Come on, there must be more than 10 mistakes…”. Then I decided to write down all the web design mistakes that would come into my head; within half an hour I had over thirty of them listed. Afterwards I did some research around the web and the list grew to 43 points.

The next step was to write a short description for each one, and the result is the collection of mistakes that you will find below. Some of the points are common sense, others are quite polemic. Most of them apply to any website though, whether we talk about a business entity or a blog Read the rest of this entry »

Execute PHP from a HTML File

Jul 26
2009

Execute PHP from a HTML FileHow can I execute PHP code on my existing myfile.html page?

When a web page is accessed, the server checks the extension to know how to handle the page. Generally speaking if it sees a .htm or .html file, it sends it right to the browser because it doesn’t have anything to process on the server. If it sees a .php extension (or .shtml, or .asp, etc), it knows that it needs to execute the appropriate code before passing it along to the browser.

Here is the problem: You find the perfect script, and you want to run it on your site, but you need to included PHP on your page for it to work. You could just rename your pages to yourpage.php instead of yourpage.html, but you already have incoming links or search engine ranking so you don’t want to change the file name. Read the rest of this entry »

How to Get Search Engines to Discover Your Site

Jul 24
2009

How to Get Search Engines to Discover Your SiteIf your site is one of those websites where only a few pages seem to be indexed by the search engines, this article is for you. It describes how you can provide the major search engines with a list of the all the pages on your website, thus allowing them to learn of the existence of pages which they may have missed in the past.

How do you Find Out which Pages of your Website is Indexed?

How do you know which pages of your site has been indexed by a search engine and which not? One way is to use “site:domain-name” to search for your site. This works with Google, Yahoo and Microsoft Live, although not with Ask.

For example, if your domain is example.com, type “site:example.com” (without the quotes) into the search field of the search engine. From the results list, you should be able to see all the pages which the search engine knows about. If you find that a page from your site is not listed, and you have not intentionally blocked it using robots.txt or a meta tag, then perhaps that search engine does not know about that page or has been unable to access it. Read the rest of this entry »

Archives

All entries, yearly...

Pages List

General info about this blog...