ANDROID Operating System

Android is a mobile operating system initially developed by Android Inc. Android was bought by Google in 2005. Android is based upon a modified version of the Linux kernel...

What Is WEB 2.0 ?

Web 2.0 is associated with web applications that facilitate participatory information sharing, interoperability, user-centered design,and collaboration on the World Wide Web.

Social Network Services

A social networking service is an online service, platform, or site that focuses on building and reflecting of social networks or social relations among people, who, for example, share interests and/or activities.

Latest Trends N Upcoming Trends

Information technology (IT) is the acquisition, processing, storage and dissemination of vocal, pictorial, textual and numerical information by a microelectronics-based combination of computing and telecommunications...

Tips N Tricks (Various OS)

This Is crazy!! Set Processes Priority Follow this tip to increase the priority of active processes, this will result in prioritisation of processes using the CPU.CTRL-SHIFT-ESC...

Sunday, May 8, 2011

How to Create Subscribe Buttons


Someone through my facebook page asked about how to create subscribe buttons on facebook, twitter, and feeds as well as on this How To In Blogger blog.
The following is the subscribe buttons which was meant:
subscribe button
To create such subscribe buttons above is very easy, just follow the steps below.

Create Subscribe Buttons Using CSS Image Sprites

The technique to create subscribe buttons which will described is inspired by the creating awesome menu technique which using CSS image Sprite that is using one image background media for several buttons which considered more efficient from the blog loading aspect. Background images used are as follows:
CSS image sprites
Without elaborating, for you who interested to create subscribe buttons using CSS sprite imagetechnique, just follow the steps below:

Step #1

  1. Please login to blogger using your ID
  2. Click Design
    blogger design
  3. Click Edit HTML sub menu
    blogger edit html
  4. Do the backup for your template first for secure then click Download Full Template
  5. Find the code: ]]></b:skin>
  6. Remove the above code and replace with the following code:
    ul#soc{width:200px;margin:10px 0px;list-style:none;}
    ul#soc li{display:inline;}
    ul#soc li a{display:block;float:left;height:32px;background-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkqWhQaabmhyphenhyphenZJNXT0oLzj-HgqLkL-KIZmN9mrbzCbPB31bB7-naEqA4KKapxlX7R_AS7gObTPeMGlYU7luKVICmbx8p1_4I5FaZ3brUu2FCC2SUrkqNYE7eoJh-D2oVCAp_F_1CcYEkE/s1600/sprite.png');text-indent:-9999px;}
    ul#soc li a.facebook{width:35px;background-position:0 0;}
    ul#soc li a.twitter{width:45px;background-position:-35px 0;}
    ul#soc li a.rss{width:40px;background-position:-80px 0;}
    ul#soc li a.email{width:30px;background-position:-120px 0;}
    ul#soc li a.facebook:hover, ul#soc li a.facebook:focus{background-position:0 -32px;}
    ul#soc li a.twitter:hover, ul#soc li a.twitter:focus{background-position:-35px -32px;}
    ul#soc li a.rss:hover, ul#soc li a.rss:focus{background-position:-80px -32px;}
    ul#soc li a.email:hover, ul#soc li a.email:focus{background-position:-120px -32px;}
    ]]></b:skin>
  7. Click Save Template
  8. First step has complete

Step #2
  1. Considered that you still login on blogger
  2. Click Page elements menu
    page elements tab
  3. Click Add a Gadget
    add a gadget link
  4. Click Plus (+) for HTML/ Javascript gadget
    html javascript gadget
  5. Paste the following code on coloumn. Click Save
    <ul id="soc">
    <li><a class="facebook" title="Be my facebook fan" href="http://www.facebook.com/pages/How-To-In-Blogger/166729273361572">Facebook</a></li>
    <li><a class="twitter" title="Folow me on Twitter" href="http://twitter.com/howtoinblogger">Twitter</a></li>
    <li><a class="rss" title="Subscribe via RSS" href="http://feeds.feedburner.com/howtoinblogger">rss</a></li>
    <li><a class="email" title="Subscribe via Email" href="http://feedburner.google.com/fb/a/mailverify?uri=howtoinblogger">email</a></li>
    </ul>
    
  6. If you want to move the gadget recently created position, you can just move it and click Save button which on top to finish
  7. Done and please to check the result

