Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Thursday, December 27, 2012

Download Latest Browser


Download Latest Browser 
Almost all new version.

Internet Explorer
Microsoft Corporation
http://windows.microsoft.com/en-US/internet-explorer/products/ie/home
Firefox
Mozilla Corporation
http://www.mozilla.com/en-US/firefox/new/
Chrome
Google
http://www.google.com/chrome/eula.html
Safari
Apple Inc.
http://www.apple.com/safari/download/
Opera
Opera Software ASA
http://www.opera.com/downloads/
Comet Bird
Comet Bird
http://www.cometbird.com/page/download.php
Black Bird
American Browser
http://www.blackbirdhome.com/alpha/common/download.php
Sundial Browser
Mozilla
http://www.softpedia.com/progDownload/Sundial-browser-Download-175394.html
Deepnet Explorer
Deepnet Security
http://www.deepnetexplorer.com/download/download.asp

Netscape Navigator
Netscape Communications Corporation
http://download.cnet.com/Netscape-Navigator/3000-2356_4-10145004.html
SeaMonkey
Mozilla Foundation
http://www.seamonkey-project.org/releases/
K-Meleon
kmeleonbrowser.org
http://kmeleon.sourceforge.net/download.php
Konqueror
Konqueror
http://www.konqueror.org/download
Maxthon Browser
Maxthon
http://www.maxthon.com/mx3/index.htm
Flock
Flock, Inc.
http://flock.en.softonic.com/

Lunascape
Lunascape, Inc.
http://www.lunascape.tv/Download.aspx
Amaya
W3C
http://www.w3.org/Amaya/User/BinDist.html

Midori
TwoToasts.de
http://www.twotoasts.de/index.php?/pages/midori_summary.html

KidZui
idZui, Inc
http://www.kidzui.com/download/thank_you

RockMelt
RockMelt Inc.

http://www.rockmelt.com/
Slim Browser
FlashPeak
http://www.slimbrowser.net/en/dlpage.php
KidRocket
KidRocket.org
http://download.cnet.com/KidRocket-KidSafe-Web-Browser-for-Kids
/3000-2132_4-10826177.html
Epic
Hidden Reflex
http://www.epicbrowser.com/
Iron Browser
SRWare
http://www.srware.net/en/software_srware_iron_download.php
Comodo Dragon
Comodo
http://www.comodo.com/home/browsers-toolbars/browser.php
Crazy Browser
Crazy Browser
http://www.crazybrowser.com/
Arora
Benjamin C. Meyer
http://code.google.com/p/arora/downloads/list
ShenzBrowser
Shenz International
http://www.shenz.com/ShenzBrowser.exe
Avant Browser
Avant Force
http://www.avantbrowser.com/download.aspx?uil=en-US

Enigma Browser
Advanced Search Technologies, Inc.
Orca
Avant Force
http://www.orcabrowser.com/download.php
xB Browser
XeroBank
https://xerobank.com/download/index.html

Sleipnir
Fenrir Inc.
http://www.fenrir-inc.com/global/sleipnir/downloads/

space time
space time

http://www.softpedia.com/get/Internet/Browsers/SpaceTime-3D.shtml
Browse3D
Browse3D Corporation
http://www.browse3d.com/documents/download.html
Bitty Browser
Turnstyle
http://www.bitty.com/

Grail
CNRI
http://grail.sourceforge.net/info/windows.html
Lynx
Thomas Dickey
http://lynx.isc.org/
The World Browser
Phoenix Studio

http://www.theworld.cn/twen/download.html
TT
Tencent Holdings
http://tt.qq.com/
Pink browser
Mind Vision Software (MVS)
http://www.pinkbrowser.com/download.html
Nuke Browser
Nuke Tech
http://www.nuketech.net/nukebrowser.htm
Acoo Browser
Acoo Browser
http://www.acoobrowser.com/download.php

Pale Moon
Moonchild
http://www.palemoon.org/
Dooble
Dooble
http://dooble.sourceforge.net/
MenuBox
Cloanto Corporation
http://www.menubox.com/
Chromium
Google
http://www.chromium.org/getting-involved/download-chromium
Ultrabrowser
Ultrabrowser.com Inc
http://www.ultrabrowser.com/homepage/download_ub11.html
ZAC Browser
People CD Inc.
http://zacbrowser.com/download-zacbrowser/
Kylo
Hillcrest Labs
http://kylo.tv/
morequick
GreenBrowser

