Category Archives: Tutorials and Tips

Creating CSS Sprites

Another day, another tip. Not really. I don’t blog everyday (at least not these days…). I am just posting to give a quick tip about CSS sprites. If you don’t know what CSS sprites are? CSS sprites are graphical images compiled in one image. Why do you have to use it? Here are some reasons [...]

Create jQuery Tabs without UI

It has been a while since I’ve posted. Mostly because of studying and work. Here’s a code I just worked on in my spare time.
jQuery Tabs

I know, jQuery already has this tab plugin available in UI but I really wanted to create my own jQuery tabs without depending on the UI plugins. I also needed [...]

CodeIgniter Tutorial

From the past few weeks I’ve been going back and updating my previous tutorials namely, the html introduction tutorials.
However, during the html tutorials preparations, I thought of introducing a codeigniter tutorial series. Wait a minute! What exactly is CodeIgniter?

How To Redirect Websites Using htaccess

There comes a time that you ‘need’ to migrate your website to another domain name. There maybe tons of ways to redirect websites but learning them might take forever. To save you from headache, below are some of the .htaccess redirects that will be handy for webmasters.
RedirectMatch

RewriteEngineOn
RedirectMatch 301 ^.*$ http://www.newdomain.org/

This is useful if you are [...]

HTML Lessons: Anchor Tag

We will tackle the anchor tags. Anchor tags are used to link pages.
This is the basic anchor format:

<a href="http://where-do-you-want-to-go.com">Link Text</a>

Attributes
There are certain attributes that affect how a link works.
target
target is used to specify where the the HTML document will should load. Target names should be used to identify the the target. This attribute can be [...]

HTML Lessons: HTML Introduction

HTML is used for creation of web content. HTML defines elements which assigns some semantic meaning to content. For example, (<strong></strong>) gives strong impression on a particular word or phrase.
An HTML document is a text file that has the information that you want to publish with the suitable semantic instructions about the structure of [...]

Little Known Ways To Search: A Comprehensive List of Google Search Engine Operators

Ever feel like a commando searching for the ‘target’ when searching online?
With all the information out there on the internet, you simply cannot find the best resource for what you really need. Unlike Quintura, which uses ‘visual’ searching to help you narrow the search engine query, Google, Yahoo and MSN hasn’t quite gone to that [...]

What is RSS and How to Subscribe using Google Reader

Picture this: You are online, ready to read through all the new posts from your favorite blogs.
There’s just one tiny problem.
You have 52 blogs on your bookmark list. Sigh…
Wouldn’t it be better to if you can read all the new stuff from only one location? Of course it would be.
Luckily there’s a solution to this. [...]