See Your Ads Here

If You Want To SeeYour Ads Here, Please Contact Us For More Information

See Your Ads Here

If You Want To SeeYour Ads Here, Please Contact Us For More Information

See Your Ads Here

If You Want To SeeYour Ads Here, Please Contact Us For More Information

See Your Ads Here

If You Want To SeeYour Ads Here, Please Contact Us For More Information

See Your Ads Here

If You Want To SeeYour Ads Here, Please Contact Us For More Information

Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Monday, February 25, 2013

How To Remove Page Info From Printed Pages


By default browsers will add the date, page number and URL to any page printed from the Internet. For most (if not all) of the printables on this site, you probably don’t want text at the top and bottom of the page. Luckily it’s pretty easy to fix, just pick your browser and follow the instructions below.

Internet Explorer 7 Printing Tips

By default there’s a small image of a printer, click that and go to “Page Setup…”. Below is a screenshot showing the button you’re looking for.
Go to “File”, “Page Setup…”, then erase the text in the “Headers and Footers text boxes. (The default for header is &w&bPage &p of &P and for footer &u&b&d if you need to put it back later. IE’s default margins are 0.75 inches.)
Click the “OK” button and you’re done.

Firefox Printing Tips

From the menu in the top left corner of your browser, choose “File”, then “Page setup..”. Go to the second tab called “Margins & Header / Footer”, in the drop down lists choose “Blank” for all the items you don’t want printed. The screenshot below gives a better view of what I mean.
If you want, you can also adjust the print margins here as well, Firefox’s default margins are set at 0.5 inches. Once you have your setting chosen, click “OK”, and you’re done!
If you’d like a faster way to get to the print preview feature from within Firefox, the Print / Print Preview extensions is very handy. It adds a submenu to your context menu (the menu that pops up when you right click on a webpage) with “Print”, “Print Preview” and “Page Setup”. Much faster if you change margins, headers etc. often.

Friday, February 15, 2013

Mozilla FireFox 18.0.2 Final + Speedyfox





Mozilla FireFox 18.0.2 Final + Speedyfox




Firefox is web browser with security, stability, speed and much more. Firefox make one of fastest and best web browser with all awesome feature that user can make customization browser.
Security & Privacy: Firefox gives user most secure that available with Instant Web Site ID, Private Browsing, Forget This Site, Anti Malware, Anti Phishing, Outdated Plugin Detection, Parental Control, Clear Recent History, Customized Security Setting, Add-Ons, Password Manager, Anti Virus Software, Pop-up Blocker and Automated Update.
Performance: Firefox built on top of the powerful Gecko platform, give user fastest and reliable web browser with Smaller Memory Foot Print, Memory Management, Faster Page Load, Color Profile Support, Super Speed and Real World Performance.
Personalization: User can customize their firefox with over 6,000 ways to customize, add-ons Manager, Beyond Add-ons and user can dress their firefox with Personas
Intelligence: With awesome bar, Tags, Library, One-Click Bookmarking, Smart Bookmark and Form Complete
Firefox also comes with a standard set of developer tools including a powerful JavaScript and CSS error/warning console, and an optional Document Inspector that gives detailed insight about your pages.


System Requirements:
  • Operating System: Windows All Vesion
  • Language: English-US
  • License: Open Source
  • Stat Soft : Offline Installation



How to Download
Click on the download links Wait for 5 seconds and then click on







Note: Download link valid until 04/05/2013

Tuesday, January 29, 2013

How To Add POP UP Facebook Like Box? For Blog & Website

This widget pops up a jQuery window containing Facebook likebox as soon as a new visitor arrives. This plugin can be added to both Blogger Blogs and Wordpress. I am using here the same jQuery effect like this one can be widely seen on many blogs now. It will help you increase your Facebook Fans greatly.
This popup appears only once to every new visitor. The ip address of the visitor is stored in browser cookie and as the page loads again the widget wont be called again for the same visitor thus eliminating the chances of bugging regular readers. Because of course it will look weird if the popup appears again and again on every pageview.

It will appear both on homepage and sub pages depending which page the visitor is accessing. I have set the cookie refresh time to 30 days, which means that this lightbox will appear again for the same visitor after 30 days. We can easily set the number of days to prompt the visitors about your Facebook Fan page. Lets get straight to the one step installation process.
Get the more fans to your fanpage blogger by adding a popup facebook like box to your blogspot.By adding this customized widget may know the visitors to know the number of people like your website and join your site directly.To get this widget follow below procedure:-


