Wednesday, March 31, 2010

How To Add Sexy Social Bookmark to Blogger

0 comments Posted by jayadrathsingh on 9:36 PM


 1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see </head> tag.
4.Now add below code before </head> tag.

<style type='text/css'>
div.sexy-bookmarks {
height:54px;
background:url('http://3.bp.blogspot.com/_4HKUHirY_2U/SxTyvjcqvPI/AAAAAAAAAcU/lQxqcVMXpoE/sharingsexy.png') no-repeat left bottom;
position:relative;
width:540px;
}

div.sexy-bookmarks span.sexy-rightside {
width:17px;
height:54px;
background:url('http://3.bp.blogspot.com/_4HKUHirY_2U/SxTyvjcqvPI/AAAAAAAAAcU/lQxqcVMXpoE/sharingsexy.png') no-repeat right bottom;
position:absolute;
right:-17px;
}

div.sexy-bookmarks ul.socials {
margin:0 !important;
padding:0 !important;
position:absolute;
bottom:0;
left:10px;
}

div.sexy-bookmarks ul.socials li {
display:inline-block !important;
float:left !important;
list-style-type:none !important;
margin:0 !important;
height:29px !important;
width:48px !important;
cursor:pointer !important;
padding:0 !important;
}

div.sexy-bookmarks ul.socials a {
display:block !important;
width:48px !important;
height:29px !important;
font-size:0 !important;
color:transparent !important;

}

.sexy-furl, .sexy-furl:hover, .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumble, .sexy-stumble:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoo, .sexy-yahoo:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-script-style, .sexy-script-style:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-syndicate, .sexy-syndicate:hover, .sexy-email, .sexy-email:hover {
background:url('http://1.bp.blogspot.com/_4HKUHirY_2U/SxTyqWVZBZI/AAAAAAAAAcM/FEdBsycXjkU/Sexysprite.png') no-repeat !important;
}

.sexy-furl {
background-position:-300px top !important;
}
.sexy-furl:hover {
background-position:-300px bottom !important;
}
.sexy-digg {
background-position:-500px top !important;
}
.sexy-digg:hover {
background-position:-500px bottom !important;
}
.sexy-reddit {
background-position:-100px top !important;
}
.sexy-reddit:hover {
background-position:-100px bottom !important;
}
.sexy-stumble {
background-position:-50px top !important;
}
.sexy-stumble:hover {
background-position:-50px bottom !important;
}
.sexy-delicious {
background-position:left top !important;
}
.sexy-delicious:hover {
background-position:left bottom !important;
}
.sexy-yahoo {
background-position:-650px top !important;
}
.sexy-yahoo:hover {
background-position:-650px bottom !important;
}
.sexy-blinklist {
background-position:-600px top !important;
}
.sexy-blinklist:hover {
background-position:-600px bottom !important;
}
.sexy-technorati {
background-position:-700px top !important;
}
.sexy-technorati:hover {
background-position:-700px bottom !important;
}
.sexy-myspace {
background-position:-200px top !important;
}
.sexy-myspace:hover {
background-position:-200px bottom !important;
}
.sexy-twitter {
background-position:-350px top !important;
}
.sexy-twitter:hover {
background-position:-350px bottom !important;
}
.sexy-facebook {
background-position:-450px top !important;
}
.sexy-facebook:hover {
background-position:-450px bottom !important;
}
.sexy-mixx {
background-position:-250px top !important;
}
.sexy-mixx:hover {
background-position:-250px bottom !important;
}
.sexy-script-style {
background-position:-400px top !important;
}
.sexy-script-style:hover {
background-position:-400px bottom !important;
}
.sexy-designfloat {
background-position:-550px top !important;
}
.sexy-designfloat:hover {
background-position:-550px bottom !important;
}
.sexy-syndicate {
background-position:-150px top !important;
}
.sexy-syndicate:hover {
background-position:-150px bottom !important;
}
.sexy-email {
background-position:-753px top !important;
}
.sexy-email:hover {
background-position:-753px bottom !important;
}

</style>




Note : If you use "Read more...." feature in your template,find second code like this( <data:post.body/> ).
6.Now add below code immediately after  <data:post.body/> .