Customize Subscribe Links

From the steps above there is some thing you should change that is replace the existing subscribe link with yours. Remember! The code above just an example, you should change the subscribe link with your subscribe code. Here is the code that you need to edit:

http://www.facebook.com/pages/How-To-In-Blogger/166729273361572
Change the link above with your facebook address or facebook page address.

http://twitter.com/howtoinblogger
Change the code above with your twitter address

http://feeds.feedburner.com/howtoinblogger
Change the code above with your blog feed address

http://feedburner.google.com/fb/a/mailverify?uri=howtoinblogger
Change the code above with your email blog subscribe

Friday, May 6, 2011

Show Blogger Post Date As In Calender Form Widget

How to Show Blogger Post Date as in the calender form.As its an option by google to show the date of your blogger post at the bottom of the post or below the title of the post,just you have to select that you want to show up the date or not.As i am not in the habbit of showing the date of my blogger post.But with this calender widget you will love to show up the date of blogger post.
Lets watch an demo picture below first.



As you can see the date in calender form before the post title,that is what i am talking about.If you liked it continue reading this tutorial.

First, go to Settings > Formatting, and change the date header format to YYYY-MM-DD like this:


This enables the script we will be using to correctly parse the date header format.
Now login to blogger > go to Blogger Layout > Edit/Html > Check mark expand Widgets >
Press Ctrl + F > And now search for below code
<data:post.dateHeader/>
This above line you found will be wrapped in heading tags of <h2> or <h3> like below
<h2><data:post.dateHeader/></h2>
Just what you have to do is make it wrap like this instead of using heading tags.

<div class="date-header"><data:post.dateHeader/></div>

If you already find your codes wrapped like this then leave it its ok.Continue to next step.
Now search for </head> tag and place the below codes immediately before it.

<!-- calendar widget -->
<script src='http://bloggerbuster.com/scripts/fastinit.js'/>
<script src='http://bloggerbuster.com/scripts/prototype-1.5.0.js'/>
<script src='http://bloggerbuster.com/calendar.js'/>
<link href='http://bloggerbuster.com/calendar.css' rel='stylesheet' type='text/css'/>
<!-- end calendar widget -->

As if you want to adjust size of calender widget or chnage its image just open the red url in above codes.Save it-make changes to it-and upload it to your server and then change the url too in above codes.I hope you will love this widget.


Important:- If you do more than one post a day,as today you did 3 posts,this widget will show up calender widget on top post only,this is its drawback.I hope you can understand it.

Thursday, May 5, 2011

What is Web 2.0?

Web 2.0 is all about the following and more...
1. User Centric and User Oriented
2. Web Services, Web API's
3. Widgets, Gadgets, Mashup's
4. Blogs, Feeds, Wiki's, Tagging, Podcasting
5. Social profile
6. Social bookmarking
7. Client rich technologies like CSS, HTML, DOM, XML, AJAX, JSON, XHTML, REST, SOAP


Here is the Web 2.0 Cloud image and a basic Video which somehow describes it in a visual way.

What is Web 2.0 Video

 

Top 10 Web Widgets for your blog

Whether you have a personal web page, a blog or a social profile here is a list of most popular web widgets.
Twitter Rocks


Top 10 MUST HAVE Web Widgets for your online page.
(sorted alphabetically)
1. Bookmark This - http://Addthis.com

2. Email Subscription - Widget http://Feedburner.com

3. Picture Badge - http://flickr.com/badge.gne

4. Recent Visitor - http://MyBlogLog.com

5. Search Blog - http://search.msn.com/siteowner

6. Snapshot widget - http://Snap.com

7. Twitter Update - http://Twitter.com

8. Playlist Video Widget - http://Youtube.com

9. Web Poll Widget - http://PollDaddy.com

10. What I am Listening - http://iLike.com

1. Bookmark This

- http://Addthis.com


2. Email Subscription

- http://Feedburner.com