Features:
1.) Un-Blockable POP-UP By All Browsers.
2.) POP-UP With LightBox Effect.
3.) Close Button Also Included.
4.) Quick To Load And Easy To Install.
5.) Simple And Stylish Design.


How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Layout.
4.) Click "Add A Gadget" Where You Want To Add It.
5.) Now Scroll To "HTML-JAVASCRIPT"
6.) Click "+" Icon To Add It.
7.) Now Copy The Below Code And Paste It To There.
8.) Leave The Title Empty.
9.) Click Save, Now You Are Done.


How To Add In Website?
1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <body> </body>.
3.) Save It, Now You Are Done. 


<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>
<script src="http://exeideasinternational.googlecode.com/files/jquery.colorbox-min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=true') == -1)
{
var fifteenDays = 1000*60*60*24*30;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"400px", inline:true, href:"#exestylepopups"});
}
});
</script>
<style type="text/css">
/*
SOTHIK VABNA | সঠিক ভাবনা
(Copyright (c) 2013 SOTHIK VABNA | সঠিক ভাবনা www.sothikvabna.blogspot.com)
*/
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block}.cboxIframe{width:100%;height:100%;display:block;border:0}#cboxOverlay{background:#000;opacity:0.5 !important}#colorbox{box-shadow:0 0 15px rgba(0,0,0,0.4);-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4)}#cboxTopLeft{width:14px;height:14px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) no-repeat 0 0}#cboxTopCenter{height:14px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCd1dps4dyaGhEWJeqtAtR-n2i1bIi213E0iTssByXILSU-sJ7F3XetCL6ynBRrp5wRnA-OaDo3rKfTleH0HMw_PDGd2eOU8Fiazo1PAbsFbUSzvdX85KL9SrcvqfnEqwfHCmFaoGXWdw/s400/border.png) repeat-x top left}#cboxTopRight{width:14px;height:14px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) no-repeat -36px 0}#cboxBottomLeft{width:14px;height:43px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) no-repeat 0 -32px}#cboxBottomCenter{height:43px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCd1dps4dyaGhEWJeqtAtR-n2i1bIi213E0iTssByXILSU-sJ7F3XetCL6ynBRrp5wRnA-OaDo3rKfTleH0HMw_PDGd2eOU8Fiazo1PAbsFbUSzvdX85KL9SrcvqfnEqwfHCmFaoGXWdw/s400/border.png) repeat-x bottom left}#cboxBottomRight{width:14px;height:43px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) no-repeat -36px -32px}#cboxMiddleLeft{width:14px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) repeat-y -175px 0}#cboxMiddleRight{width:14px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) repeat-y -211px 0}#cboxContent{background:#fff;overflow:visible}#cboxLoadedContent{margin-bottom:5px}#cboxLoadingOverlay{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM793G8nrWfnetVM9R5S6deROi0ICFRXBdi4PGReN_iL4-CQO74aIqIfq9KbIFu6aBsUEHqgHmgC5Zfs8qLIAJsnfrAanYsJ4o1Z1AohvfOLtb3JEsxRoVn9j6KhOzQ7oJt7kzezI8JuE/s400/loadingbackground.png) no-repeat center center}#cboxLoadingGraphic{https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDAfHZR6fyqPeiTXR9nUd7eTOPC_49tRgKVVOmPuDpeCpBLWdUtvHOtIu7FlRnwohmA92OrdalrL8NDYI4HVbGcOycCcXXHmsUZxiIEyRWBuTVJVKzbfjx4r5g3mdpJLynWyGKyuv5-c8/s400/loading.gif) no-repeat center center}#cboxTitle{position:absolute;bottom:-25px;left:0;text-align:center;width:100%;font-weight:bold;color:#7C7C7C}#cboxCurrent{position:absolute;bottom:-25px;left:58px;font-weight:bold;color:#7C7C7C}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{position:absolute;bottom:-29px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgom1NT8Ph0SwLnFIZMA9XM3y6pZKXuuTIpNhEs4WkMFFg9xZo_W_5ADorASc4mkRsjm_04xVckCaesljHSVTmpKoxk0dGbhlgTQQ9deBqRZshQh4sRYM-EgNL0Jyaq4fwJN_CKsxCCV64/s1600/controls.png) no-repeat 0px 0px;width:23px;height:23px;text-indent:-9999px}#cboxPrevious{left:0px;background-position:-51px -25px}#cboxPrevious.hover{background-position:-51px 0px}#cboxNext{left:27px;background-position:-75px -25px}#cboxNext.hover{background-position:-75px 0px}#cboxClose{right:0;background-position:-100px -25px}#cboxClose.hover{background-position:-100px 0px}.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px;right:27px}.cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px;right:27px}.cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px}#mdfb{font:12px/1.2 Arial,Helvetica,san-serif;color:#666}#mdfb a,#mdfb a:hover,#mdfb a:visited{text-decoration:none}.mdbox-title{background:#333333;color:#fff;font-size:20px !important;font-weight:bold;margin:10px 0;border:20px solid #ddd;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;box-shadow:5px 5px 5px #CCC;padding:10px;line-height:25px;font-family:arial !important}
</style>
<div style='display:none'>
<div id='exestylepopups' style='padding:10px; background:#FFF;'>
<center><h3 class="mdbox-title">Receive all updates via Facebook. Just Click the Like Button Below...</h3></center><center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FUser_Name&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
</center><p style=" float:right; margin-right:35px; font-size:9px;" >Powered By <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.sothikvabna.blogspot.com">SV Facebook</a></p>
</div></div>


