Search Latest topics | How to Remove the Blogger Top Bar Tip and Hacks Sat Nov 21, 2009 4:14 pm by cooldude There are many people who consider that Blogger is a much stable platform than Wordpress, that’s why many people are using Blogger as a blog solution. My opinion is that both are great platforms but I do prefer self hosted Wordpress because is fully customizable and also you can do whatever you want. This list will help you to transform your Blogger blog in that type of blog that you like. 1. Remove the Blogger Top Bar This is probably one of the most annoying thing that Blogger has. This hack will help you to remove the Blogger bar forever. ![]() Comments: 0 Blogger’s Blogspot Top 10 Hacks to Make Your Blog Better Sat Nov 21, 2009 4:08 pm by cooldude Source: http://www.makeuseof.com/tag/top-10-blogger-hacks-and-tips/Hey MakeUseOf! I thought I would share with you what I have learned about Blogger’s Blogspot blogging platform over the last 8 months or so. I jumped into the new Blogger almost immediately after its beta launch and then I wanted to customize it – You know, make it my own. So I went out looking for how to do it. And here is that wisdom I uncovered. Consider it a gift from me to you. Poor old Blogger gets a bad wrap, namely because people do not know how to manipulate it. I hope this article helps you guys out and if you have any others please let me know in the comments… 1. Removing The Blogger Bar I hated the blogger bar across the top of my Web site because it didn’t really go with my template and I already had a Google search bar integrated. So I went on a mission to remove it and de-bloggerify my blog. I searched far ... [ Full reading ] Comments: 0 Lists of “Top 10” Wordpress plugins around the Internet Sat Nov 21, 2009 6:06 am by cooldude Source: http://www.dailyblogtips.com/ There are several lists of “Top 10” Wordpress plugins around the Internet. Most of them, however, refer to the best or most popular plugins. Guess what, I’ve had enough of Akismet, Adsense Deluxe, Related Entries and company! Jokes apart, those plugins are certainly awesome, but there are many others out there that can be life savers, and people often neglect them. Below you will the Top 10 Underrated Wordpress plugins; if you think there is a plugin missing on the list just post a comment. 1. Custom Querry String Wordpress is a very flexible platform, but regulating the number of posts that are supposed to be displayed on the different pages is quite difficult. Most of the times you will want to display a limited number of posts on the Homepage while displaying a larger list for the categories, archives or search results pages, and this is not p... [ Full reading ] Comments: 0 Top 9 Best Wordpress Plugin to Improving Your Wordpress Sat Oct 31, 2009 11:20 am by cooldude Soure: http://woorkup.com/ This post presents a roundup of 9 essential and really useful plugins that help you improve your WordPress theme making just some simple changes to the PHP code. For each plugin I’ve provided a description you can follow to quickly implement it on your pages. I Like This ![]() I Like This is a nice plugin that allows your visitors to like your posts simply with a click of mouse. The style is fully customizable with the layout of your WordPress theme. After activating the plugin you can use default options that display the like button below the body of your posts or customize your theme adding the button wherever you want, using the following code: <?php if(function_exists(getILikeThis)) getILikeThis('get'); ?> Feed Subscribers Counter ... [ Full reading ] Comments: 0 Juitter is an interesting jQuery plugin to put Twitter live on your website Fri Oct 30, 2009 11:17 pm by cooldude ![]() google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);Juitter is an interesting jQuery plugin to put Twitter live on your website. Juitter is lightweight, fast, in real-time, fully customizable and doesn’t slow down your page while tweets are loading. In this article I want to illustrate how you can use Juitter to implement a powerfull Twitter reactions badge that displays in real time the reactions of Twitter users to your posts. The only thing you have to do is to download Juitter Beta (the package includes two JavaScript files: jquery.juitter.js and system.js) and include them in the tag of your page after the link to jQuery: Then you have to add the following layer where you want reactions appear. Cust... [ Full reading ] Comments: 0 Adsense in Iframe Fri Oct 30, 2009 9:37 pm by cooldude Is it legal to have adsense ads in iframe ? The terms only mention that you cannot frame your visitors after they click on an ad link and in the policies state that no Google ad may be placed on any non-content-based pages. If you put the ads in iframe then probably they won’t find any content in order to serve any relevant ads. But, what if you make the ads look outside of the iframe ? document=parent.document; I don’t think it would violate their terms and conditions but to be sure I send an email to the adsense team: <blockquote>To the Adsense Team, I have looked in your terms and the policies on the adsense help site but I can’t seem to find this info anywhere. I have a site with a very old CMS installed on that does not let me use anything other than iframe to display the ADS, changing the whole CMS was out of the question, so I thought about the following solution with my little experience with j... [ Full reading ] Comments: 0 Illustrator Tutorial Basic Pumpkin Fri Oct 30, 2009 2:38 am by cooldude Source/Original: http://www.ndesign-studio.com/resources/tutorials/halloween-pumpkin/ 1. Basic shapes First, use the Pen tool and draw the basic shapes of the pumpkin. ![]() 2. Fill Gradient Fill the shapes with a linear gradient with no stroke fill. Gradient color1: R=255 G=127 B=0, color2: R=255 G=127 B=0 ![]() 3. Shading Select all shapes, go to menu Edit > Copy (Ctrl+C). Then go to menu Edit > Paste in Front (Ctrl+F) to paste in position. ![]() With the shapes remain selected, open Pathfinder palette (Window > Pathfinder). Hold down Alt key, click on Add to shape area. This will... [ Full reading ] Comments: 0 Adding Captions For Pictures Using CSS Fri Oct 30, 2009 2:33 am by cooldude HTML doesn't have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTML4. Here is one way to simulate such a figure element: <div class="figure"> <p><img src="eiffel.jpg" width="136" height="200" alt="Eiffel tower"> <p>Scale model of the Eiffel tower in Parc Mini-France </div> Then in the style sheet you use the class "figure" to format the figure the way you want. For example, to float the figure to the right, in a space equal to 25% of the width of the surrounding paragraphs, these rules will do the trick: div.figure { float: right; width: 25%; border: thin silver solid; margin: 0.5em; padding: 0.5em; } div.figure p { text-align: center; font-style: ita... [ Full reading ] Comments: 0 Super Blogger hack to improve the default comments system with Google Friend Connect! Mon Oct 26, 2009 3:51 am by cooldude If you are a Blogger user your know very well the limits of Blogger comments system. Although some improvements (inline comments), comment system remaining a small weakness of this fantastic blogging platform. But now a solution came directly form Google and the Friend Connect Wall Widget! What can you do with this widget? In a nutshell you can add a Wall (Facebook-like) in your pages, so your readers can add comments or reply to a previous message posted by an other reader. The result is something like this: ![]() I suggest you don't disable Blogger standard comment system... but use both, letting to your readers the choice about what comment system to use. Set up the Wall Widget it's simple and requires only one minute! Step 1: In Google Friend Connect home p... [ Full reading ] Comments: 0 | Statistics We have 4 registered usersThe newest registered user is Jennifer Clark Our users have posted a total of 25 messages in 25 subjects Who is Online ? In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest None Most users ever online was 17 on Mon Nov 09, 2009 4:26 am |








» Widget - How do you add them?
» AVACS LIVE CHAT
» How to Remove the Blogger Top Bar Tip and Hacks
» Blogger’s Blogspot Top 10 Hacks to Make Your Blog Better
» Lists of “Top 10” Wordpress plugins around the Internet
» WP Additions - Pagination
» CSS Styling the Header and Footer
» Top 9 Best Wordpress Plugin to Improving Your Wordpress