Pages

How to Add Google Plus +1 Share Button to WordPress Blog?

If you want to integrate the Google +1 social button on your WordPress site, this tutorial makes adding and creating the +1 code as easy as possible.

When you follow this tutorial, here’s what your Google +1 button should look like:



Google Plus One Social Button Integration with the Thesis Theme

Before you get started, if you want your visitors to use your Google button, they’ll need both a Google Account and a Google Profile.

However, to implement the Google share button, you don’t need those accounts. Google has provided a “configurator” for web site owners to quickly and easily grab several variations on the necessary Google +1 code.

If you visited the link above, you’ll see that the basic +1 configuration options are self-explanatory.

For this purpose of this +1 tutorial, we’ll stick to the “Point and click” options, which result in four lines of Javascript, two of which are comments (the Advanced Options for +1 get, well, advanced).

While the exact code depends on the +1 options you select, the Google “copy and paste this” Plus One code should look something like this:


JS JavaScript code highlighted from Google Plus One Configurator

The highlighted portions are comments, and including or removing these will have no impact on the performance of your Google +1 buttons.

Adding Google +1 Buttons — Step One (the API Call)

There are a number of ways to add these buttons to your Thesis site. Let’s tackle the first line of JS, as the call to the Google +1 API must go, as per the commented instructions, either in the document HEAD, or just before the closing BODY tag.

Thesis allows either of these options from within the administration interface (options one and two) and the Google +1 initialization can also be accomplished using PHP (option three).
Important noteuse only one of the three options below.

Option 1 — to call the Google +1 JS API from within the HEAD, presuming you are logged into your WordPress admin area, go to Thesis Site Options > Document Head > Additional Scripts. Paste the line of JavaScript into the text area, save with the big green button, and you are done with that step.

Option 2 (recommended) — to call the Google +1 JS API from just before the closing BODY tag, go to Thesis Site Options > Stats Software/Scripts. Paste the line of JavaScript into the text area, save with the big green button, done.

The reason for this recommendation applies to load order and priority — if Google Plus One (+1) is having a bad day, your visitors shouldn’t be impacted. Light testing showed the +1 API may require from about 0.2 to 1.0 seconds to load fully when not cached.

Option 3 — for those who like to keep their custom code visible in a single file, either of the above +1 integration options can be achieved using PHP.

Option 3a — PHP method to add the Google +1 API call to the HEAD section — add this to

custom_functions.php
function google_plus_one_integration() {
 ?>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
 <?php
}
add_action('wp_head', 'google_plus_one_integration');
 
Option 3b — PHP adding the Google +1 API call right before the closing BODY tag — add this to
 
custom_functions.php
function google_plus_one_integration() {
 ?>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
 <?php
}
add_action('thesis_hook_after_html', 'google_plus_one_integration');
 
While not exemplified above, one advantage to the PHP method is the ability to only make this +1 Google API call when the +1 button meets conditional criteria, e.g. if +1 will only be displayed on single posts.

Adding Google +1 Buttons — Step Two (the Visible Button)

Whichever of the three options you used to initialize the Google +1 API call, you now have the JS on tap, and can now add the buttons strategically to your site.

There are many ways to add output in Thesis — but generating the visible +1 Google button is highly flexible when a custom PHP function is used. We’ll examine the method to get this look:





Sample Google Plus One in WordPress Single Posts - Without Plugins


To get the +1 Google Button on single posts only, positioned to the right of your text, begin by adding this to

custom_functions.php:
function google_plus_one_output() {
if (is_single()) { ?>
<div class="my-plus-one">
<g:plusone size="medium"></g:plusone>
</div>
<?php }
}
add_action('thesis_hook_before_post', 'google_plus_one_output');
Notice the same JavaScript from the highlighted section earlier? This code  may vary, as noted, and this example is using the Plus One “medium” size  generated by the configurator — the line of code can be changed as desired to  use the +1 size you want.

To tighten the +1 integration visually, add this to custom.css:
.custom .my-plus-one { float:right; }
 
This simple line of CSS floats the Google +1 button to the right, with text wrapping — and the “my-plus-one” selector from the PHP function above enables additional styling as desired; padding, margins — all that good stuff.

