Custom Search

Search My Download Corner

Wednesday, November 12, 2008

Torrent Privacy

Becomes 100% anonymous and safe when downloading torrent with TorrentPrivacy.
1)TorrentPrivacy TorrentPrivacy encrypt your traffic.
2)TorrentPrivacy concea you IP. Nobody will be able to identify your real IP.
3)Torrent Privacy your IP is concealed and ISP can not monitor your traffic.
4)TorrentPrivacy ensure your Bittorrent traffic is going through SSH encrypted tunnel which is much more secure then simple proxy.
5)With TorrentPrivacy 128 bit encryption all data sent and received during the connection via secure SSH tunnel is extremely difficult to decrypt and read.

Join with subscription payment

See freeware Tor as alternative.

Related: µTorrent file download

Read More...... View blog reactions

Sunday, November 9, 2008

Simplify your CSS for a Faster Loading Blog

Here is an easy way to improve page loading time by optimizing the style section of your Blogger template.
By eliminating unnecessary white space and HTML comments, you can reduce the overall size of your blog pages

Online CSS Optimizer/Optimizer is a web tool for reducing the file size of cascading style sheets.


Before even attempting to customize your Blogger template, the first thing you should do is back up your template. This ensures you can easily restore your original template if something goes wrong.

Method:
1. Copy all of the code between the <b:skin> and </b:skin> tags in your blog's HTML code (for classic template users, this is the section between the <style> and </style> tags).
2. In a new browser window or tab, visit the CSS Optimizer website, and paste your style code into the "direct input" box.
3. Click the "Optimize" button (there is no need to check the box which says "do not remove line breaks").
4. The next page will offer your optimized style code inside a text box, along with data of how much this has been compressed.
Copy all of this code to your clipboard.
5. Replace all of the existing code in your Blogger template between the <b:skin> or <style> tags with this optimized code.
6. Preview your template to ensure your template displays properly with these modifications, and finally save your template.

Read More...... View blog reactions

How to make HTML code appear as text

1)Do it manually.

2)Online tool automatically converts javascript ad code into the correct format so you can embed it directly into your new xml Blogger template. Go here.

Read More...... View blog reactions

Saturday, November 8, 2008

Generate HEX and RGB values for the colors to use in blog or website

1) ReadableColorGen

Html color generator focused into readability/accessibility of text and background combinations. It helps html, stylesheet(css) and web design. # Create color like #FF00CC used in html/stylesheet.# Show color brightness and contrast, it helps for choosing readable color combinations.# Color picker from desktop. ReadableColorGen is a freeware & tested on Windows XP
Download ReadableColorGen 1.0 (Mar 22, 2005)
Homepage

2) Color Calculator by Amanda. An online Html color generator.

3) Log into AdSense account and click AdSense Setup tab.
Select and click Color Palettes tab. Scroll down and on the right hand side you will click on any of the colour squares for the code. Any other Ads provider will have the Color Pallettes option too.

Read More...... View blog reactions

Troubleshooting Blogger template