http://www.morequick.com/indexen.htm
Wyzo media browser
Radical Software Ltd.
http://www.wyzo.com/download/
QupZilla
David Rosca
http://www.qupzilla.com/download
QtWeb
QtWeb.NET
http://www.qtweb.net/download.php

If you like Please Comment .

Tuesday, December 25, 2012

How to make an automatic Recent post slider.

Automatic Recent Posts Slider With jQuery For Blogger

 

Step 1 - Applying Styles

Go to Blogger Dashboard > Design > Edit HTML. (In new User Interface It Is - Dashboard > Template)
As always download a copy of your template first.
Now find for ]]>
Add below code just before ]]>


#slide-container {
    height: 360px;
    position: relative;
    width: 480px;
}

#slider {
    height: 360px;
    left: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 480px;
    font-family: calibri;
}

.slide-desc {
    background: transparent url(http://i195.photobucket.com/albums/z105/dantearaujo/darkbg.png) repeat scroll 0 0;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 0;
    width: 200px;
    z-index: 99999;
}

.slide-desc h2 {
    display: block;
}

.crosscol .widget-content {
    position: relative;
}

#slider ul, #slider li,

#slider2 ul, #slider2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider2 {
    margin-top: 1em;
}

#slider li, #slider2 li {
/*

define width and height of list item (slide)

entire slider area will adjust according to the parameters provided here

*/
    width: 480px;
    height: 360px;
    overflow: hidden;
}

#prevBtn, #nextBtn,

#slider1next, #slider1prev {
    display: block;
    width: 30px;
    height: 77px;
    position: absolute;
    left: -30px;
    text-indent: -9999px;
    top: 71px;
    z-index: 1000;
}

#nextBtn, #slider1next {
    left: 520px !important;
}

#prevBtn, #nextBtn, #slider1next, #slider1prev {
    display: block;
    height: 77px;
    left: 0;
    position: absolute;
    top: 132px;
    width: 30px;
    z-index: 1000;
}

#prevBtn a, #nextBtn a,

#slider1next a, #slider1prev a {
    display: block;
    position: relative;
    width: 30px;
    height: 77px;
    background: url(http://i195.photobucket.com/albums/z105/dantearaujo/prev.png) no-repeat 0 0;
}

#nextBtn a, #slider1next a {
    background: url(http://i195.photobucket.com/albums/z105/dantearaujo/next.png) no-repeat 0 0;
}

/* numeric controls */

ol#controls {
    margin: 1em 0;
    padding: 0;
    height: 28px;
}

ol#controls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
}

ol#controls li a {
    float: left;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #DAF3F8;
    color: #555;
    padding: 0 10px;
    text-decoration: none;
}

ol#controls li.current a {
    background: #5DC9E1;
    color: #fff;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}


Step 2 - Adding JavaScript

Now find for tag
Add below code just after/below tag.


<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js' type='text/javascript'&gt;</script&gt;
<script src='http://accordion-template.googlecode.com/svn/trunk/easySlider1.7.js' type='text/javascript'&gt;</script&gt;
<script type='text/javascript'&gt;
//<![CDATA[
$(document).ready(function(){
 $("#slider").easySlider({
 auto: true,
 continuous: true
 });
});
//]]gt;
</script&gt;


 Now save your template.

Adding The Gadget

Now go to Page Layout
Add a Gadget > HTML/JavaScript
Paste below piece of code and save it.
 

<div id="slider">
<script style="text/javascript" src="http://code.helperblogger.com/easySlider.min.js"></script&gt;
<script style="text/javascript"&gt;
 var numposts_gal = 6;
 var numchars_gal = 150;
 var random_posts = false; // random posts
