Your online searching blog. Find Blogging tricks and many more

Friday, 27 January 2012

32-best-wordpress-tips-and-tricks-for-free-on-tvtvfree-blogspot-com


  1. Use the Accordion plugin in jQuery UI to create an Apple-alike WordPress sidebar.
    apple flashy wordpress sidebar 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  2. Adding Tabs To Sidebar 

    Creating tabs on WordPress sidebar with Yahoo! UI Library 
    sidebartabs 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  3. Sidebar With Dynamic Contents 

    Every blog visitor has different habits, but many tend to ignore sidebars because they are always the same. Mixing things up and keeping the contents of the sidebar relevant to the post can make them a bit more likely to be noticed.
  4. Allow Users To Submit Blog Post 

    This plugin allows you to add highly customisable forms to your website that allows non-registered users and/or subscribers (also configurable) to submit posts.
    submit news 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  5. Paginated Comments 

    Give you the ability to break your comments into a number of search engine optimized pages.
    paginated comments 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  6. Image Caption 

    Extracts the title or alt attribute from images within your blog post and generates a neat caption directly underneath those images. Supports custom CSS styling for captions.
    image caption 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  7. Random Redirect 

    Allows you to create a link to yourblog.example.com/?random which will redirect someone to a random post on your blog, in a StumbleUpon-like fashion.
  8. Google Syntax Highlighter For WordPress 

    Easily integrates the Google Syntax Highlighter by Alex Gorbatchev  into WordPress. Image below show how codes look like in WordPress with Google Syntax Highlighter.
    google syntax highlighter 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  9. Facelift Image Replacement (FLIR) For WordPress 

    FLIR allows you to convert text and title into images (better display quality) on the fly without hassle. Now this FLIR WordPress plugin make things even easier for bloggers.
  10. Del.Icio.Us For WordPress 

    del.icio.us for WordPress displays your latest del.icio.us bookmarks in your WordPress blog.
  11. Create Your Own PopURLs Within WordPress  

    Like the way how PopURL display contents? Now you can create similar inside WordPress.
    my popurl 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  12. Exclude Certain Categories From Being Displayed 

    2 ways to hide posts from certain categories to be displayed on the blog. You can either put this code inside the loop 
    1. <?php  
    2. if ( have_posts() ) : query_posts($query_string .'&cat=-1,-2'); while ( have_posts() ) : the_post();  
    3. ?>  
    4.       
    or you can use Advanced Category Excluder .
  13. Another Date Image Hack  

  14. Create a calendar view of your article post date.
    post date 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  15. Styling Individual Posts 

    Styling one post a little different from the rest with the use of the_ID.
  16. How To Avoid Duplicate Posts 

    Duplicated contents are pretty bad and they somehow affects how search engine weights your site. Here’s how you can avoid getting duplicated contents on your blog.
  17. WordPress ‘Page Redirect‘ Template 

    This template lets you specify a single URL as the page content, then as the page loads, the template automatically redirects the page to this new location, and that includes category or any tag pages you specify.
  18. Delicious Save Buttons 

    Add badges that encourage people to bookmark your website or blog
  19. DesignFloat Buttons, Website & Blog Integration 

    Give your website or blog visitors the option to submit your stories to Design Float and "Float" them
    float button 01 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type="text/javascript">submit_url = 'Your URL Here';</script><script type="text/javascript" src="http://www.designfloat.com/evb/button.php"></script>  
    2.       
    float button 02 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type="text/javascript">submit_url = 'Your URL Here';</script><script type="text/javascript" src="http://www.designfloat.com/evb2/button.php"></script>  
    2.       
    Read here  for more.
  20. StumbleUpon Buttons & Tools 

    Add a Stumble It! button to your site to make it easy for your visitors to submit your content to StumbleUpon.
    stumbleupon 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  21. Dynamic Highlight Menu

    This allows you to theme/style and control the currently selected menu tab in CSS by adding aclass="current" on it.
    1. <ul id="nav">  
    2.   <li<?php if ( is_home() || is_category() || is_archive() || is_search() || is_single() || is_date() ) { echo ' class="current"'; } ?>><a href="#">Gallery</a></li>  
    3.   <li<?php if ( is_page('about') ) { echo ' class="current"'; } ?>><a href="#">About</a></li>  
    4.   <li<?php if ( is_page('submit') ) { echo ' class="current"'; } ?>><a href="#">Submit</a></li>  
    5. </ul>      
    Line 2:
    If Home, or Category, or Archive, or Search or Single page is selected, class="current" will be included in <li>
    Line 3,4:
    If Page with page slug about or submit is highlighted, class="current" is added.
    If you are looking at putting categories as menu tabs, here’s how to make the menu dynamic:
    1. <ul id="nav">  
    2.   <li<?php if ( is_category('css') ) { echo ' class="current"'; } ?>><a href="#">CSS</a></li>  
    3.   <li<?php if ( is_category(showcase) ) { echo ' class="current"'; } ?>><a href="#">Showcase</a></li>  
    4. </ul>  
    Line 2,3
    If category with category slug of css or showcaseclass="current" is added.
  22. DZone Buttons

    Let your website’s users vote for our links on DZone without leaving your site.
    dzone01 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type="text/javascript">var dzone_url = '[url]';</script><script type="text/javascript">var dzone_title = '[title]';</script><script type="text/javascript">var dzone_blurb = '[description]';</script><script type="text/javascript">var dzone_style = '1';</script><script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script>  
    2.       
    dzone02 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type="text/javascript">var dzone_url = '[url]';</script><script type="text/javascript">var dzone_title = '[title]';</script><script type="text/javascript">var dzone_blurb = '[description]';</script><script type="text/javascript">var dzone_style = '2';</script><script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script>  
    2.       
  23. Reddit Buttons

    Similar to the rest, place a reddit button on your site to promote blog post.
    reddit01 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type='text/javascript'>reddit_url='[URL]'</script><script type='text/javascript'>reddit_title='[TITLE]'</script><script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script>  
    reddit02 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type='text/javascript'>reddit_url='[URL]'</script><script type='text/javascript'>reddit_title='[TITLE]'</script><script type="text/javascript" src="http://www.reddit.com/button.js?t=2"></script>  
    reddit03 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
    1. <script type='text/javascript'>reddit_url='[URL]'</script><script type='text/javascript'>reddit_title='[TITLE]'</script><script type="text/javascript" src="http://www.reddit.com/button.js?t=3"></script>  
  24. Archive That Works 

    Noura of Noupe.com shows various ways you can style your WordPress Archive page. Techniques and guides includes:
    • Listing all Posts
    • Display monthly or Yearly Archive
    • Archives Ordered By Category
  25. Add Breadcrumbs To Your WordPress Blog 

    Breadcrumb trails are a good supplementary navigation system that aid in site usability. This plugin allows you to add breadcrumbs to your theme.
    breadcrumb 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
  26. Landing Sites / Pages 

    When visitors is referred to your site from a search engine, they are definitely looking for something specific – often they just roughly check the page they land on and then closes the window if what they are looking for isn’t there. Why not help them by showing them related posts to their search on your blog?
  27. WordPress Exploit Scanner 

    This WordPress plugin searches the files on your site for a few known strings sometimes used by hackers, and lists them with code fragments taken from the files. It also makes a few checks of the database, looking at the active_plugins blog option, the comments table, and the posts table.
  28. Buy Me A Beer 

    Allows your readers to donate money to you via PayPal. Not something new, but worth knowing.
    donate plugin 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  29. Display Feedburner Subscriber Count In Text

    How to display feedburner subscriber count in text instead of using chiklets.
    feed in tex 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks
  30. Notifixious – Notify Users Via IM 

    This plugin allows you to notify your readers on their Instant Messaging (AIM, MSN, GTalk, ICQ…), Email or SMS when you publish new posts.
  31. Installing Xampp And WordPress 

    Guide to setup Xampp and run WordPress locally on your machine. You can also install plugins, upgrade to the latest nightly and virtually anything else confident in the knowledge that if it goes wrong, there is no impact on your actual site.
    xampp on wordpress 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 
  32. Create An Ajax-Based Auto-Completing Search Field 

    Why not helping your visitors to find what they’re looking for on your blog, by using a cool auto-completion on your search field?
    automcompletion wordpress 30+ (More) Most Wanted Wordpress Tips, Tricks and Hacks 