<div class='sexy-bookmarks'>
<ul class='socials'>
<li class='sexy-delicious'><a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-digg'><a expr:href='" http://digg.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-technorati'><a expr:href='" http://technorati.com/faves?add=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-reddit'><a expr:href='" http://www.reddit.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-stumble'><a expr:href='" http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-designfloat'><a expr:href='"http://www.designfloat.com/submit.php?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-facebook'><a expr:href='" http://www.facebook.com/sharer.php?u=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-twitter'><a expr:href='" http://twitthis.com/twit?url=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-furl'><a expr:href='" http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

<li class='sexy-syndicate'><a href='http://feeds2.feedburner.com/YOUR-FEEDBURNER-ID' title='Subscribe to RSS'/></li>

<li class='sexy-email'><a expr:href='" mailto:?subject=" + data:post.url + "&title=" + data:post.title' target='_blank'/></li>

</ul>
<span class='sexy-rightside'/></div>



Note : Remember to replace YOUR-FEEDBURNER-ID with your real feedburner ID.
7.Now save your template and you are done.
read more "How To Add Sexy Social Bookmark to Blogger"

Tuesday, March 30, 2010

BPhone - Chinese communicator with Linux OS

0 comments Posted by jayadrathsingh on 8:53 AM
If you are planning to buy myself a communicator, and you do not want the device with Windows Mobile, Android or the iPhone OS, you should pay attention to the Chinese hybrid device BPhone, running ARM-Linux-2.6.




It has a touch screen with a resolution of 800 × 480, BPhone is more like a UMPC, than the communicator. On such a display of an order of magnitude its more comfortable to watch video and to surf the Internet. The display rotates 180 degrees, with swivel screen.
  BPhone is equipped with QWERTY-keyboard, Marvell PXA310 processor with a frequency of 624 MHz, 256MB of NAND flash memory, 128MB SDRAM, FM-radio, WiFi, Bluetooth, GPS (pre-installed navigation application CARELAND for China). Communicator supports Java and can work with the following data:
  • TXT,
  • Audio - MP3/WAV/AMR/AWB,
  • Video - 3GP/MPEG4 (AVI),
  • Graphics - JPEG / BMP / GIF 
 This communicator supports quad band GSM, so that it can use freely anywhere in the world where there is GSM.

If you are ready to part with $ 569, you can order BPhone site Chinagrabber.

 

 

 

Additional Features:

  • GPS
  • ARM Linux 2.6
  • Bluetooth
  • MP3 / MP4 player
  • Calendar
  • Notes
  • Alarm clock
  • Calculator
  • Support memory card 
  • Support GPRS 
  • Support full screen
  • Caller ring tone 
  • Sound recorder
  • Touch Screen 
  • E-book reader
  • FM
  • MMS
  • WAP 
  • JAVA
  • WIFI
  Specification

Storage Storage
Internal Memory Internal Memory
256M 256M
Packed with Memory Card Packed with Memory Card
N/A N / A
Support Extend Card Support Extend Card
16G 16G
Screen Screen
Display Size Display Size
5.0" 5.0
Screen Resolution Screen Resolution
QVGA(800×480 pixels) QVGA (800 × 480 pixels)
Screen Type Screen Type
WVGA WVGA
Display Color Display Color
256K 256K
Support Format Support Format
Ringtones Type Ringtones Type
Polyphonic/MP3 Polyphonic/MP3
Audio File Format Audio File Format
MP3/WAV/AMR/AWB MP3/WAV/AMR/AWB
Video File Format Video File Format
3GP/MPEG4 (AVI) 3GP/MPEG4 (AVI)
Image File Format Image File Format
JPEG/BMP/GIF JPEG / BMP / GIF
E-book Format E-book Format
TXT TXT
FM Radio FM Radio
Yes Yes
Data Transfer & Connectivity Data Transfer & Connectivity
Data Transfer Data Transfer
USB/Bluetooth USB / Bluetooth
GPRS GPRS
Yes Yes
Mobile internet Mobile internet
WIFI/WAP WIFI / WAP
Camera Camera
Camera Pictrue Resolution Camera Pictrue Resolution
N/A N / A
Battery Battery
Stand-by Time Stand-by Time
Up to 400 hours Up to 400 hours
Talk Time Talk Time
Up to 4 hours Up to 4 hours
Power Power
charger charger
USB/Travel Charger USB / Travel Charger
Input Input
Input Input
Keypad/Handwrite Keypad / Handwrite
General General
Announced Announced
2010.Jan 2010.Jan
Languages Languages
English,Chinese English, Chinese
Phone Book Phone Book
2000 Entries 2000 Entries
Messaging Messaging
SMS/MMS SMS / MMS
Color Color
Black Black
Dimensions/W*D*H Dimensions / W * D * H
145×95×24.5mm 145 × 95 × 24.5mm
Net Weight Net Weight
0.291Kg 0.291Kg 
read more "BPhone - Chinese communicator with Linux OS"