If some have noticed the present new look which I have taken some trouble in it. For a day and a half I was stuck with floating columns sitting underneath one another because the containing wrapper (often called #outer-wrapper) isn’t wide enough to accommodate them side by side. This struck when I attempted wrapping AdSense Ads around Blogger Post Content. I have restored a back up template but the item page view remained affected. (The front page is ok)(This which I understood later that wrapped AdSense Ads inline only shows in item page and affected the distortion)




Not realizing initially that the mishap was due to the manoeuvre in wrapping AdSense Ads around Blogger post to the left. This pushed the middle column side bar beneath. At first I manually increased all the Wrappers width in red-
/* Outer-Wrapper ----------------------------------------------- */ #outer-wrapper { width: <span style="color: rgb(255, 0, 0);">950px</span>; margin:0 auto; padding:10px; text-align:left; font: $bodyfont; }


#header-wrapper { width:<span style="color: rgb(204, 0, 0);">880px</span>; margin:0 auto 10px; border:1px solid $bordercolor; }


#main-wrapper { width: <span style="color: rgb(204, 0, 0);">450px</span>; float: left; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }


#sidebar-wrapper { width:<span style="color: rgb(204, 0, 0);"> 250px</span>; float: right; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }


#newsidebar-wrapper { width: <span style="color: rgb(255, 0, 0);">250px</span>; float: right; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }


<span style="font-style: italic;">Aligning the newsidebar to the right
</span>
<div id="main-wrapper">
<div id="newsidebar-wrapper"> <b:section class="sidebar" id="newsidebar" preferred="yes"> </b:section>




Scenario: Column Margins in Layout. Much later realized adjusting the margins would all be necessary. When adjusing the margins, the width of the sidebars, the main post column and all the margins must collectively add up to 950. If they exceed 950, one of your columns will drop to the bottom of the page. If they are less than 950, all three columns can still be seen but the layout will be asymmetrical. Read More here. READ Troubleshooting 3 column Minima layout. ( I abandoned the Adsense Ads inline wrapping method even after a successful makeover of this site)

While attempting further without the above prior knowledge mentioned, I somehow corrupted the template code in the confusion caused wrapping Adsense code inline.

The cause is obviously the main wrapper hasn't enough width to accommodate thus pushing the middle column beneath it. I got desperate and started to upload new & back up templates back and forth. Then stuck with permanent error messages of bX-cxyu7t & bX-y4ne02 being unable to upload and changed any more templates. Changing to a different browser did not help nor switching to Blogger standard template before uploading another.


I keep getting error messages and can't upload any Blogger template via the XML upload. I later found out the problem occurred because there were some widgets in the previous template which needed to be deleted. I deleted one widget code (Numbered Page Navigation for Blogger) which is the main culprit in the Edit HTML section and resolved the issue to upload template. (After remembering this which was one of the last thing I have done before the errors arised)

During the previous attempt in the process of unloading templates, widgets were prompted that they will be lost when proceed, which I did and lost most of the widgets.

I didn't realize all these until I got through the glitches in uploading a new template. Undoing the Adsense wrapping strategy resolved the issue realized when I tried again after successfully unloading a 3 columns template. Horror, I didn't save any widgets and thus losing all of them.

Wrap AdSense Ads Around and Inline Beside Blogger Post Content

Add the following two line on top of Google Ad code

==================================================
<div class='post-body entry-content'>
<div style="float: left;"
===============================================================
Add the following line after Google Ad code
=====================================================
</div>
============================================================
Append the following lines of code into the template BEFORE the line of
(Search for the following line in the new Blogger template HTML code in the text box:)

<data:post.body/>

or

<p><data:post.body/></p>

Parse the HTML code of AdSense JavaScript with escape character @ http://www.eblogtemplates.com/blogger-ad-code-converter/
(Red are the codes added as describede above)
-----------------------------------------------------
<div class='post-body entry-content'>
<div style="float: left;"
<div class='post-body entry-content'>
<div style="float: left;"
<script type="text/javascript"><!--
google_ad_client = "pub-6379108292233674";
google_ad_host = "pub-1199571886004985";
//180x90, created 11/22/07
google_ad_slot = "0333033249";
google_ad_width = 180;
google_ad_height = 90;
//--></script>
<script
src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script>
</div>
</div>
----------------------------------------------------------------------

Note the above code will align AdSense ad block to the left. You can also make it make it float to the right, but change the “float: left;” to “float: right;”.




How to copy widgets from one template to another as back up

Create a test blog (with no widgets present), upload your new template, and copy all of the widgets over from your existing template (see this post for details).
http://www.bloggerbuster.com/2007/09/how-i-copy-widgets-from-one-template-to.html
====================================================================
Your blog widgets are saved in your Blogger account, rather than in the actual template of the blog. The widgets are called to your blog by anchors within the template which look like this:

<b:widget id='HTML1' locked='false' title='My Widget Title' type='HTML'/>


Using a second "test blog" method for copying over your widgets from your old template to your new one:






Read More...... View blog reactions

Monday, November 3, 2008

favicon

Add Favicon icon to your website URL- little icons appear next to the web addresses. It is an icon displayed before the website address in the URL field instead of the Internet Explorer icon or the globe icon in Firefox.

Which browsers are favicons compatible with ?
Most versions of the major browsers support favicons. Some examples include Internet Explorer 5/6/7+, Firefox 1/2+, Mozilla 1/2+, Netscape 7+, Opera 7+, Avant 1.1, Konqueror 3+, Safari and many more.


The main advantage of using the favorite icon or the favicon is that you can make your Favorites entry much easier to locate. It also gives you a professional cutting edge. However Favicon has its own limitations. Only new versions of Internet Explorer display icon in the Favorites listings and also in the address bar.

For a webmaster there are three main advantages to using the favicon.ico 'trick'. Number one is that it helps brand your site with a nice little icon that is easily recognizable. Number two is that it makes your website more professional and cutting-edge. The third advantage is that your entry will stick out among all the others when a previous visitor scans through his or her favorites which is always a good thing as people can revisit your site.

Free online tool favicon generator:
1) FavIcon from Pics-first web tool for creating still and animated favicons from regular images.
2) Amanda Fazani Favicon Generator tool
-output favicons as PNG files rather than icons (with the .ico extension).
3) iconj-free favicon hosting, generator

