You might have seen a 404 page on different sites such as Google,Yahoo etc… You can make this on your website too if you are using Apache Server. The default 404 page will be like this :
ErrorDocument 404 /pathtofile
... [READ MORE]
Selecting a particular parent in Jquery
index.html
If you want to get the id of the main parent which is .main then you should use Jquery code like this:
$("#click").live(‘click’, function(){
alert($(this).parents(".main").attr(‘id’));
});
The code above will alert the id of the main parent. Try it out yourself.
How to remove an item from GRUB boot menu 2nd Way.
gedit /boot/grub/grub.cfg
After that line you will see the items of your GRUB menu.
sudo nautilus
... [READ MORE]
How to change/set background image of GRUB bootscreen
1 – Press ALT + F2. Type this in the input box of the window.
gksu gedit /etc/grub.d/05_debian_theme
and press Enter Key.
gksu update-grub
... [READ MORE]
Enabling Desktop Effects in Ubuntu Linux
Make Image Black & White (grayscale) using CSS In Webkit
CSS and Cursors CSS mouse cursor effects with DEMO
There is a way in CSS to change the cursor to pointer,cursor,resize,normal etc…..
This table show what will be the cursor when the value of cursor property changes as following.
| Value |
Adding Scroll To Top function in Blogger/Blogspot using Jquery
<div style="text-align: center;">
<span style="background-color: #93c47d; border-radius: 10px; font-family: inherit; font-size: x-large; padding: 8px 10px;"><a href="http://subin-demos.blogspot.com/#scrolltop" >DEMO</a></span>
</div>
1 – Go to Blogger -> Template -> Edit HTML
2 – Adding Codes.
Add this script before if you haven’t added a script src of Jquery Library.
Create Text Editor like Blogger Using HTML & jQuery
You might have seen text editors where you can bold a text, italic a text etc… The perfect example of this the Blogger Post Text Editor.
We have two files, index.html which contains the HTML code and texteditor.js which contains the jQuery code. You should include the texteditor.js in index.html.index.html
... [READ MORE]BZFLAG Ubuntu 10.04 Lucid Lynx PPA
To add the PPA follow the steps.
1 – Go to Ubuntu Software Center
Under Edit Tab Choose Software sources.

Click Add button.
Type this in the APT line field.
ppa:ferramroberto/game/ubuntu
and click Add Source.