Connect and Transfer Data Easily Between 2 Computers with USB Go Link

0 comments Posted by jayadrathsingh on 8:24 AM


You can establish a LAN connection between 2computers in order to share and transfer data between them. Or you can use USB pen drive, first copy the data from PC to USB drive, then offload the data to another PC. The former may sound too difficult for many computer users, meanwhile the latter is tedious and time-consuming!

Well, that’s about to change with the USB Go Link! cable. The way you connect and share data between 2 computers is going to be dead easy with USB Go Link!


USB Go Link! cable is a small but handy device, that allows you to connect and share the computer resources between 2 computers by simply plugging the USB cables to both computers. Simple as that! After plugged, you are ready to share and transfer data between both computers.


Besides support the direct transmission between two computers and sharing of data, USB GO Link! also allows remote share, folder sync, outlook sync and card reader share.
The card reader support SD / SD(HC) / MMC / Mini SD / MS / MS Pro / MS Duo / MS Pro Duo / micros SD(HC) / T-Flash / M2.

  

Below is the features of USB Go Link! cable :
  • Go! Bridge – Direct transmission between two computers and sharing of data
  • Remote Share – Using another computer on the internet on-line and CD-ROM DVD
  • Folder Sync - Between the two computers will be used by a number of documents N sync
  • Outlook Sync – Between two computers in the Microsoft Outlook mail contacts calendars diaries and notes synchronization
  • Card reader Share – Built-in a 4-Slot card reader that allow users to access the most common memory card and share between 2 computers
This device weigh only 49g with dimension 70 x 39 x 17 mm (approx.). Plus, it supports Windows 7, Vista and XP. Available for purchase for $26 per unit. Thanks, tothepc!
read more "Connect and Transfer Data Easily Between 2 Computers with USB Go Link"

Sunday, March 28, 2010

MacroTube gives YouTube on the big screen some style

0 comments Posted by jayadrathsingh on 9:10 AM
There have been quite a few Windows 7 Media Center plugins that enable watching streaming video from services like Youtube. Most, however, cover the basics of getting the content to your screen but leave quite a bit to be desired in style and usability. MacroTube does both quite well allowing you to browse Youtube, DailyMotion and Microsoft’s Soapbox rather stylishly and even efficiently. This handy plugin from MCExtended of The Green Button forums definitely deserves a look from internet video aficionados.



first screen

Once the correct version of MacroTube for your operating system (32-bit or 64-bit) has been installed launch the plugin from the extras menu of Windows Media Center. This first page gives you a few options to choose which video service you’d like to peruse or to set a few basic settings. Currently the only available settings are language, automatic updates and some (very) basic appearance options. Luckily the appearance of MacroTube requires little tampering to look very pleasing on your big screen.
After choosing which service you’d like to browse not only does MacroTube keep from overloading you with millions of videos in row after row or too few videos with uber-sized icons but you’ll also be given several options for narrowing your search. The plugin has the basic narrowing options including date, rating, views and relevance but also includes a fantastic search feature and categorical breakdown.
 gaming category 
Searching the services is a snap, just select the Search button and enter in your query using the onscreen keyboard, Media Center remote or standard keyboard and go. The results are speedy and accurate taking only seconds to begin compiling a list of relevant video content. Once each page loads it can take a few moments to fully load the preview pane for video content which can be slightly disconcerting at times however.
 keyboard 