3. Picture Badge

- http://flickr.com/badge.gne


4. Recent Visitor

- http://MyBlogLog.com


5. Search Blog

- http://search.msn.com/siteowner


6. Snapshot widget

- http://Snap.com


7. Twitter Update

- http://Twitter.com


8. Video Playlist Widget

-  Login to http://Youtube.com  and then goto http://www.youtube.com/my_playlists to select the embed codefor the playlist

 

9. Web Poll Widget

- http://PollDaddy.com


10. What I am Listening

- http://iLike.com


Add your favorite here ...

How to add Disqus comment box on Blogger blog?

Blogger introduced post embeded comment form after a long time. Though it has all the functionality, look-wise Blogger blog is not very attractive. If you are looking to add more professional looking and functional commenting system to your Blogger blog – checkout Disqus. It is a universal commenting system that is more user friendly and very easy to manage from Disqus interface.

Add Disqus to Blogger blog

1. Goto Disqus website and click get started button.
2. Add your Blogger blog details like: URL, website name & short name.
3. Then click done button and select Blogger platform on next page.
4. Download your exisiting blogger blog template on the computer. For this, login into your Blogger account and goto template > edit HTML

blogger-disqus-comment-form-1

5. Then upload the downloaded template file to Disqus for auto addition of Disqus code in your template. You will get modified template code.

6. Goto Blogger Edit HTML, make sure Expand Widget Template option is checked and paste the modified template code in edit HTML template code area. Then click save change button.

7. Go to Settings > Comments and change the Comments Default for Posts to New Posts Do Not Have Comments. Your Blogger blog should now display Disqus comment box on single post pages.

blogger-disqus-comment-form-2

New comment form has more field like we usually have on WordPress powered blogs. Comments are neatly formatted and you can subscribe to RSS feed to follow up comments. Besides, users of Disqus can directly comment on your blog using their repestive IDs for more connected approach. You can moderate comment on blog by logging into account at Disqus website. Give Blogger comment box a Disqus makeover!

Silent Sound Technology: An End To Noisy Communications

You are in a movie theater or noicy restaurent or a bus etc where there is lot of noice around is big issue while talking on a mobile phone. But in the future this problem is eliminated with ”silent sounds”, a new technology unveiled at the CeBIT fair on Tuesday that transforms lip movements into a computer-generated voice for the listener at the other end of the phone.

The device, developed by the Karlsruhe Institute of Technology (KIT), uses electromyography, monitoring tiny muscular movements that occur when we speak and converting them into electrical pulses that can then be turned into speech, without a sound uttered.

‘Silent Sound’ technology aims to notice every movements of the lips and transform them into sounds, which could help people who lose voices to speak, and allow people to make silent calls without bothering others. Rather than making any sounds, your handset would decipher the movements your mouth makes by measuring muscle activity, then convert this into speech that the person on the other end of the call can hear. So, basically, it reads your lips.

Crowd Talking On Mobile Phones“We currently use electrodes which are glued to the skin. In the future, such electrodes might for example by incorporated into cellphones,” said Michael Wand, from the KIT.

The technology opens up a host of applications, from helping people who have lost their voice due to illness or accident to telling a trusted friend your PIN number over the phone without anyone eavesdropping — assuming no lip-readers are around.

The technology can also turn you into an instant polyglot. Because the electrical pulses are universal, they can be immediately transformed into the language of the user’s choice.

“Native speakers can silently utter a sentence in their language, and the receivers hear the translated sentence in their language. It appears as if the native speaker produced speech in a foreign language,” said Wand.

The translation technology works for languages like English, French and Gernan, but for languages like Chinese, where different tones can hold many different meanings, poses a problem, he added.

Noisy people in your office? Not any more. “We are also working on technology to be used in an office environment,” the KIT scientist told AFP.

The engineers have got the device working to 99 percent efficiency, so the mechanical voice at the other end of the phone gets one word in 100 wrong, explained Wand.

“But we’re working to overcome the remaining technical difficulties. In five, maybe ten years, this will be useable, everyday technology,” he said.

Facebook To Buy Skype? [REPORT]

