80951.medium 0

Technology Solution

Claimed by Blog_icontechsloution4u.com

Some usefull wordpress functions

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...

WordPress eStore Plugin

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...

Css3 Word-Wrap Property

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

The Traffic Bandits

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 ...

How to Add Facebook Like Button in WordPress

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)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width

Best plugin collection for wordpress template developer

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

Blank WordPress Theme

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.

Create a css3 dropdown menu in wordpress

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...

Best ways to detect IE browser

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) &lt;!--[if IE 8]&gt; &lt;link href=&quot;ie8.css&quot; rel=&quot;stylesheet&quot; /&gt;&lt;![endif]--&gt; &lt;!--[if lt IE 8]&gt; &lt;link href=&quot;