MacroTube certainly goes a long way toward making streaming services look good on the Media Center. Each video will display the title, date, rating and short description of the content below in the standard Media Center fashion. In fact at no point does the plugin look entirely out of place in the standard Media Center setup, though the onscreen keyboard won’t match what you find in most Media Center screens.
 balancing baby

Playing the videos was also extremely seem-less. Just as if changing the channel or starting a new movie from your collection the video goes right to full screen and begins playing along with all the fast forward, rewind and other manipulation options. MacroTube does streaming video so well on the Media Center it actually takes the medium from being a chore to being somewhat fun (from someone who isn’t that into online streaming videos).
Those who enjoy streaming services such as YouTube should definitely give MacroTube a try on their Media Center setup. You’ll likely find it easy to use and even better a convenient way to find the video you’re looking for to show all your friends. MacroTube made it easy to locate any video with it’s handy search feature saving the time of searching through scattered categorical systems for that one video.

read more "MacroTube gives YouTube on the big screen some style"

Saturday, March 27, 2010

Dream Desktop downloads, cycles your favorites from 5,000 beautiful wallpaper images

0 comments Posted by jayadrathsingh on 8:30 PM



Like having a stash of beautiful wallpaper images on your computer? Dream Desktop has several thousand to choose from, and their free Desktop Agent program makes it easy to download and enjoy your favorites.

Install the Agent and head to its configuration screen. There you can choose which images you want to display -- either random selections from those you mark as favorites in the search view (above, left) or anything Dream Desktop has tagged within the categories you choose -- or both!

You can also specify the interval between wallpaper changes, customize the maximum size of your local image cache (the default is 100MB), and enable or disable updates and notifications. Desktop Agent can also be set to launch when Windows starts up, and you can select which category you want to appear first when opening the main program window.

There are plenty of stunning images available, though I do have two small gripes. Resolution could be higher (scaling leads to some predictable graininess on my 1920x1080 display) and there's no support for dual-monitor configs. Still, I'd much rather see this on a customer's desktop than Webshots...
read more "Dream Desktop downloads, cycles your favorites from 5,000 beautiful wallpaper images"

Weatherbar updates, brings better weather info to your Windows 7 taskbar

0 comments Posted by jayadrathsingh on 2:30 AM






The slick, free program integrates weather information into your Windows 7 taskbar (or Superbar, depending on how geeky you are).

It looks like weatherbar's author took some of our commenter suggestions to heart in version 2 which is now available for download. What's new? You can now choose to display temperatures in either Celsius of Fahrenheit and specify an update interval in minutes. The main window has also been re-worked and current wind speed and direction is displayed with the current conditions.

There is one important UI bug at the moment (a fix is coming soon): when you pin the app to your taskbar, the weather icon doesn't update properly. Leave it unpinned and you'll get the correct display.
read more "Weatherbar updates, brings better weather info to your Windows 7 taskbar"

Friday, March 26, 2010

Create System Restore points in Windows 7 and Vista with two clicks

0 comments Posted by jayadrathsingh on 11:30 PM

One thing I often forget to do before installing a program I want to test or fiddling with my drivers is creating a System Restore point. System Restore has been part of Windows for ages now, but I still have trouble remembering 1) it's there and 2) sometimes it's pretty handy.

To make it easier on myself, I set up a dead-simple restore point creator. Those of you who don't want to bother with the DIY route can download Quick Restore Maker from The Windows Club. Download the app, double click the icon, and you've got yourself a fresh restore point!

The manual method isn't all that complicated. All it takes is creating a new text file, changing the extension to .vbs and pasting the following code in via notepad (or your favorite text editor):
'use WMI moniker and SystemRestore class
set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
CSRP = SRP.createrestorepoint ("My New Restore Point", 0, 100)
Now that it's this simple to do, I really have no excuse for not playing it safe. Though I probably ought to pin this to my taskbar so it's nice and obvious...



read more "Create System Restore points in Windows 7 and Vista with two clicks"
 

About Me

My Photo
A tech enthusiast, love to Google around on web, finding and learning about new technology, softwares, blogging and I share my knowledge with world through my blog.

I hate IE

Blog Archive