We can use CSS codes to arrange containers of information in variety of ways. The vertical stacking order called z-index is used to denote which container will go on top of the other. Problems occurs when you write CSS containers without the consideration for the z-index value or use scripts from several different sources with undesirable stacking order. You can fix these problems in several ways.
Monthly Archives: June 2013
Enable the Num Lock at startup
This is a very common question I get from my friends. I have no idea why Microsoft didn’t make this easier since they can just add a button to the toolbar. I am aware of the fact that this is probably on several different websites. Having too many well-explained documents on this never going to hurt anyone.
Integrating Google Custom Search
The Google Custom Search Engine (CSE) is a server side program written in C++ for web developers to improve their individual search results. It comes in few different flavors as advanced as Google Enterprise Search servers to Google-hosted search pages. I will go into the deep end with Google Custom Search for personal websites, a free service provided by Google Inc (THANK YOU Google).
Introduction to Drupal modules
Drupal is the second most popular Content Management System (CMS) with the best reputation for security. It is behind WordPress CMS because for most non-programmers/geeks, the administration of Drupal can be a nightmare. Even for someone who is not new to web programming, the learning curve can be very high. But there are good reasons why Drupal can be complicated. It is the most flexible CMS that has a very good adaptability. You can built a simple blog and over time you can turn that into a highly complex cooperate website. In order to do that, you will have to go utilize Modules.