Customization:
1.) Replace User_Name With Your Facebook Username.
2.) It Will Not POP Up Again And Again On Every Reload Or Every Pages. To Review The Widget Just Delete Your Browser Cookies And Refresh The Page To See It Appearing Again.
3.) If You Want To Appear This Widget On Every Reload Of Your Visitor On Every Page, Just Change true To false
4.) This Widget Will Again POPUP On Your Viewer Desktop After 30 Day If He Is Clearing His Browser Cookies, If You Want To Minimize This Time, Just Change *30 From The Above Code To Your Desire Day With 30.
5.) You Can Also Change The Text In Black Bold Text.
6.) Save And Done..

Friday, January 25, 2013

Adding Feedjit Traffic Feed To Blogger & Hiding It From Blog Visitors


Feedjit Live Traffic Feed is one of the best ways to effectively monitor your blog traffic and it’s very easy to use. It clearly shows your visitors’ geographical location, incoming search queries, exit pages, time of visit and other things that can make you deduce a quick analysis on your web traffic. It gives you an insight on what content your visitors are interested in the most.

Though it’s incomparable to google analytics in terms of sophistication, feedjit live traffic feed widget can still do a lot in helping you know your most valuable keywords, traffic source and so on.

That’s what the free traffic widget looks like. You like it? Now let’s add it to your blogspot blog!
How To Add Feedjit Live Traffic Feed To Blogger
-You need to first visit feedjit to generate the code. Click here to see the sign up page.
-Fill the registration form and and proceed to the next page where you’ll need to configure the look and feel of the free traffic widget to easily blend with your blog’s template
-After choosing the colors, size and every other thing, you can select your blogging platform with the drop down menu at the bottom and add it directly to your blog from there.
-I prefer the alternative: Manually adding it to your blog. Select Other blog or website and copy out the generated code.
-Go to your blog’s dashboard and click on Design.
-Depending on where you want the live traffic feed widget to appear on your blog, click on Add a Gadget, select HTML/Javascript and paste the code you copied earlier into the box.
-Save your template and preview your blog
How To Hide Feedjit Live Traffic Feed From Your Visitors
Though this widget looks cool, you may want to have a hidden tracker for reasons best known to you. When your visitors see that they’re being tracked, they might feel a bit insecure and being tightly watched. Nobody likes this, not even me. You may also want to have this traffic feed widget invisible but still working in the background because you feel it’s too bogus and gives your blog some sort of unprofessional look?
Whatever the reason may be, you can turn it to some sort of invisible tracker for your blog and here’s a little trick to hide this feedjit widget.
<div style="height:0;width:0;overflow:hidden;">
YOUR FEEDJIT CODE HERE
</div>
Replace YOUR FEEDJIT CODE HERE with the code you generated earlier. Alternatively, simply paste the code below to your blog:
<div style="height:0;width:0;overflow:hidden;">
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&amp;tc=494949&amp;brd1=336699&amp;lnk=494949&amp;hc=336699&amp;ww=160"></script><noscript>
</div>
That’s it and the widget remains hidden in the background. Are you wondering how to view the traffic feed widget when it’s already hidden?
http://live.feedjit.com/live/your-url-here/0/
Just replace your-url-here with your blog address. You can bookmark the link on your browser for quicker access. Wanna see who’s been visiting us? Follow the link below.

