Category Archives: Web Design

Tips for Creating Good Websites!!

Whenever we plan for a website, we should never forget that,SIMPLICITY IS THE BEST CITY, e.g., Google! Homepage, it is very simple in its looks but gets millions of user. So the main thing we should keep in our mind is that our user varies from professionals(who know how the page is coded and more than that) to newbies(who don’t know the ‘I’ of Internet).

Here goes some tips which may help you.

Tips for a good website

  • The main page of the site should be very lightweight. So that it loads very fast. We should restrict from using huge scripts on our main page.
  • Images should be compressed & resized to meet our needs. Its better to create a big image using the small ones & use the required part using CSS rather than loading each and every image. See this.
  • The heading tags should be in a sequence and we should try to express our big views in less words.
  • All the links on a page should inform our user, its purpose. Every time add a title to the <a> tag.
  • Our content should be validated(W3C Validation). Since it becomes easier for search engines to crawl the page.
  • Most important, it should run exactly same on any browser(Cross Browser). Read this.

Most of the tips were given by SachinKRaj and rest are the result of my knowledge. Hats off to Sach :-)

Further Reading :

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

More Posts - Website

Alternative for Installation of Themes on Joomla!

While working on Joomla!(a very popular CMS), I faced a problem while installing a theme. Every time I installed the theme with the installer in the Admin Panel, I got one or the other error. So, After a small research I found an alternative of doing it.

Joomla!

Joomla!

Here goes the method:

  • I directly uploaded all the files to http://example.com/Joomla/templates
  • After that when I checked the Template Manager in Admin Panel, it showed the new theme
  • And after applying the theme, it worked perfectly for me without any error

Sites Providing Free Tutorials on Joomla!:

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

More Posts - Website