about 1 month ago
Here is a list of some useful WordPress functions.This may reduce your development time. wp_mail() Some time we need to send email to the user.We can use this wordpress function wp_mail() to send email.It works just like the php email function but have better functionality. wp_loginout() Displays a login link, or if a user is logged in, displays a logout link.You can even give the redirect url here.SO user will redirect to that url. esc_url () This function ejects URLs that do not have one of...
about 1 month ago
Wp eStore Plugin – It’s a eStore plugin for complete solution to Sell Digital and non Digital Products from Your WordPress Blog Securely. For WordPress Blog, in a Nutshel- this sleek WordPress Shopping Cart Plugin allows you to sell anything form of digital or non digital products and services from your own WordPress blog securely with complete automation. Wp eStore Plugin Features: Security of Your Digital Asset Sell Anything Easy Checkout Light Weight Shopping Cart Multi Site License Ease...
about 1 year ago
Word-Wrap is a rarely used css3 property which support all browser.So what it do?It allows long line of word to be broken in to next line.So your layout will never broken if you use this cool word-Wrap property.
Word-wrap property supports two value normal or break-word.Normal means the text will extend the boundaries of the box which is default. Break-word means the text will wrap to next line.
#word-wrap {
word-wrap: break-word;
}
#no-word-wrap {
word-wrap: normal; //default
}
Lets see demo
This paragraph has long words ThisparagraphhaslongwordsThisparagraphhaslongwords This paragraph has
about 1 year ago
Okay, I’ve my web site built. Its attractive! It has all of my adsense, yahoo publisher, affiliate program code in it or it has all of my products and services I give in it, so what’s next? Okay, let’s wait. Checking my stats… nope, no one visited my site these days. Perhaps tomorrow.Following about a month of this, you commence to wonder, “Why isn’t my site acquiring any visitors?” “My internet site is superior than all my competitors”. “I have lower prices and far better products”. “Where is all of the visitors that guy that developed my web site ...
about 1 year ago
Facebook button is very useful and it help you to grow website visitor. First open your single.php or post.php file in your theme’s folder. Then paste the following code before or after the_content() inside your post loop:
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width
about 1 year ago
Akismet
Possibly the best way in the world to protect you from web spam.
All In One SEO Pack
Optimizes your WordPress blog for Search Engines.
Inline PHP
The plugin can execute php string in posts/pages, and display the output as the contents of posts/pages.
PHP Code Widget
The normal Text widget allows you to insert arbitrary Text and/or HTML code. This allows that too, but also parses any inserted PHP code and executes it.
Sociable
Automatically add links to your favorite social bookmarking sites on your posts, pages and in your RSS feed.
WPtouch
WPtouch automatically transforms your WordPress
about 1 year ago
The main purpose of this Blank WordPress Theme to make your wordpress theme development time shorter. The main features of Blank WordPress Theme are: The sidebar is widget-ready. Loads jQuery. Registers the sidebar widget area. Has CSS reset. Theme option page. Post Thumbnail support. Lightweight only 16 KB. You can download it here.
about 1 year ago
In this tutorial i will show you how to create a apple style css3 drop down menu in wordpress.Ok lets start first the i use this code to create navigation in wordpress. Paste this code in your header.php
Home
Some jQuery required to show/hide the drop down menu’s.Paste this code before wp_head();
<script...
about 1 year ago
IE6 is a worse dream for every web developers. Good news is that Software giant Microsoft has released a new website with the expressed aim of killing off its Internet Explorer 6 browser.
http://ie6countdown.com/index.html
Still we have to deal with IE7 to IE9
Here is some way to cut down your development time by easily detecting IE.
IE Conditional Comments
It is the most commonly used to fix the IE bugs for specific versions (IE6, IE7, IE8,IE9)
<!--[if IE 8]> <link href="ie8.css" rel="stylesheet" /><![endif]-->
<!--[if lt IE 8]> <link href="