Thursday, 26 January 2012

convert-youtube-video-to-mp3-online-by-using-video2mp3-addon-for-your-browser


YouTube to MP3 Converter - Video2mp3- Firefox / Chrome Addon
Firefox Add-on


Google Chrome Extension


Safari Extension
You must be running Safari 5 or later to install this properly. If you still have problems, right-click to save it to your desktop as extension.safariextz and install it that way

The addon adds a link to various video service pages to facilitate direct conversion.
You can get the addon also from the Mozilla Addon Page.

Wednesday, 25 January 2012

advertising-network-for-publishers-who-have-a-blog-or-webite-to-published-ads



1. Kontera – In-Text Advertising
Kontera  is a good network if you are just starting out as a publisher or if your content is text heavy. You can get into the network throughScribefire  or sign up directly, and the code is simple to install. The downside is you will have a ton of double underlined ads at random locations in your text. For some readers it can be a nuisance. This is a great network while you are still at the “I want to pay the server bill” stage.
2. Text Link Ads – Text Link / In-Text Advertising
This network deals in paid text links which typically find their home in your sidebar. There is a lot of upside to Text Link Ads . You don’t need gaudy banners, they pay well and they are generally transparent to your audience. Unfortunately, they are on rather shaky ground Google and using TLA can get you penalized in the engines. For most small publishers this won’t be a significant issue, but if strong positioning in the SERP is absolutely critical for your business, this should be a consideration.
3. Commission Junction – CPA / Affiliate Marketpace
Commission Junction  deals in cost per action and affiliate programs. If you run a site that reviews products or otherwise encourages buying behavior, this network can be extremely lucrative. Typically the payouts per action are substantially higher than cost per impression or cost per click networks, unfortunately if your site does not convert viewers into buyers you won’t see a dime. There are tons of affiliate networks out there, commission junction is one of the largest and most well known.
4. Shopping Ads – CPA / Affiliate Marketplace
Think commission junction but with deals through eBay, Amazon and other retail channels. Again, before using this as your primary monetization channel consider your audience. If I am using your site as a pitstop to a purchase, affiliates are a great way to get cut — if, however, your site gives me no incentive to buy anything, don’t expect to see a huge payout from Shopping Ads .
5. Adsense – Contextual Ad Network
The most recognizable ad network on the web, Google’s contextual ads make up a huge percentage of online advertising. The reason is that they are one size fits all, no matter what your site Google probably has an ad for you. Not only that, their fill rate is superb and they are an easy network to get into. What’s the downside? It’s easy to outgrow them, you will eventually find that Google’s payout for many verticals isn’t as good as you could be making elsewhere. At that point, it might be time to start looking at other providers and using Google as a remnant to fill your unsold inventory.
6. Technorati Media – Rep Agency
This is one of the ad providers we use here at HTSAA. Technorati Media  has a fantastic sales and support staff and CPMs I have only seen rivaled by Gorilla Nation and Federated Media. They payout at 50% and they currently sell skyscrapers, leaderboards and rectangles. The downside is that they are difficult to get into (they currently work with about 100 publishers) and because they are new, they have a limited number of campaigns available. If you have a few other providers for your unsold inventory, I can’t say better things about Technorati.
7. Tribal Fusion – Rep Agency
Like Technorati Media, Tribal Fusion  is a rep agency so you will have a sales staff behind you trying to sell advertising into your vertical. The result is very competitive CPMs and a fill rate that comes from being behind an established network. Unfortunately, getting into Tribal Fusion isn’t easy. Bad economic times are also causing them to decrease the number of publishers they let in, which will be especially difficult for smaller publishers who might have been just large enough to get in under other conditions.
8. Federated Media – Rep Agency
While I have never worked with Federated Media personally, I will say that they are a premiere agency for top-tier bloggers. They have some of the highest CPMs in the industry and they have a sales staff that is constantly working to drive new, innovative campaigns to their publishers. You will need substantial traction to have a chance to be accepted by Federated Media , but once you get a few hundred thousand monthly impressions it’s worth sending in an application.
9. Gorilla Nation – Rep Agency
Gorilla Nation  is another network I haven’t worked with directly, but it has the reputation as one of the best ad providers for medium to large publishers. Like all rep agencies your biggest problem will be fill, they can’t provide hard numbers (since they are different depending on the publisher) but expect to see a 30% fill rate.
10. Forbes Business Network – Rep Agency
Forbes Business Network  is specialty ad network for business and finance blogs run by the salespeople at Forbes. I have had a love hate relationship with FBN. They are a great provider of premium advertising, seeing $5 CPMs in some cases. Unfortunately, depending on the month the number of campaigns and their fill rate can be extremely low (under 10%). Forbes is a great addition to the chain, but it is unlikely to be your only ad provider.
11. Performacing Ads – 125 x 125 Marketplace
Performancing  is in the business of selling 125 x 125 ads now. For anyone who has spent time in content production, you would know that the 125 x 125 is a hugely popular format for bloggers. Performancing has been a mixed bag, their interface is great and implementation of the code is easy but you still spend a great deal of time waiting for your ad space to be sold. It’s good but not a perfect solution.
12. Voxant – In-Video
Voxant  is a provider of video content syndicated from dozens of major news companies including BBC, AP and Reuters. They also have a revenue sharing program that pays publishers for showing their videos. This is a win-win. Not only do you get access to high quality video content, but you also get paid whenever anyone watches it. The only downside is the backend. It’s difficult to track anything and hard to tell whether every view is a paid impression (they use several ad providers and sometimes none at all). All in all it is a great service that has only been getting better over time.
13. Videoegg – Social Network / Widget Advertising
Videoegg  has a large inventory of ads for wdigets, social networks and other rich media platforms. It’s a great network for anyone with a traditionally difficult to monetize platform.
14. Social Spark – Advertorial
Social Spark  allows advertisers to buy bloggers time and space and get them to write about products and services — that’s right, it’s an advertorial exchange. This is another buyer beware scenario, not because Google will frown on you (the IZEA team worked hard to unruffle those feathers) but because the advertorial model is still young in Blogging circles and there is a lot of backlash associated with using it. Transparency seems to be the biggest takeaway when using a service like this, Social Spark forces it but even without the nudge in the right direction be sure to realize you are playing with your reader’s trust. That being said, I think everyone would do well to realize that advertorial has been in media since the invention of the newstand, it might be time for us to get over ourselves just a little.
15. Review Me – Advertorial
ReviewMe  is another Advertorial marketplace with a few less checks and balances as Social Spark. The same rules apply.
16. interClick – Ad Network
While I would have liked a higher fill rate, what I like about interClick is your ability to see just about everything about the campaigns that you are running. They offer skyscrapers, leaderboards and rectangles as well as popup ads (if you’re into that sort of thing). This network should definitely be used
17. Casale Media – Ad Network
Casale Media  is a notoriously difficult network to get into, but everything I’ve heard suggest that they run into fewer dilution problems than similar networks.
18. Pheedo – RSS Advertising
When you absolutely, positively must have advertising in every portion of your digital life Pheedo  is here to help you place ads in your RSS feeds. Everyone loves getting feed subscribers but they hate the fact that their most valuable readers almost never see their shiny new brand advertisement. I don’t put ads in my feed but I’ve heard that Pheedo is a good (if not particularly lucrative) solution.
19. Magpie – Twitter Advertising
See Ophelia’s excellent post on the matter, coming tomorrow.
20. Pubmatic – Ad Optimizer
Pubmatic  isn’t really an ad provider, but it will help you make money. Pubmatic acts as an advertising optimizer, you put in pre-existing tags and it serves the ones that will provide you with the highest CPMs. Typically, they are seeing lifts in revenue from between 10-30%. In practice this is heavily dependent on the networks you are running and how you are choosing to run them.
21. Rubicon Project – Ad Optimizer
Finally let’s look at the Rubicon Project , another ad optimizer that also acts as an ad provider. Using deals with many major networks, Rubicon will not only serve you ads from your stable of providers but will also pick other providers which might provide you with higher CPMs. From what I’ve seen Rubicon is a great tool, but it’s not for everyone. Reporting can be slow and inaccurate, and depending on the number of networks you are trying to setup it can be difficult to get started. Rubicon also needs several hundred impressions to properly optimize your inventory.