Two reliable sources say Facebook CEO Mark Zuckerberg is talking to Skype about either buying the company or forming a joint venture, according to Reuters.

One of the sources said Facebook is considering a buyout of Skype at a price of between $3 billion and $4 billion.

The other source told Reuters the deal won’t be a purchase by Facebook but rather a joint venture between Facebook and Skype.

Skype and Facebook are no strangers. In October, when Skype released its version 5.0 software for Windows, it included a Facebook tab that let users chat or call Facebook friends via Skype, right from the Facebook newsfeed that can be viewed from within the Skype application.

Facebook isn’t the only one chasing Skype. One of the sources talking to Reuters added that Google was also in “early talks” with Skype about a joint venture.

Update: When we contacted Skype Wednesday night, the company responded, “As a practical matter, we avoid commenting on rumor and speculation.”

Let us know in the comments what you think of this deal and who stands to gain the most.

Wednesday, May 4, 2011

Gain admin access on windows system using your guest account

Ever thought of how to get into your friend’s system and see the access denied files and folders? Or ever wanted to hack into someone’s admin account? Well here is a method which exploits yet another windows bug.

  1. Have you ever noticed that if you press your system’s SHIFT key >= 5 times continuously a pop up windows occurs with the name “Sticky Keys”? If it doesn’t pop up on your comp, then may be your shortcut is turned off. For enabling it, gotoControl
    Panel -> Accessibility Options. In the accessibility options under the
    keyboard tab, in sticky keys , click on settings and enable the
    shortcut for sticky keys. And u can do this even with a guest account.
  2. Finally if the following 2 requirements are setup on your system, then you are all set to enter into your admin’s account.
  • On Pressing SHIFT >= 5 times, a pop up should appear.
  • The windows System32 directory should be writable.

Concept:
When u press, the SHIFT key >= 5 times, a file with the name “sethc.exe” is
executed.  You can verify this in TASK manager (don’t close the pop up
window). This file is located in C:\WINDOWS\system32 folder, or
where ever your windows is installed.

The Vulnerability

  1. When SHIFT key is pressed >=5 times, windows executes a file named
    “sethc.exe” located in system32 folder. It doesn’t even check if its the
    same file. Also it runs with the privilege of the CURRENT USER
    which is executing the file i.e if u have logged on as a guest then in
    the TASK manager under processes, it shows your user name as guest.
  2. The file executes even if u log off, and have the windows login screen is
    showed up, BUT THIS TIME SINCE NO USER HAS LOGGED IN IT RUNS WITH
    SYSTEM PRIVILEGE.

Exploitation
If u understand this much, then the exploitation is very simple for you. What we will do is that,
we pick cmd.exe , copy it at a folder other than system32, (because windows
won’t allow u to copy) rename it to sethc.exe, go to system32 folder,
and paste it. Windows will ask, “that another file exists, do u want to
replace?” and after pressing OK, you have replaced the sethc.exe with ur own
cmd.exe. Now if u press SHIFT key >=5 times, a command prompt will
pop-up.


Finally

  1. Now log-off or restart. When you reach the windows
    login screen, press the shift key >=5 times. A command prompt will
    pop up with SYSTEM privilege.
  2. Enter the normal commands as follows:
  3. net user username /add
  4. net user localgroup administrators username /add
  5. And a new user called username with admin privilege will be added.

And thats it, you have admin privilege of the system and you can do what ever you want to with it.

Hiding your fake admin profile
Now you surely don’t want the real admin to track you. Here is what you will have to do to hide yourself from login screens as well as from control panel

  1. Goto registry editor and open this place.
  2. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
  3. Here create a new DWORD value, write its name as the “user name” that u created for your admin account.

Thats it now you are invisible but still admin of the system. Live as admin forever and keep screwing the real admin forever.



Last but not the least (IMPORTANT)
Windows has two type of login screens:

  1. Where the accounts are listed with some pictures.
  2. Where u have to write username and password.

After making the hidden account u will have to login through the 2nd step only. If ur login screen is of Type 1, press ALT-CTRL-DEL twice to get the 2nd type screen.

