Loading
Monday, January 31, 2011

6 Nice To Have Freebie Resources For Web Designers and Developers


In past few days I have found some very good resources over the web that are really very helpful during web designing and development. So I am sharing these resources to help and motivate web designers and developers.

This list includes 105 Free PSD logos, 128+ lac fonts, 40 Blue Patterns etc. I hope you'll enjoy these freebies. Here's the following list with snapshots:

Shaboopie - 105 Free PSD Logos

Shaboopie has a great collection of 105 logos and they offer free PSD sources with the Creative Commons Attribution-Noncommercial 3.0 Unported License.



AllmyFonts - A collection of 128,679 true type fonts (TTF)

Here is a collection of 128,679 true type fonts (TTF) that are 100% compatible with practically any operating system in the market. All this fonts are available here for free and you can preview them before downloading and you can even define a custom preview string to see if the selected font suit your needs. You don't need to register to download anything from here.



jQuery Sweet Thumbnails Preview Gallery

In this tutorial you'll create an image gallery with jQuery that shows a preview of each image as a little thumbnail just like flash galleries. When clicking a slider dot, the full image will slide in from the right or left side, depending on the currently viewed image. It is very Interesting.
Demo



Free Minimal, Swiss Design WordPress Themes (4 Themes)

In this post we release yet another freebie: an original set of four exclusive minimal, clean WordPress themes designed by Marios Lublinski1 and released for web design community.



40 Relaxing Blue Patterns to Seize Your Style

A very nice resources shared by Naldz Graphics. These are free ones you may download for both your sites and your designs. So brace yourself with this collection and send yourself and even viewers to cool down.



30 Brilliant iOS Applications for Freelance Designers and Developers

The 30 amazing iOS apps for freelancers. These are useful applications for those working on their own in any field.



If you have any opinion, please leave a comment or share this post.

Thursday, January 27, 2011

How To Install BSA (BuySellAds) Ad Code into Blogger


Hello my dear friends, I am writing this post after a long while as I was very busy in my projects. Now a days It is going very popular in design community because this is good source of revenue. I have also recently registered with BSA (BuySellAds.com) Ads network and installed BSA ad code in my blogger successfully. Here's BSA detail page of TutorialFeed, you can also use this link if you want to advertise with TutorialFeed.

Some of my readers wrote me that they found difficulty during installing BSA ad code in a blogger platform. So in this post I am going to explain you how to install BSA ad code in a blogger. Before starting be sure that you have taken a backup of your blogger template. BSA provide you following ad code to install:

CODE 1:

<!-- BuySellAds.com Ad Code -->
<script type="text/javascript">
(function(){
  var bsa = document.createElement('script');
     bsa.type = 'text/javascript';
     bsa.async = true;
     bsa.src = '//s3.buysellads.com/ac/bsa.js';
  (document.getElementsByTagName('head')[0]||
  document.getElementsByTagName('body')[0]).appendChild(bsa);
})();
</script>
<!-- End BuySellAds.com Ad Code -->

CODE 2:

<!-- BuySellAds.com Zone Code -->
<div id="bsap_1255964" 
class="bsarocks bsap_5057c87fa5946e16d3fc40ab8c0715c4"></div>
<!-- End BuySellAds.com Zone Code -->

You need to copy CODE 1 and paste it before <body> tag of your template. Now Copy CODE 2 and paste it where ever you want to display the ad. For instance like I have place here under post and extreme right hand side. If you want to place ad under your post you need to locate following code in your template:

<div class='post-body entry-content'>

Now paste CODE 2 just after the above code. Next if you want to put ad extreme right column of your blog then locate following code in your template:

<div id='r_sidebar'>

Now paste CODE 2 just after the above code. At last save your template and check it now. It will show ad where you have put it.

If you find any difficulty please leave a comment or share this post.

 

Copyright © 2009 - tutorialfeed.org