As always, the flexibility of Thesis lets you use conditional statements and hooks to “roll your own” integration of the Google +1 code, as simple or advanced as you like.

In other words — now it’s your turn to rock the +1 button!

Facebook Addiction: The Five Signs of Being a Facebook Addict

Have you ever heard been diagnosed of having a Facebook Addiction Disorder? If not, then you may want to reconsider. For you could be one of those who have recently been discovered to be contagious!


But wait, you can still prevent the spread of that deadly FB virus. That’s if you know how to detect the signs of the said disorder of which, in this post, has already been provided for you.

 
The Five Signs of Facebook Addiction:


Sign No.1 – You can’t last a week without checking your Facebook.


Sign No.2 – You log-in to your Facebook account for more than 2 hours a day.


Sign No.3 – You sneak on your work hours just to check your Facebook.


Sign No.4 – You stay up late at night just to check on your friend’s updated status.


Sign No.5 – You skip meals (or eat on desk) just to be on Facebook.


Thus, if you think that you have at least 3 of the signs above, then there’s no doubt that you’re truly addicted to facebook. 


But there’s no need to panic because you can still decide to withdraw yourself from the said obsession. But that will only happen once you get to be so determined to limit your Facebook use.


Still not sure? Then, you can take this test from theoatmeal.com

How to Delete your Facebook Account get fast?

Do you want to know the process on how to delete your facebook account? Are you too tired of wasting your precious time on Facebook? Then read on.



Ah, Facebook! No doubt that it’s the most popular social network of today. You can add ‘a lot’ of friends (even those you don’t know) and you can play a whole bunch of games through applications. In short, you can create a virtual world of your own!

But when you happen to decide to go back to the real life and you realize that Facebook isn’t really your thing, you will certainly ask that one crucial question: “Where the heck is that delete button?”


Well, to tell you the truth…. It’s there, just hiding somewhere. But if you still plan on going back, you can always opt to deactivate your Facebook through these steps below:


To Deactivate your Facebook account, Log-in to Facebook then → Go to ACCOUNTAccount SettingsDeactivate Account.


Remember that the steps above won’t really delete your account. Instead, it will just put it into hibernation so you can freely go back whenever you decide to mingle around.


But if you’re still convinced to go off the hook, here’s how you can delete your Facebook:


To Permanently Delete Your Facebook, Log-in to Facebook then → Go to ACCOUNTHelp Center → (Type in the Search Box) “Delete Facebook Account” → (Click Search) → then follow the ‘guide image’ below. **Need more help? Just play the Guide Video at the bottom of this post.


Hope that helps you out! And if you want to share your reasons why you have deleted your Facebook, feel free to drop them at the comments below.

How to Remove Facebook Apps

Learn how to remove facebook apps especially when you need them no more!


We all adore those handy-dandy Facebook applications. Well, who doesn’t? In fact, most of them are so addictive that we tend to spend most of our time doodling on them all. But what happens when you feel like you’re bored of your old dusty apps and have finally decided to stop your addiction?

 
That’s when you get hysterical because you don’t know how to remove facebook apps and they just spam you will all their notifications – but before that happens, here’s what you need to do:


Step 1: log in to your facebook account and go to that “top right” corner of your fb screen. See that ‘Account’ tab? Well, that’s where you need to go next. Click on it and go to Privacy Settings.


Step 2:  so now that you’re on your ‘Privacy Settings’ – you must scroll ‘a bit’ down and locate that Apps and Websites’ option. Tip: It’s on your lower left beside the ‘Block Lists’ option.


Step 3: on the ‘Apps and Websites’ – select Edit Your Settings’. Then, find that phase that states Apps you use’. Again, click on its Edit Settings’ then select the app that you want to remove. Once you have selected the app, click on that ‘x’ button for the app to be removed.


And that’s it! You have successfully learned how to remove facebook apps. Got any questions? Feel free to drop a post.

How to Disable Right Clicking Option in Blogger Blogs

Its becoming a Major issue for all the bloggers to protect their content from Content thefts who easily copy & paste the content on there blog without giving any credit.