Thats it!!!


NOTE:
This is a sureshot way to gain admin, if u r a lamer or a newbie
then please do some googling.
I have written almost every detail.

Thanks for reading this far :) Make a comment if you liked this one.

Thanks for digging and shouting it out to your friends.

Tuesday, May 3, 2011

Google Nexus S 4G with WiMAX announced for Sprint: coming this spring for $200

PRESS RELEASE

First Pure Google 4G Device with Android 2.3 in the U.S., Nexus S 4G from Google and Samsung, Coming to Sprint this Spring

First 4G device powered by Android 2.3 boasts pure Google experience, Google Voice integration, Super AMOLED display and Mobile Hotspot capability is Sprint’s 20th 4G device and fourth 4G phone announced to date

Visit www.sprint.com/nexus to register to receive more information
OVERLAND PARK, Kan. – March 21, 2011 – Sprint (NYSE: S) extends its 4G device innovation lead once again with the upcoming availability of the 20th 4G device and fourth 4G phone, Nexus S™ 4G1 from Google™. Coming to Sprint this spring, it will also be able to take advantage of the unprecedented controls and services enabled by Google Voice™ integration built into the Sprint Network.
Manufactured by Samsung Telecommunications America (Samsung Mobile), a leading global mobile phone provider and the No. 1 mobile phone provider in the United States2, Nexus S 4G comes packed with a pure Google experience using Android™ 2.3, Gingerbread, the fastest version of Android available for smartphones. It is powered by a 1GHz Samsung application processor that produces rich 3D-like graphics, faster upload and download times and supports HD-like multimedia content along with a dedicated Graphics Processing Unit (GPU) to make playing mobile games, browsing the Web and watching videos a fast, fluid and smooth experience.

"Nexus S 4G shows the strong commitment Sprint has to Android, and when combined with our 4G network capabilities, it gives customers the option of a pure Google experience," said Fared Adib, vice president – Product Development, Sprint. "As the first 4G smartphone with Android 2.3, Nexus S 4G delivers on the promise of the advanced data capabilities of 4G to deliver an incredible Web browsing experience, offers quick and easy access to future Android updates and access to the services built into Google Voice."

It is designed with Samsung’s brilliant Super AMOLED™ touchscreen technology providing a premium viewing experience. The 4-inch Contour Display features a curved design for a more comfortable look and feel in the user’s hand or along the side of the face. It also offers a screen that is bright with higher color contrast, meaning colors are incredibly vibrant and text is crisp at any size and produces less glare than on other smartphone displays when outdoors, so videos, pictures and games look their best and the sun won’t wash them out.
Sprint Nexus S 4G customers will be among the first to receive Android software upgrades and new Google mobile apps. In many cases, the device will get the updates and new apps as soon as they are available.

"We’re excited to partner with Sprint on Nexus S 4G, which brings innovative hardware by Samsung and innovations on the Android platform, to create a powerful smartphone experience," said Andy Rubin, vice president of Engineering at Google.
Nexus S 4G features a 5 megapixel rear-facing camera and camcorder and front-facing VGA camera. In addition, Nexus S 4G features a gyroscope sensor to provide a smooth, fluid gaming experience when the user tilts the device up or down or pans the phone to the left or right.

Additional key features include:
3G/4G Mobile Hotspot capability, supporting up to six Wi-Fi enabled devices simultaneously
Android Market™ for access to more than 150,000 applications, widgets and games available for download to customize the experience
Google mobile services such as Google Search™, Gmail™, Google Maps™ with Navigation, syncing with Google Calendar™, Voice Actions and YouTube™
Corporate email (Microsoft Exchange ActiveSync®), personal (POP & IMAP) email and instant messaging
Near Field Communication (NFC) technology, which allows the device to read information from everyday objects, like stickers and posters embedded with NFC chips
16GB Internal Memory (ROM)/512MB (RAM)
Wi-Fi® – 802.11 b/g/n
Bluetooth® 2.1 + EDR
Integrated GPS
1500 mAh Lithium-ion battery

