Today is a special day

Today is a special day



Adding Two Columns in Excel using a Macro

 First to go Visual Basic Editor follow these steps
1) Press ALT+F11
2)Insert->Module
3)In the Module paste this code

Sub s()
‘Declaring variables
Dim i As Integer
Dim j As Integer
For i = 1 To 100
‘Looping from 1 to 100 Columns
‘Adding contents in Column1 and Column 2
a = Sheet1.Cells(i, 1) + Sheet1.Cells(i, 2)
‘Storing the Result in Column 3
Sheet1.Cells(i, 3) = a
End Sub
This [...]



Use Adsense section targeting to emphasize or downplay when matching ads to my site’s content?

Here is the simple code by which you can emphasize on the content of ads to be displayed
<!– google_ad_section_start –>
Content you want to emphasize.
<!– google_ad_section_end –>
Also you tell adsense to ignore by this code below
<!– google_ad_section_start(weight=ignore) –>



IpV6

IPv6 or Internet Protocol Version 6 is the next generation protocol for the Internet. It’s designed to provide several advantages over current Internet Protocol Version 4 (or IPv4).
Both IPv6 and IPv4 define network layer protocol i.e., how data is sent from one computer to another computer over packet-switched networks such as the Internet. [...]



34 sites by which bloggers can earn money by blogs

http://www.sponsoredreviews.com
http://tinyurl.com/2bhx8j
http://www.ciao.co.uk/reg.php
http://daytipper.com/Default.aspx
http://www.blogsvertise.com
http://www.buyblogreviews.com/
http://www.reviewme.com/
http://www.blogitive.com/
http://www.smorty.com/
http://www.bloggerwave.com/
http://www.blogtoprofit.com/
http://bloggingads.com/
http://www.linkworth.com/products/partner-linkpost.php
http://www.payu2blog.com/
http://www.inblogads.com/
http://digitaljournal.com/
http://loudlaunch.com/
http://www.b5media.com/
http://www.wisebread.com/make-money-writing-for-wise-bread#get_paid_blogging
http://451press.com/write/
http://www.paymetoblogaboutyou.com/
http://www.helium.com/
http://www.dewittsmedia.com/pages/contextual-links/contextual-publisher-category.php
http://creamaid.com/
http://www.creative-weblogging.com/50226711/get_paid_to_blog.php
http://www.linkylovearmy.com/
http://contextual.v7n.com/join.php
http://bloggertizer.com/
http://www.buyablogger.com/
http://www.shvoong.com/
http://www.gather.com/whatisgather.jsp
http://www.associatedcontent.com/
http://www.sharedreviews.com/



How to Download Youtube videos

Many of us may not know how to download youtube videos
Here is simple way to download youtube videos

First Go to youtube.com and Search for your Video and note down it’s url
Here is an example here is my one of my favourite videos
http://www.youtube.com/watch?v=SFqGQ54WT9Y
To Download it First download FLV player (you can download it from here)
Then [...]