One of the Way via which these content theft actually copy the content is Directly Right clicking and Copying the content, So a Simple right click is enough for them.




So One of the way to stop this content thefts from copying our Content is to prevent right clicking on the blog.
On Blogger Blog Disabling Right Click has Become very simple, i.e you just need to follow the following steps to do that…

How to Disable Right Click On Blogger (Blogspot)

1. Go to Blogger.com & Sign in to your Account.
2. Now Navigate to Design –> Page Elements (On the Blog where you want to Disable Right Click)
3. Over There Click On Add a Gadget & In the Pop-up Select “Html/JavaScript” and cop & paste the following code in it & finally Save the Gadget.
<script language=javascript>
<!--

//Code generated by Sarvesh
//http://www.blogisblogging.com/

//Code starts here
-->
    var message = "Right Click Disabled";
    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){     alert(message); return false; }
    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {     alert(message);     return false; } }
    document.onmousedown = rtclickcheck;
</script><script language="JavaScript">
<!--
//Code generated by Sarvesh
//http://www.blogisblogging.com/

//Code starts here
var message="Right Click Disabled";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all)
{
if (e.which==2||e.which==3||e.which==4||e.which==5){
alert(message);
return false;
}}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// code ends here—>
</script>

<script language="JavaScript">
<!--

var message="Right Click Disabled";
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all)
{
if (e.which==2||e.which==3||e.which==4||e.which==5){
alert(message);
return false;
}}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// code ends here—>
</script>
You will Get Following Pop-Up if you try Right Clicking after saving the above Blogger Widget in your Blogger(Blogspot) Blog Dashboard.

Instead of “Right Click Disabled” text message you can Display any other message.

How to Remove the Blogger (Blogspot) Navbar

Blogger Templates have a navbar on the top. This navbar looks very unprofessional but you can always remove this navbar by tweaking the HTML codes, this thing people don’t know i.e How to Remove the Blogger Navbar…[How to] Remove the Blogger NavbarBelow is the bit by bit method how to do it.

Sign in to Blogger

Step 1: Sign in to your blogger account and go to Design

Edit the HTML Code