"Samsung is thrilled to work with Google and Sprint to create the next generation Nexus S. Adding 4G capabilities takes this iconic device to the next level," said Dale Sohn, president of Samsung Mobile. "Nexus S 4G integrates Samsung’s best-in-class hardware and the exciting features of the Android 2.3 platform with the impressive speed and connectivity of Sprint’s 4G network."
Nexus S 4G from Google will be available exclusively from Sprint this spring for $199.99 with a new two-year service agreement or eligible upgrade (taxes not included) in all Sprint retail channels, including the Web (www.sprint.com) and Telesales (1-800-SPRINT1), as well as select national retailers.

Sprint Nexus S customers also will be able to easily use their current Sprint wireless phone number as their Google Voice number without having to port their number, avoiding porting charges and potential service disruptions. Google Voice makes it easy for people to manage and access most of their voice-based communication. It lets users manage up to six different phones through one number with intelligent call routing and advanced features like call screening, blocking and recording.
Now Sprint subscribers can use their Sprint number across their office, home and wireless phones, and personalize settings so calls from friends ring their wireless device and home phone, while calls from the boss only ring at the office. Google Voice users can receive transcribed voicemails and read or listen to them online. They can also read, send and search text messages and call logs online at www.google.com/voice.

Nexus S 4G requires activation on one of Sprint’s Everything Data plans, plus a required $10 Premium Data add-on charge for smartphones. Sprint’s Everything Data plan with Any Mobile, AnytimeSM includes unlimited Web, texting and calling to and from any mobile in America while on the Sprint Network, starting at just $69.99 per month plus required $10 Premium Data add-on charge – a savings of $39.99 per month versus Verizon’s comparable plan with unlimited talk, text and Web (excluding Verizon’s Southern California plan; pricing excludes surcharges and taxes).
Sprint customers get more with unlimited data plans on the Sprint Network. Sprint offers real simplicity, value and savings versus competitors, making it easy for customers to get the most out of their phones without using a calculator to tally up costs or worrying about how much data they’ve used.

Sprint Everything Data plans qualify for automatic enrollment in the Sprint PremierSM loyalty program3. Existing Sprint customers can switch to an Everything Data plan without extending their service agreement. New lines of service require a two-year service agreement.
As the first national wireless carrier to test, launch and market 4G technology, Sprint made history by launching 4G in Baltimore in September 2008. As the first national wireless carrier to test, launch and market 4G technology, Sprint is America’s Favorite 4G Network4. Sprint currently offers 4G service in 71 markets in 28 states. For more information, visit www.sprint.com/4G.
About Sprint Nextel

Sprint Nextel offers a comprehensive range of wireless and wireline communications services bringing the freedom of mobility to consumers, businesses and government users. Sprint Nextel served more than 49.9 million customers at the end of 2010 and is widely recognized for developing, engineering and deploying innovative technologies, including the first wireless 4G service from a national carrier in the United States; offering industry-leading mobile data services, leading prepaid brands including Virgin Mobile USA, Boost Mobile, and Assurance Wireless; instant national and international push-to-talk capabilities; and a global Tier 1 Internet backbone. Newsweek ranked Sprint No. 6 in its 2010 Green Rankings, listing it as one of the nation’s greenest companies, the highest of any telecommunications company. You can learn more and visit Sprint at www.sprint.com or www.facebook.com/sprint andwww.twitter.com/sprint.

About Samsung Telecommunications America, LLC
Samsung Telecommunications America, LLC, a Dallas-based subsidiary of Samsung Electronics Co., Ltd., researches, develops and markets wireless handsets and telecommunications products throughout North America. For more information, please visit www.samsungwireless.com.
About Samsung Electronics

Samsung Electronics Co., Ltd. is a global leader in semiconductor, telecommunication, digital media and digital convergence technologies with 2008 consolidated sales of US$96 billion. Employing approximately 164,600 people in 179 offices across 61 countries, the company is recognized as one of the fastest growing global brands. Samsung Electronics is a leading producer of digital TVs, memory chips, mobile phones and TFT-LCDs. For more information, please visit www.samsung.com

Sunday, May 1, 2011

