Archive for July, 2008:
All About RSS
Written by Jai on July 31, 2008 – 12:33 pm - 3,374 views
Many of you may already know all about RSS but a lot of Internet surfers and newly established bloggers are still not familiar with the three-letter acronym. In order to make life easier for them, here is a detailed article that explains the word. RSS stands for Really Simple Syndication or Rich Site Summary; syndicating means republishing an article that comes from another source such as a website.
RSS is a means of publicizing updates about websites. It may or may not include a summary and photos of the latest posting. But those that provide summaries (thus Rich Site Summary) allow users to skim through the article so that they could decide later on if they want to access the website source. The RSS feed usually contains the title of the update originating from the website. It is also usually the link to the website source.
Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!WordPress Theme - DailyPress
Written by Jai on July 23, 2008 – 7:06 am - 13,863 viewsDo you publish daily on your blog? Here is a new WordPress theme from Blog Oh! Blog to help you in your blogging adventures. The new theme is called “DailyPress” and comes with widget-ready sidebars, tabbed content, banner ads, minimalistic color scheme and social bookmarking options. The theme is compatible with all versions of WordPress including the latest 2.6 version and has been tested with Firefox, Internet Explorer and Opera.

I have included the logo.psd file with this theme so that you can edit it and make your own logo instead of the default one. The 125×125 banner ads are controlled separately through a php file called :- ad250×250.php
Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!Integrating Alternative Stylesheets in WordPress Themes
Written by Jai on July 15, 2008 – 11:12 am - 3,610 views
I am sure that everyone has come across WordPress themes which use alternative stylesheets (CSS) to switch between different sets of style information. For example, you can have a look at the following themes that have this functionality :-
Here is how these themes do it :-
Default Stylesheet
Ideally, every WordPress theme has a style.css file associated with it that contains all the style information for the theme. This default stylesheet is usually called in the header.php file of your WordPress theme by something like this :-
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Rel=”stylesheet” is what defines the active stylesheet as the default one. Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!Cool JavaScript Tricks
Written by Jai on July 7, 2008 – 3:11 pm - 5,827 views
Today, I will list some very cool JavaScript hacks and tricks that you can use creatively or just have plain fun. To make each one of these codes work, all you have to do is copy and paste it into the address bar of your browser window and hit “Enter”. So here they are :-
Play the “Lord of the Web”
This code lets you edit any page/website in real-time
. With Firefox, you can even edit and save the modified pages to your computer. Very nifty code!
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
The Big Wheel
This piece of code pulls off all the images from your web page and rotates them in a circle. Really makes any page go naked (without its images). The best place to test is a website with many images. (Google Images for an example)
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
If you look carefully in the above code, its rotating the HTML “img” tag. Just replace it with “a” or “p” and watch some links or text rotate instead of images. Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!Premium WordPress Theme - Expression
Written by Jai on July 3, 2008 – 5:22 pm - 5,494 views
“Silence is the most perfect expression of scorn.”
Breaking that silence, I present to you a refreshingly new Premium WordPress theme called “Expression“. This is a soft-colored WordPress theme with a minimalistic but feature packed approach. Here are some features of this premium theme :-
- Full Screen-width to fit all resolutions
- Tabbed menu
- Advertisement space for 125×125 & 468×60 banner ads
- A unique Ticker to display custom news & information to your users
- Social Bookmarking options under every post
- Excerpt Boxes for older posts
- Widget-ready sidebar
- CSS/XHTML validated
- Theme Options
This is the first time that I am releasing a Premium theme with “Theme Options” that let you change elements of your theme directly through the WordPress Administration panel. Read more
If you enjoyed this post, make sure you subscribe to my RSS feed!