Step 2: Add the below html code just beneath “/* Variables” as specified in the below picture :
#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}
How to Remove the Blogger navbar

Save the Changes

Step 3: Save the changes and refresh your blog, you will see that the navbar is removed. If you want the navbar to be shown again you can always undo the changes you just made.

Convert Videos Into any format using Movavi

Are you looking for some magic video convertor which can solve all your problems and turn any file format into videos or change your videos into any other file formats? Then, your search ends at Movavi. This is the online video convertor which will help you change your video formats into any other files such as MP3, WMA, MP4, AVI, MPEG, 3GP, 3GPP and many more. The software allows you to transfer videos from i-phone, i-pad, android, blackberry, etc. or any other device and even Rip and burn. Movavi LogoAny Video convertor doesn’t offer as much as Movavi does. This is simply the best convertor available. It provides awesome results with 800 percentage performance boosts on NVIDIA® CUDA™ GPUs. The suite converter feature helps you to process all the settings. The screen capture allows you to scan through the tutorials and helps you get all the help related to the conversion process which will be a benefit for successful conversion and gives you exposure to more information related to the software. The 3D conversion helps you to convert all your 2D videos into 3D format and helps you to have a better view with upgraded technique. The movie editor helps you to edit the video and add the funky artistic effects to the video with ease.
The videos from youtube can also be converted into the audio files format easily and the best thing is that this also helps to just download the videos from any of the online portal. The trial version can be downloaded of this software and after testing the work, you can purchase this software which is available at an affordable price.
This is the video convertor which will help you to receive the best audio files with just few clicks. Any other video convertor cannot take place of Movavi.

7 Different types of blogs to make easy

1. The Diary/Personal blog: In this kind of blog, you come up with yourself as well as your life. Mainly like a platform to discrete your ideas, and expressing your views. You may post anytime you want about the things running in to your head, or even not. Generating traffic isn't the primary purpose of such blogs and it is mostly accustomed to write whatever on the planet you seem like writing, absolutely no limitations in any way. That’s why it is genuinely interesting to see and therefore, it is actually widely popular within the blog society!

diary or personal Blog

2. The Informative/Tips blog: If there are several tips as well as tricks in regards to a particular topic you know and you want to share to the world, select an educational blog. Ensure that you know your own stuff pretty much, because which will determine the caliber of your weblog. For instance, if you realize Photoshop you'll be able to write lessons articles.



informative or tips Blog

3. The Actual Travel/Experience weblog: If a person travels, it’s a great deal; a journey blog is the greatest option for you personally. Give your own readers the glimpse from the places a person recently and frequently visited through making example a short movie from it and show some photos. Write posts in your experiences for the reason that city or even country. Such blogs allow for great content material!

clip_image004

4. Cooking/Recipe blogs: In the event that you’re the budding grasp chef, you can begin a weblog consisting of your recipes! You are able to write regarding kitchen ideas, how to and make it, and a lot more. The cooking world is actually endless!
Cooking or Recipe blog

5. Inspirational Weblogs: If you like to encourage and you’d prefer to share your opinions and experiences to assist other individuals find joy – a good inspirational blog is the greatest for a person. Remember, motivation is almost everywhere, you have to see this.


Inspirational Blog

6. Celeb Dedicated/Fashion weblog: Are a die-hard fan of the celebrity? Or have you been part of a fandom? Celebrity devoted blogs may be just the kind of blog for you personally! (I possess a celebrity/movies devoted blog too) This kind of blogs gain popularity too. Additionally, you such as fashion? Excellent! Go forward and reveal your style tips as well as exclusive stuff in your fashion weblog!
Celeb dedicated or fashion blog


7. .Evaluation Blogs: Your option – would you like to review the most recent gadgets, the most recent apps or the most recent movies? A evaluation blog could make for excellent content and will help you gain faithful readership.

Evaluation blogs

There are lots of other kinds of blogs too, just browse around and you’ll simply find exactly what you’re trying to find.

Adsense Ads Below to the Blogger Post Title

Your blog earnings depend mainly on your blog's traffic and on your ad placement. One important place to place the ads is below the Post title. It will give more importance to the ads and there is more possibility to get clicks. This is in accordance with the Google Adsense TOS 

I am personally using the same hack on this blog. You can see adsense ads below the post title on all my  pages.Ok now let us get into the details of how to set it up. 

First of all login to your adsense account and generate ad code of optimum size.. 
Now copy that adsense code into the following box and parse it(you may not see the parser if you are reading my feed) 


Copy off the parsed code.. 
Now login to your blogger account. 
Go to Layout > Edit Html and expand the widget templates. 
Find this piece of code 
<data:post.body/>

Now add the following code just above that line. 
<!-- BloggerPlugins.ORG Adsense Above Posts start --> 
<b:if cond='data:post.isFirstPost'> 
Put your parsed adsense code here 
<br/> 
</b:if> 
<!-- BloggerPlugins.ORG Adsense Above Posts End -->

How to Add Google +1(plus) Button to your Blogger with Share Buttons

Step 1: First enable share buttons for blogger editing the Blog Posts widget from Page Elements section.



Step 2 : Go to "Edit HTML". Click on "Expand Widget Template"

Step 3 : Find this and remove it:

<b:include data='post' name='shareButtons'/>

Note : If you can not find above code, then skip that step.

Step 4 : Now add below code just above the </head> tag.

<script type="text/javascript" src="http://apis.google.com/js/plusone.js">
{lang: 'en-US'}
</script>

Step 5 : Scroll down to where you see below code:



<div class='post-header-line-1'/>


Step 6 : Now Copy below "Blogger Sharing Buttons" code and paste it Just below the above code.


NOTE: If you can't find <div class='post-header-line-1'/> in your template, paste "Blogger Sharing buttons" code just before <data:post.body/> .

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='post-share-buttons' style='float:right;margin-right:10px;'>
<b:include data='post' name='shareButtons'/>
</div>
</b:if>

This will show blogger sharing buttons below post header in blogger post pages..But if you want to show share buttons below blogger post,then paste your code just after <data:post.body/>.

Also if you want to show share button in every page, then remove form above code.

Step 7 : Now save your template and you are done.
2 blue lines.

Nokia N8 price in India, Nokia N8 Features, Reviews & Specifications

Nokia introduce new Nokia N8 Mobile with 12 megapixel camera and 20x digital zoom.Nokia N8 is worlds first Symbian OS Multi touch Mobile.HD video Capturing and Home Theatre. Nokia N8 Support very large Storage Capacity with 16 GB Internal memory and 32 GB Expandable Memory Card Slot. Nokia N8 supports  Mobile Internet with web browsing and Networking direct access many Social Networking sites.Nokia N8 comes with Ovi Maps, Web TV, More Games,Music  and many more.
Nokia N8 Indian Price, Nokia N8 Features, Reviews and Specifications details below:
Nokia N8 price in India, Nokia N8 Features, Reviews & Specifications
Nokia N8

Nokia N8 Features & Specifications:

Nokia N8 Dimensions:
  • Size: 113.5 x 59 x 12.9 mm
  • Weight: 135 g
  • Volume: 86 cc
Nokia N8 Display Features:

  • Screen size: 3.5''
  • Resolution: 16:9 nHD (640 x 360 pixels) AMOLED
  • 16.7 million colours
  • Touch Screen
  • Ambient light detector

Nokia N8 Power Managment:

  • BL-4D 1200 mAh Li-lon battery
  • Video playback time: 6 hours
  • Video recording time: 3 h 20 mins
  • Video call time: 160 mins
  • Internal memory: 16 GB
  • Music playback time: 50h

Nokia N8 Camera:

  • 12 megapixel camera with Carl Zeiss optics
  • Xenon flash with automatic red-eye removal
  • Photos Zoom up to 2x
  • Zoom up to 3x for video
  • Full screen16:9 viewfinder with easy-to-use touchscreen parameters
  • Face tracking/detection software
  • Autofocus
  • Supported image file format: JPEG/EXIF
Nokia N8 Network:
  • GPRS/EDGE class B, multislot class 33
  • HSDPA Cat9, maximum speed up to 10.2 Mbps, HSUPA Cat5 2.0 Mbps
  • WLAN IEEE802.11 b/g/n
  • TCP/IP support
  • Support for MS Outlook synchronisation of contacts, calendar and notes
Nokia N8 Memory:

  • Internal memory: 16 GB
  • MicroSD memory card slot, hot swappable, up to 32 GB
Nokia N8 Connectivity:

  • Bluetooth 3.0
  • FM Radio
  • FM Transmitter
  • USB On-the-Go
  • High-Speed USB 2.0 (micro USB connector)
  • Micro USB connector and charing
Nokia N8 Other Features and Specifications:
OS: Symbian^3 for Nokia
Supported softwares: HTML 4.1, Java MIDP 2.1, Flash Lite
Messaging: HTML support for email, Email, MMS, SMS
Browsers: RSS reader, HTML, XHTML,WML,CSS,Nokia Mobile Search
Gaming: Java games, 2D&3D graphics acceleration
Music: MP3, WMA, AAC, eAAC, eAAc+, AMR-NB, AMR-WB, Bit rate up to 320 kbps
Sharing: YouTube browsing and streaming, Video call support, Flash Video, Video Editing software

Nokia N8 Price in India - Rs. 23000/-(approximate)

Tags: Nokia N8, Nokia N8 Features, Nokia N8 Reviews, Nokia N8 Specifications, Nokia N8 Price, Nokia N8 Price in India, Nokia N8 Features&Specifications 

Sony Ericsson Zylo ( Chacha Silver) Reviews | Indian Price

Sony Ericsson Zylo (Chacha Silver) Reviews

You hear great song on the FM radio. Then another from speakers in the coffee house.But who's playing? Find out with Sony Track ID.Yes, It's really amazing this features for music lovers.

Features:

  • Walkman Player
  • Built-in stereo FM radio
  • YouTube compatible
  • FM Radio
  • TrackID
 Share the fun with your online friends  on Facebook or Twitter.Snap pictures and articles on Picasa and Flickr , and let the world see what you see.

Specifications:


Size103.0x 52.0 x 16.0mm
Weight115g
Screen65,536-colour TFT or 240x320 pixel
Memory260 MB Phone memory or MicroSD support
NetworksUMTS/HSPA/GPRS/GSM/EDGE
Weight115g
CameraCamera - 3.2 megapixel/Digital Zoom 2x/Send to web/Video record/Geo-tagging
MusicTrackID/Walkman Player/Album art/Bluetooth stereo(A2DP) / PlayNow/Music tones/Clear Stereo/Clear Bass
InternetWeb browser/Bookmarks/Web feeds/Google search
Media3Dgames / Java / YouTube / Video streaming / Video Clip / Walk Mate / Radio - FM radio RDS
ConnectivityBlutooth / USB support / USB mass storage
MessaginMMS,SMS,Email,Conversation,Instant Messagin,Sound recorder,Exchange ActiveSync
CommunicationSpeaker phone/Vibrating alert / Music call / Video call
DesignWallpaper animation / Auto rate / Picture wallpaper/Gesture control
OrganiserAlarm clock, Calender, Calculator, Flight mode, Phone book, Stopwatch, Notes, Tasks, Timer

Indian Retail Price:
MRP Rs 9,000/- (MRP inclusive of all taxes)


Tags: Sony Zylo, Sony Ericsson Zylo, Sony Zylo review, Zylo features,Sony Zylo specifications, Sony Ericsson Zylo technical support, Sony Ericsson Zylo price

Linksys E4200 - Maximum Performance Wireless N Router Reviews | Cisco E4200 Wirless N Router Price

Cisco comes with simultaneous dual-band for high performance wireless entertainment.Cisco's new dual-band 802.11n wireless technology.The Linksys E4200 offers maximum speed and range to create an ultra-powerful network designed for home entertainment linke games consoles, TVs, Internet and other Wi-Fi devices at transfer range up to 300 + 450 Mbps for an unrivaled experience.
Linksys E4200 - Maximum Performance Wireless N Router Reviews | Cisco E4200 Wirless N Router Reviews


Double your network bandwidth with simultaneous dual-band N (2.4 and 5 GHz) designed to avoid interference and optimize through put for smoother and faster HD video streaming, file transfers, and wirless gaming.although High-power amplifiers increase signal strength across greater distances for maximum wireless coverage and in home mobility.
Take Benefits of Gigabit to use the four Gigabit Ethernet (10/100/1000) ports for quick file sharing, 10xfaster than standard Ethernet, between other Gigabit enabled devices like computers, hard drives, and servers.

Features:

  • Wireless-N Technology
  • The Power of Dual-Band
  • SpeedBoost
  • State of the Art Security
  • Benefits of Gigabit
  • Built-in USB Port and UPnP Media Server
  • Home Theater Ready
  • Easy to Mange
  • Quick to Install
Linksys E4200 - Maximum Performance Wireless N Router Reviews | Cisco E4200 Wirless N Router ReviewsLinksys E4200 - Maximum Performance Wireless N Router Reviews | Cisco E4200 Wirless N Router Reviews


Specifications:

Model: Linksys E4200
Technology: Wireless-N
Bands: Simultaneous 2.5 GHz and 5 GHz
Transmit/receive: 2x3 (2.4 GHz) and 3x3 (5 GHz)
Antennas: 6 Internal
Ethernet ports x speed: 4xGigabitLinksys E4200
USB storage port: Yes
Software setup: CD Install
Cisco Connect software: Yes
Warranty: one year hardware limited warranty
OS Compatibility: Windows, Mac
Minimum System Requirements: Internet Browser: Internet Explorer 7, Safari4 or Firefox 3 or higher for optional browser-based configuration
PC: Wi-Fi enabled PC with CD or DVD drive, running Windows XP SP3, Windows Vista SP1 or later, or Windows 7
Mac: Wi-Fi enabled Mac with CD or DVD drive,running OSxLeopad 10.5 or Snow Leopard 10.6

Price: $179.99
Tags: Cisco's Wireless Routers, N Routers, Cisco E4200, Wireless N Technology, Linksys E4200 Wireless N Router Reviews, Linksys E4200 Price