Adding RSS Icon into Bloger Subscribe

rssssssssssss
Actually, to add Rss Icon is very simple. There are some steps. Just read below:
1. Prepare Rss Icon Image
If you don't have it, click here to see hundreds of Rss icon collection. After having one, you have to submit it into a place you usually save your email to get image url address. For example, you submit it into photobucket. After submitting it, get its URL image address. For example, my image url address is as below.
<a href="http://s285.photobucket.com/albums/ll80/edisamsuri22/?action=view&current=RssIcon.jpg" target="_blank"> <img src="http://i285.photobucket.com/albums/ll80/edisamsuri22/RssIcon.jpg" border="0" alt="Photobucket"></a>

Erase the red printed So, the result will look like below;
<img src="http://i285.photobucket.com/albums/ll80/edisamsuri22/RssIcon.jpg" border="0" alt="Photobucket"></a>
2. Get The Email Subscription of your Blog
xxxxxxxxxxxxxxIf you do not have your e-mail subscription from feed burner, click here to read the posting. For, example, my blog email subscription is
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1219047', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=1219047" name="url"/><input type="hidden" value="EDI SAMSURI" name="title"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://www.feedburner.com" target="_blank">FeedBurner</a></p></form>
Insert The URL Image among the code among the code below (see the red Printed)
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1219047', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><img src="http://i285.photobucket.com/albums/ll80/edisamsuri22/RssIcon.jpg" border="0" alt="Photobucket"></a><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=1219047" name="url"/><input type="hidden" value="EDI SAMSURI" name="title"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://www.feedburner.com" target="_blank">FeedBurner</a></p></form>
3. Add The Code Above into your Blog
1. Log in into blogger
2. Click Layout in dashboard menu
3. Click Add a gadget
4. Click HTML/JavaScript
5. Put the modified e-mail subscription code (See below). Don't forget to type the title and click Rich Text (blue arrow) To see the Review.
email
6. See the Preview result and click Save
email.2222222
7. And this is the final result
ScreenHunter_05 Jan. 12 05.38
8. That's it and I hope it is useful and byeeeeeeeeeeeeee

Free RSS Icon For Your Blog

One of the ways to attract the blog readers or visitors to be our RSS subscriber is by adding the Rss Icon into the blog or above the e-mail subcriber as you see below.

To get Rss Icons is very simple because there are hundreds kind of Rss Icon we can get freely. Below is some samples of Rss icons:






And If you need more Rss icons, Just click here or here.

Technological Revolution

21st century has proved to be a remarkable journey in terms of technology and gadgets. In fact, the seeds were sown in two centuries back with the industrial revolution. Since then science has kept reinventing things and today life has become much easier and comfortable. Things no more moves at languishing pace and time is now counted in terms of nano-second. The one word that is ruling the roost is convergence. Now, you see mobile phones acting as camera and computer functioning as TV. We keep coming across the news of new inventions on a daily basis. Communication and commerce have been greatly benefitted by advent of technology. In fact, business world would not have reached the advance stage where it is today without the help of technology. Many new industries have flourished solely on the basis of speed of technology. World has truly become a global village with the aid of technology.

Take any invention and you will find all of them have become necessities in our lives. Right from cameras, televisions, mobile phones, computers, satellites, DVD players, palm tops, automatic geysers, vacuum cleaners and what not. Such is the pace of technological advancement that what was in fashion yesterday is no more valid anymore. Things are fast turning out to be obsolete. World is truly within your reach.

Advancing technologies play a crucial part in our day to day lives. Spheres like home security, business, software developments, information technology, national security, warfare, fast communication etc have been hugely benefitted by latest technologies. In the context of amazing role played by technology how could we resist the temptation of providing latest news and information about this fascinating world? So, this site aims to discuss and share information regarding latest technologies and gadgets. So, gear up for a fascinating ride of world of technology.

Related Posts Plugin for WordPress, Blogger...

About Me

My photo
"BLOGGING" is my passion. I am crazy about it. I love to share knowledge with others, So I found this platform is good to share knowledge with everyone. And also I like to surf net a lot to search for the latest technologies and gadgets.