Download the free IrfanViewer. This is an excellent and free graphics viewer that can not only display a huge variety of graphics formats, but also convert between them. You will need this to convert your graphics file to the ICO format that IE and Windows require.


@icon sushi
FREEWARE image to icon converter that supports the mask editor and the creation of Windows XP 32bit/Windows Vista format icons. Download Version 1.21 Installer [Feb 04, 2007]-System Requirements

- Tested on WinXP
- It is reported working on 98/ME/2000/NT.
- Need 16bit or higher system color depth. Homepage




Animated favicon from favicon generator:
Animated favicon generator tool @ http://www.animatedfavicon.com/
Produce Gif,16X16 and 32X32 png file. Use IrfanViewer to convert to .ico extension if needed

Alternative:
Ceate an animated favicon ico by using animated gif.
A)Create or find animated gif form free animated gallery.
i)CoffeeCup GIF Animator allows you to create or edit Animated GIFs for your Web pages easily. Just open the software and it guides you through making great Animated GIFs in just a few simple steps. It's so easy ... anyone can do it. CoffeeCup GIF Animator can convert JPEG and BMP graphics to GIFs automatically, as well as import AVI files. There is also a floating Preview Window so you can see your Animation and Edit at the same time! Download ii) Free Animations and Clip Art @ gifanimations

B)Rename it to be favicon.ico.
C)Upload the favicon.ico file to your web site root folder (Your root is where your index page is located).
D)Copy and paste the following code to the section of your webpages:
< rel="shortcut icon" href="/favicon.ico">

Note: An animated favicon ico is currently not supported in Internet Explorer.



Where Web Host Doesn't Allow ICO Files, upload favicon image (with the .ico extension) to an external hosting account.
Image hosting services which support favicons upload:
1) iconj-free favicon hosting, generator
2) Oogletoogle
3) SholImages
4) PicPanda
5) ImageBoo
6) CDMazika
7) Ripway-free online storage page
& image hosting
Search engine based upon Favicon:


Original icon file (the 80px by 80px image) can also be used as a gravatar by signing up for an account at http://en.gravatar.com/ The website owner personally reviews and rates the icons so approval may take a few days. With a gravatar, your icon will be displayed beside your comments in gravatar-enabled websites.


See external link @ Favicons Made Easy!

Read More...... View blog reactions