Thursday, January 24, 2013

Make International Free Calls

Stop using expensive calling cards to call international to Bangladesh. Calling cards have connection fees, per minute rounding, and use it once or lose your value restrictions. Many calling cards also have the restriction on how many day after activation the balance expires. We here attempt to eliminate pain of waisting lots of money on calling cards and other prepaid international plans. Also, do not pay excuberant fees for Bangladesh international direct dialing.Do not get ripped by hidden fees for international direct dialing to Bangladesh.
FREE Calls to Bangladesh (Land or Mobile Phones) Using Jaxtr

Goto jaxtr.com site.
Get a local number using your number and receving partly number. Local number is local to both of you even though you can be from different countries.
You call that local number.
Receving party get a text message that you are trying to call them (or you can use FREE SMS to send the receiving part that you waiting for them to dial the local number you provided; Or you can use Evaphone (shown below) to make a quick free direct call and let them know you are waiting for them to connec to Jaxtr)
Receiving party dials their local number and connect both of you for unlimited mintues.

FREE PC based Calls to Bangladesh Phone (Land or Limited Mobile) Using FreeCalls
Download FREECall program.
Install it. Then, go thru their free signup and get a free username and password.
Scan and test your microphone and speaker.
Login to freecall application.
Make direct call to any land number they support. They also have a limited countries with mobile supported. 

FREE Web Page Based Quick Direct Phone Calls to Bangladesh using EvaphoneUsing Evaphone you can make quick calls to Bangladesh. Find out how long you can call here. Evaphone has a limitation of two calls per day.


FREE Calls to Bangladesh (Mobile and Land Phones) Using TalksterYou and your friend needs to get local number. Getting FREE local Talkster numbers for you and your friends around the world is simple! 

The first time only, tell us the name and phone number of the friend you want to call
You are given a new Talkster phone number for each friend that is yours to useforever. Save it in the address book on your phone!
Whenever you want to talk to your friend, dial the new local Talkster number for that friend instead of the old long distance or international number.We would personally recommend if you have a computer with broadband connection and admin rights to install programs, install freecalls and dial number directly off the computer. Our second choice would be Jaxtr or Talkster.

Saturday, January 19, 2013

Hotspot Shield Elite 2.78 Full Crack, Serial Key, License free Download



Hotspot Shield Elite allows you to browse the Internet anonymously. Elite’s service exchanges your IP address for an Elite IP address, keeping your information secure and private.

Security, Privacy, Access



Hotspot Shield VPN encryption secures your browsing session, detects and blocks malware, protects your privacy and allows you to access all of your favorite sites. Hotspot Shield protects your IP address, and allows you to browse the internet anonymously. Geo-restrictions often deter users from accessing certain sites in some countries. You can bypass geo-restrictions and access blocked sites using the Hotspot Shield VPN software.




How To Crack (Installation Instructions)
Instructions Available In Crack and setup please download and read. Download link is below..........




Note: Download link valid until 02/04/2013


Winrar Password: www.sothikvabna.blogspot.com

Internet Download Manager 6.14 Build 2 Full Serial Key, Patch, Keygen, Crack Free Download

DownloadBoard is now publishing IDM 6.14 Build 2 Final Full Version Patch has a smart  download logic accelerator that features intelligent dynamic file  segmentation and safe multipart downloading technology to accelerate  your downloads. Unlike other download accelerators and managers that  segment files before downloading starts, Internet Download  Manager-segments downloaded files dynamically during download process.




Internet Download Manager reuses  available connections without additional connect and login stages to  achieve better acceleration performance. Internet Download  Manager supports proxy servers, ftp and http protocols, firewalls,  redirects, cookies, authorization, MP3 audio and MPEG video content  processing. IDM integrates seamlessly into Microsoft Internet Explorer,  Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla  Firebird, Avant Browser, MyIE2, and all other popular browsers to  automatically handle your downloads. You can also drag and drop files,  or use Internet Download Manager from command line.Internet Download  Manager can dial your modem at the set time, download the files you  want, then hang up or even shut down your computer when it’s done. Download link is below...




Note: Download link valid until 02/04/2013


Winrar Password: www.sothikvabna.blogspot.com