related-posts-widget-for-blogger-free

The related posts widget will show a new related posts section below your post page.The related posts are fetched from the those posts having the same label as the current post.
1. Sign in to your blogger account.Go to the dash board.
2.From there goto Template &gt; Edit HTML and expand your widget templates(option on the right)
3.Now Search for this Code
</head>
4.Reaplace it with


<!--Related Posts Scripts and Styles Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<style>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;


}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkoH4uNb0Y22XSJOeFlWVE-7T-q6AykvP0V7zmmMZP1XMl0NiiyuKRSqZUV2eYIbWYqQINZX3qxfEE8tZUPe18rmEIWSGEzv8MQkxLjjFWzsUfRI43OX47Y6_jrtOITRJ4ZrUDCLmB5d4/s200/greentickbullet.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
</style>
<script type='text/javascript'>
var relatedpoststitle="Related Posts";
</script>
<script src='http://files.bloggerplugins.org/related/related.js' type='text/javascript'/>
</b:if>
<!--Related Posts Scripts and Styles End-->
</head>

5.If you want to change the title of your widget you can edit this line of the above code

var relatedpoststitle="Related Posts";
6.If you want you can edit the blue and black colors present in this code
7.Now find this line of code

<div class='post-footer-line post-footer-line-1'>
Or

<p class='post-footer-line post-footer-line-1'>