</script>
<!-- replace with your web address (marked with red color) -->
<script src="http://yourblog.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showgalleryposts&max-results=999999"&gt;</script&gt;
</div>
Note: If you need, Replace                     
"<"  " with "<"
And                         
"&gt" with ">"
 Now replace yourblog.blogspot.com with your own blog url.[Code Line - 10] (Only change blog URL don't change any other things.
To change number of post find this var numposts_gal = 6; line in above code. (Code Line - 4)
If you want to change number of characters to show in description find this piece of code var numchars_gal = 150; (Code Line - 5)
Now save your all the changes and you are done.Visit your blog to see this beautiful slide.




Your questions,queries and feedback are always welcome.Also if you need any help about customizing this gadget then feel free to ask me.I'll glad to help you.
Good day....

Sunday, December 23, 2012

Add Awesome Share Gadget in blogspot for blogger, Don' t mis it.

 Awesome  Gadget for blogger, Don' t mis it.

1.At frist enter your blog
2.Then you can go straight to the Layout, click the Add Gadget HTML / JavaScript for the Select.
3. Then Select the code below





 
    • For Facebook: Take your facebook username instead of "EASiblu"
    • For Twitter: Take your Twitter username instead of  "EAShiblu"
    • For Google+ : Take your google+ username instead of "103593204016755715965"
 Thank You

Back your forgotten Password for (Mozilla)

Back your forgotten  Password for (Mozilla)
 Let's See


1. It's your Mozila Firefox, click Tools

The. Then click on the Option

3. Then click on the Security tab.

4. Then click Save Password.

5. Then click on the Show Password.

6. If Are you sure you wish to show your passwords? In the days to come, but yes.

Save all you will see on the desired Password.
I hope to be down to work.

Thank you all

Saturday, December 22, 2012

Floating Facebook Like Box widget For Blogger


Floating Facebook Like Box widget For Blogger:
Floating and scroll to to left Side of Blogger Sidebar Facebook Like Box is very attractive way to get more fans to your facebook Page.
As A Blog Owner You need to promote Your Blog. and for this Facebook Really help you. infact Facebook Fan Page is A great Source to attract Visiters.
Now a days everyone Using Facebook to Promote Blog. and you need some likes means Fans to Share your thoughts and to share your Blog posts.

How it Works:
when Some one Hover Mouse on Facebook then it Move to left side and then Go back to the previous state.
The best thing is that it doesn't hurt the user and also did not reserve place in Your Blog.
if you are Using the Common facebook LikeBox in your Blog. usually it Reserve Space and not good impression.

How To add to blogger:

1. Go to Your Blogger Layout, Add Gadget>Html/javaScript
2.Copy The Below Code and Paste it into a Gadget.

HTML/javascript

 

Learn some important keys - Keyboard Shortcuts

Learn some important keys - Keyboard Shortcuts






Learn some important keys - Keyboard Shortcuts
Alt +0131 = ƒ (money) 

Alt +0165 = ¥ (Yen) 
Alt +0177 = ± (yogabiyoga) 
Alt +0215 = × (times) 88 
Alt + Ctrl + T = ™ (trademark) അ
 Alt + Ctrl + R = ® (registered) 
Alt +0163 = £ (lira) 
Alt +0128 = € (lbs) 
Alt +0247 = ÷ (share) 
Alt +248 / 0186 = º (F) 
Ctrl + A = Select All.
 Ctrl + B = Bold text. 
Ctrl + C = copy, no.
 Ctrl + D = font change dialog box appears. 
Ctrl + E = Center alignment is not. 
Ctrl + F = find or replace a word. 
Ctrl + G = Go To command. 
Ctrl + H = Replace command.
 Ctrl + I = Italic text. 
Ctrl + J = text alignment is not jastiphaida. 
Ctrl + K = hyperlink creation. 
Ctrl + L = Left text alignment will be. 
Ctrl + M = inabhenta for. 
Ctrl + N = new document. 
Ctrl + O = before creating a file to open. 
Ctrl + P = Print the document. 
Ctrl + Q = the spacing between paragraphs. 
Ctrl + R = text alignment is not right. 
Ctrl + S = Save the file. 
Ctrl + T = indent for change. 
Ctrl + U = text underlined. 
Ctrl + V = paste the text. 
Ctrl + W = Close the file. 
Ctrl + X = Document from the kat.
 Ctrl + Y = repeat it. 
Ctrl + Z = andu or return to the previous state