8.Now immediately after any of these lines(whichever you could find) place this code snippet


<!-- Related Posts Code Start-->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://www.bloggerplugins.org/2009/08/related-posts-for-blogger-widget.html' style='display:none'>Related Posts Widget</a>
<script type='text/javascript'>
var currentposturl=&quot;<data:post.url/>&quot;;

var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts Code End-->


this line determines the number of related posts that are displayed..and by default 6 posts are fetched from each label.

google-adsense-fast-approval-tricks-for-your-blog

•Your blog or have minimum 10 posts and each post have minimum 500 words for better result.

•Your blog have older more than 3 months.

•You should have add your profile "about me" page on your blog and it should be completed.

•When you submit application for adsense, you must use the same name in your profile and your adsense application.

•You should have provide a valid and full adress with Home number.

6-photo-uploading-site-where-you-can-upload-pictures-free

What websites can be used to upload photos?
What are the free picture uploaders online?

1)
 Flickr




flickr logo

Flickr is almost certainly the best online photo management and sharing application in the world.

2)
 Photobucket




photobucket logo

Upload all your photos, videos, and images for free. Make photo slideshows to share with friends.

3
Imageshack




imageshack logo

No registration required at all. However, photos can go missing sometimes.

4)
 Windows Live Skydrive




windows live skydrive logo

Sign in easily with your Windows Live ID - and that includes Hotmail accounts.

5)
 Tinypic




tinypic logo

TinyPic is a photo and video sharing service that lets you easily upload, link, and share your images and videos on MySpace, eBay, Orkut Scrapbooks, blogs and message boards.




6) picasa

         
Enjoy photo-uploading!

beautiful-wordpress-new-themes-download-free














  •                                                     Live Preview 

  •  
  • Download 

  •  
  • Documentation 


  • Diary/Notebook Theme
     
    • Wordpress 3.0 Menu Management Support
    • Easy to set up - Theme Options Page
    • Customize using Google Web Fonts