Tuesday, February 5, 2013

How to Share Flickr Photos to Facebook

Today in the continuation of Facebook tricks tutorials we are going to teach you how to to share Fllickr Photos to Facebook using online available tools.

Flickr2Facebook is an unofficial Flickr to Facebook uploader(bookmarklet) which allows you upload photos to Facebook from Flickr.

Here is an image illustrations to make it more clear.

flickr2facebook

If you have interesting tips/tricks related to Facebook, please feel free to share in the comment box below.

 

 

How to Download Facebook Photo Albums

This week we want to cover some interesting things you can do on (or with) Facebook; inclusive of tricks that are not documented or unknown to many, as well as tips to stay connected better with your friends.

Here is how you can download your facebook photo albums.

To be able to download your facebook album go to, FacePAD: Facebook Photo Album Downloader , it allows you to download your friends’ facebook albums, Events albums, and Group Albums, en masse, with the click of a button.

below is an descriptive image to give you a better idea.

facepad

If you have interesting tips/tricks related to Facebook, please feel free to share in the comment box below.

How to Place Facebook Chat On Firefox Sidebar

If you surf Facebook on daily basis or occasionally, chances are you’re already familiar with regular stuffs like add/delete friends, update statuses, walls and profile, add and explore pages & applications, etc, but there’s more. Below is "how you can put Facebook chat on sidebar"

face

Facebook Chat is cool, at least it allows you to send instant messages to online Facebook contacts. However I’m not really a fan of the chat bar being at the bottom of the page, what if I’ve left Facebook but still wants to remain chatting with my Facebook contacts? If you are using Firefox, you can place the Facebook Chat at the sidebar.

Step 1


Look for Bookmarks on the top navigation. Select Organize Bookmarks…

fchat01

Step 2


Click New Bookmark... tab and enter the following:

  • Name: Facebook Chat

  • Location: http://www.facebook.com/presence/popout.php

  • Check Load this bookmark in sidebar.


fchat02

Step 3


Launch the Firefox sidebar, click Facebook Chat and start chatting with your Facebook contacts within Firefox.

fchat03

Saturday, February 2, 2013

Revolutionize Your twitter Experience with These Websites.

Twitter is a great great social networking website and here is list of supporting website which will help you maximize your twitter experience. Try them and let us know by your comments how you find them ?

  • Qwitter - Great service that sends an e-mail any time someone unsubscribes from your Twitter profile and mentions a possible Twitter post you made that may have caused them to leave.

  • Manageflitter - Fantastic site for managing your followers and getting an easy to read overview of people not following you back, quiet users, and inactive users.

  • WeFollow - Great website that allows you to add yourself to a listing of Twitter users by tags you find interesting.

  • SocialOomph - Another great service with a collection of free Twitter tools including the ability to schedule when a tweets gets posted.

  • Tweetbeat - An excellent site that takes the trending topics on Twitter and gives you a clearer explanation of present and past trending topics.

  • TwitterMeme - Another great location to find the hottest links on Twitter.

  • Twitter Grader - Great service that grades any Twitter account and gives you additional details and ranking information.

  • Twitter Fan Wiki Apps - Finally, this wiki has a listing of several hundred different Twitter applications and tools for users wanting more.

  • Tweedeck- Enables you to read your direct  messages, mentions , and tweets along with trending topics etc on the same place.

  • Splitweet:Allows you to post to  multiple accounts or read tweets from multiple accounts at the same time.

  • twitgoo: You can attach images to your tweets and post longer tweets.

  • Futuretweets: Schedule tweets to get tweeted automatically in the future, Its just like Facebook post scheduling.

  • twitlonger: first platform ever to post more then 130 character to twitter

  • TwitPic - Take advantage of TwitPic to post pictures on your tweets. If you want to post pictures while away from the computer, use the Twitterific app.

  • Twitvids - Allows you to post videos to twitter or Facebook. Now owned by Telly.


 

Written by @TechBrush

Facebook Invite Friends API

Have you noticed the new button "Bring Your Friends" just take a quick look at the page position top right. Actually this is Facebook invite friends API system. For implementing this you have to create a Facebook application to setup your webpage canvas URL, just few lines of code but before that your web page should be SSL (https) enable.

 
Facebook Invite Friends API


Download Script     Live Demo
Facebook Invite Friends API

Facebook Application
You have to create a Facebook application at developers.facebook.com click here. Here selected text is Facebook app id.
Facebook Invite Friends API

Facebook supports only https canvas URL, my next post I will explain how to configure SSL.

Code
You have to modify appId value.
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
appId:'APP_ID',
cookie:true,
status:true,
xfbml:true
});function FacebookInviteFriends()
{
FB.ui({
method: 'apprequests',
message: 'Your Message diaolog'
});
}
</script>//HTML Code
<div id="fb-root"></div>
<a href='#' onclick="FacebookInviteFriends();">
Facebook Invite Friends Link
</a>


Facebook invite friends screen.
Facebook Invite Friends API

Code IFrame
The following code is for breaking Iframe, include this code into your webpage.
<script type='text/javascript'>
if (top.location!= self.location)
{
top.location = self.location
}
</script>

The inivite notification appears like this.
Facebook Invite Friends API









Share this post


Top Secret List Of Password Cracking Applications.

Now that you know what password cracking is, you might be interested in learning some more of the popular cracking software I have listed below:

• Can and Abel

Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing password boxes, uncovering cached passwords and analyzing routing protocols. The program does not exploit any software vulnerabilities or bugs that could not be fixed with little effort. It covers some security aspects/weakness present in protocol’s standards, authentication methods and caching mechanisms; its main purpose is the simplified recovery of passwords and credentials from various sources, however it also ships some “non standard” utilities for Microsoft Windows users.

• John the Ripper

John the Ripper is free and Open Source software, distributed primarily in source code form. If you would rather use a commercial product tailored for your specific operating system, please consider John the Ripper Pro, which is distributed primarily in the form of “native” packages for the target operating systems and in general is meant to be easier to install and use while delivering optimal performance.

 

• THC Hydra


 

A very fast network logon cracker which support many different services. See feature sets and services coverage page - incl. a speed comparison against ncrack and medusa.

 

• RainbowCrack


RainbowCrack for GPU is the hash cracking program in RainbowCrack hash cracking utilities. It takes advantage of both the effective time-memory trade-off algorithm and powerful computing capability of NVIDIA GPUs.

With two technologies combined, RainbowCrack for GPU is significantly faster than any non-GPU accelerated rainbow table lookup program and any straight GPU brute forcing cracker.

Download RainbowCrack for GPU

Monday, January 28, 2013

Show Yourself A Computer Freak By Using Windows Shortcuts Keys

The graphical user interface revolutionized personal computing because it made using a computer so much more visual. However, using the mouse is one of the most inefficient ways to drive a computer. Think about it: you must move your hand from the keyboard to the mouse pad, drag the pointer across the screen until it’s over a button or icon, and then double-click to open a document or launch an application.
You can save an enormous amount of time by using keyboard shortcuts to navigate your computer’s operating system and programs. This hack describes how to bypass the mouse and launch programs and documents on your Windows PC without ever taking your hands off the keyboard.
Built-In Windows Keyboard Shortcuts Microsoft Windows has several built-in keyboard shortcuts that can reduce the number of times you reach for the mouse during your workday. Here are some of the essential — and classic — shortcuts for navigating Windows:

Shortcut
Result

Alt+Tab or Win+Tab
Cycle through open programs (release keys when you see
the screen you want).

Windows+D
Show the desktop.

Windows+L
Lock your workstation.

Windows+R
Show the Run box.

Windows
Open the Start menu.

Ctrl+Esc
Open the Start menu.

The following are indispensable editing shortcuts:

Shortcut
Result

Ctrl+S
Save the current document.

Ctrl+C
Copy selected text to clipboard.

Ctrl+X
Cut selected text or object and place on the
clipboard.

Ctrl+V
Paste the contents of the clipboard into the current
document.

Ctrl+Z
Undo the last action you performed.

Ctrl+Y
Redo the last action you undid.

Ctrl+B
Bold the selected text.

Ctrl+I
Italicize the selected text.

Ctrl+U
Underline the selected text.

If you’re a long-time Windows user, many of the shortcuts above may be
old hat by now. In Windows 7, Microsoft added a slew of great new shortcuts you may
not know:

Shortcut
Result

Win+Home
Clear all but the active window.

Win+Space
All windows become transparent so you can see through
to the desktop.

Win+_
Maximize the active window.

Shift+Win+_
Maximize the active window vertically.

Win+_
Minimize the window/Restore the window if it’s
maximized.

Win+_ or Win+_
Dock the window to each side of the monitor.

Shift+Win+_ or Shift+Win+_
Move the window to the monitor on the left or right.

Ctrl+I
Italicize the selected text.

Ctrl+U
Underline the selected text.

You might use some of these shortcuts all the time and some none of the
time. To find the key combinations most useful for your workflow, look over the
complete list of

Windows 7 keyboard shortcuts at http://windows.microsoft.com/en-US/windows7/Keyboard-shortcuts

Sunday, January 27, 2013

How To Trace Mobile numbers , Ip-Address, Vehicle Number, Bulk SMS Sender and Much More

Nowadays its common to get a threatening email , prank message, blank call Bulk SMS in day to day life. There may be time, when you wish you could get to know something about the source of that harassment or pull information about a particular subject.

The answer is you can't be sure of everything in every case but here are something helpful  in this direction,

Visit  indiatrace.com

See what you are looking for,

Use appropriate tool and

trace it down.

Features of this site are

Trace Mobile Number
Trace Vehical Number


Trace Pin Code

Trace IP Address

WHOIS Trace

How to Create One-Click Shutdown and Reboot Shortcuts and Save time

The most annoying thing while you are in hurry to do something is to wait for shutdown and reboot of your computer. It sometime takes too much time but here is solution to make  it quick.

Create One-Click Shutdown and Reboot Shortcuts:

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.

But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:

shutdown -r -t 01 -c “Rebooting your PC”
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:

shutdown -s -t 03 -c “Bye Bye m8!”
shutdown -r -t 03 -c “Ill be back m8 ;) !”

Switch
What it does

-s
Shuts down the PC.

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c “messagetext”
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f
Forces any running applications to shut down.

-r
Reboots the PC.

How Much Expert Are You In Searching Google?

Google is clearly the best general-purpose search engine on the Web But efficiently do we use its search fascility?

Most people don’t use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google’s index, it’s still a struggle to pare results to a manageable number.

But Google is an remarkably powerful tool that can ease and enhance your Internet exploration. Google’s search options go beyond simple keywords, the Web, and even its own programmers. Let’s look at some of Google’s lesser-known options.

Syntax Search Tricks

Using a special syntax is a way to tell Google that you want to restrict your searches to certain elements or characteristics of Web pages. Google has a fairly complete list of its syntax elements at

www.google.com/help/operators.html

. Here are some advanced operators that can help narrow down your search results.

Intitle: at the beginning of a query word or phrase (intitle:”Three Blind Mice”) restricts your search results to just the titles of Web pages.

Intext: does the opposite of intitle:, searching only the body text, ignoring titles, links, and so forth. Intext: is perfect when what you’re searching for might commonly appear in URLs. If you’re looking for the term HTML, for example, and you don’t want to get results such as

www.mysite.com/index.html

, you can enter intext:html.

Link: lets you see which pages are linking to your Web page or to another page you’re interested in. For example, try typing in

link:http://www.pcmag.com

Try using site: (which restricts results to top-level domains) with intitle: to find certain types of pages. For example, get scholarly pages about Mark Twain by searching for intitle:”Mark Twain”site:edu. Experiment with mixing various elements; you’ll develop several strategies for finding the stuff you want more effectively. The site: command is very helpful as an alternative to the mediocre search engines built into many sites.

Swiss Army Google

Google has a number of services that can help you accomplish tasks you may never have thought to use Google for. For example, the new calculator feature

(www.google.com/help/features.html#calculator)

lets you do both math and a variety of conversions from the search box. For extra fun, try the query “Answer to life the universe and everything.”

Let Google help you figure out whether you’ve got the right spelling—and the right word—for your search. Enter a misspelled word or phrase into the query box (try “thre blund mise”) and Google may suggest a proper spelling. This doesn’t always succeed; it works best when the word you’re searching for can be found in a dictionary. Once you search for a properly spelled word, look at the results page, which repeats your query. (If you’re searching for “three blind mice,” underneath the search window will appear a statement such as Searched the web for “three blind mice.”) You’ll discover that you can click on each word in your search phrase and get a definition from a dictionary.

Suppose you want to contact someone and don’t have his phone number handy. Google can help you with that, too. Just enter a name, city, and state. (The city is optional, but you must enter a state.) If a phone number matches the listing, you’ll see it at the top of the search results along with a map link to the address. If you’d rather restrict your results, use rphonebook: for residential listings or bphonebook: for business listings. If you’d rather use a search form for business phone listings, try Yellow Search

(www.buzztoolbox.com/google/yellowsearch.shtml).

Extended Googling

Google offers several services that give you a head start in focusing your search. Google Groups

(http://groups.google.com)

indexes literally millions of messages from decades of discussion on Usenet. Google even helps you with your shopping via two tools: Froogle
CODE
(http://froogle.google.com),

which indexes products from online stores, and Google Catalogs
CODE
(http://catalogs.google.com),

which features products from more 6,000 paper catalogs in a searchable index. And this only scratches the surface. You can get a complete list of Google’s tools and services at

www.google.com/options/index.html

You’re probably used to using Google in your browser. But have you ever thought of using Google outside your browser?

Google Alert

(www.googlealert.com)

monitors your search terms and e-mails you information about new additions to Google’s Web index. (Google Alert is not affiliated with Google; it uses Google’s Web services API to perform its searches.) If you’re more interested in news stories than general Web content, check out the beta version of Google News Alerts

(www.google.com/newsalerts).

This service (which is affiliated with Google) will monitor up to 50 news queries per e-mail address and send you information about news stories that match your query. (Hint: Use the intitle: and source: syntax elements with Google News to limit the number of alerts you get.)

Google on the telephone? Yup. This service is brought to you by the folks at Google Labs

(http://labs.google.com),

a place for experimental Google ideas and features (which may come and go, so what’s there at this writing might not be there when you decide to check it out). With Google Voice Search

(http://labs1.google.com/gvs.html),

you dial the Voice Search phone number, speak your keywords, and then click on the indicated link. Every time you say a new search term, the results page will refresh with your new query (you must have JavaScript enabled for this to work). Remember, this service is still in an experimental phase, so don’t expect 100 percent success.

In 2002, Google released the Google API (application programming interface), a way for programmers to access Google’s search engine results without violating the Google Terms of Service. A lot of people have created useful (and occasionally not-so-useful but interesting) applications not available from Google itself, such as Google Alert. For many applications, you’ll need an API key, which is available free from
CODE
www.google.com/apis

. See the figures for two more examples, and visit

www.pcmag.com/solutions

for more.

Thanks to its many different search properties, Google goes far beyond a regular search engine. Give the tricks in this article a try. You’ll be amazed at how many different ways Google can improve your Internet searching.

Online Extra: More Google Tips

Here are a few more clever ways to tweak your Google searches.

Search Within a Timeframe

Daterange: (start date–end date). You can restrict your searches to pages that were indexed within a certain time period. Daterange: searches by when Google indexed a page, not when the page itself was created. This operator can help you ensure that results will have fresh content (by using recent dates), or you can use it to avoid a topic’s current-news blizzard and concentrate only on older results. Daterange: is actually more useful if you go elsewhere to take advantage of it, because daterange: requires Julian dates, not standard Gregorian dates. You can find converters on the Web (such as

CODE

http://aa.usno.navy.mil/data/docs/JulianDate.html

excl.gif No Active Links, Read the Rules – Edit by Ninja excl.gif

), but an easier way is to do a Google daterange: search by filling in a form at

www.researchbuzz.com/toolbox/goofresh.shtml or www.faganfinder.com/engines/google.shtml

. If one special syntax element is good, two must be better, right? Sometimes. Though some operators can’t be mixed (you can’t use the link: operator with anything else) many can be, quickly narrowing your results to a less overwhelming number.

More Google API Applications

Staggernation.com offers three tools based on the Google API. The Google API Web Search by Host (GAWSH) lists the Web hosts of the results for a given query

(www.staggernation.com/gawsh/).

When you click on the triangle next to each host, you get a list of results for that host. The Google API Relation Browsing Outliner (GARBO) is a little more complicated: You enter a URL and choose whether you want pages that related to the URL or linked to the URL

(www.staggernation.com/garbo/).

Click on the triangle next to an URL to get a list of pages linked or related to that particular URL. CapeMail is an e-mail search application that allows you to send an e-mail to google@capeclear.com with the text of your query in the subject line and get the first ten results for that query back. Maybe it’s not something you’d do every day, but if your cell phone does e-mail and doesn’t do Web browsing, this is a very handy address to know.

Google Offers Free Domain Registration, Web Hosting and Web Site Creator in India

In modern age of computers  and internet, everyone want to go online by one way or other. If you have business then you would defiantly like to have a business website. But lot of people are fond of having personal website as well.

Now the first step to have a website is to purchase a domain name that cost at least $10 to $20. Next is to purchase hosting which is not less then $5/month for reasonable hosting. But all individuals and small businesses cant afford these charges and drop their idea of owing a website.

Many small businesses are not sure about if their business will go well or not and will it take some benefit from its website or not?


Taking this thought of their in account , Google and Hostgator has started and free website, hosting  and domain name registration campaign for all individuals and small businesses in India keeping in view the new emerging internet craze and potential over there.

All these facilities will be free for one year and if you earn some benefit out of this then you can keep it going on very nominal charges.


But, as of now this is only for India.  Free Web Site and Web Site Creator from Google

Google offers a free .in domain name and hosting along with free custom email addresses and 365-day support.This is for small and medium businesses in India.

Now start to build your own website.

 
How to create free website

1.Just take this link to your browser indiagetonline

2.choose your domain name

3.fill up a form giving some of the details. Users will need to submit their PAN details for verification.

4.Choose a professionally designed template customized to your business and publish


Share or tweet this if you liked it. :-)

How to Search Google Without Internet On Mobile.

Google is the one of the Top Search Engine on World Wide Web i.e. Internet.We can find the Result for any type of Query by just Typing the Query in Google Search Box and Pressing” Google Search ” or ” I am Feeling Lucky “.

So this is the Best Method and a way to find the Result for any type of Query.

But the only problem with getting Results through this way i.e. by Google ( or Internet ) is that we need an Internet or GPRS Connection available to us, either on Computer or Mobile. There may be cases while you need help from Google but don't have internet on mobile or GPRS coverage in the area you are located in.

So to resolve this problem cum Finding Solution for this Problem, There is a Trick to Search Google without Internet through Mobile. Now for this Trick we only need a Mobile Phone with Capability of Sending SMS.

So to use this Trick just SMS ” Your Search Query ” to 9-77-33-00000 from your Mobile Phone and within few minutes You will Receive the Search Results matching Your Query from Google in Your Inbox.

This service is Free of Cost from Google but You will be Charged ( as per Standard Message Rates of Your Network Operator ) for Sending Messages. So it is a simple Trick to Search Google without Internet through Mobile.

How To Get Millions of Genuine E-mail ids Totally Free Using Google Search

Requirements


LETS START GENERATING E-MAIL ID’S


  • Go to http://www.google.com, click on “Search settings” in the top right corner and change the number of results to display “100? per page, now click on Save preferences.

  • Now in  the search bar type a keyword(s) and the e-mail extension in speech marks For example :- xyz”@gmail.com” What it will do is search for web-pages that contain Gmail e-mail adresses and that are also related  with your keyword. The speech marks around “@gmail.com” make sure that “@gmail.com” is on every web page that is a result of the search.

  • You can also search single websites for e-mail adresses as shown on the example :- site:twitter.com “@gmail.com” The  example shown above will search the whole of twitter.com for“@gmail.com” email adresses.

  • Now With your results in focus, click the arrow at the side of the AutoPager icon as shown in the picture below. Then goto “Immediately load > All pages” .as shown in screenshot. With your search results still in focus, scroll all the way down and AutoPager should load the next page of results onto the same  page you are currently on. Keep scrolling till all pages have loaded onto the samepage.

  • immediately load all pages




  • Press “ctrl + a” to select all of the pages then press “ctrl + c” to copy the results. With the results still in the clipboard (Still copied) go to Click here  . Paste your results into the first box which says “1. Put text with email addresses here:” and just click on Start Extracting Emails Button on top of that box. The settings should already be correct with “unique emails” and “sortticked” So no need to Touch that option.

  • start extracting





  • The e-mail adresses should show in the Results box (3rd box)  almost instantly.



  • Now copy the results from the results box paste them into Notepad. Sometimes the e-mail address seem to end in “.com.” instead of just “.com so in notepad go to “Edit > Replace” and in the “Find what” text-box type “.com.” without the  speech marks(“”) in the “Replace with” textbox type”.com” , without the speech marks.


comCOMcom


 

Saturday, January 26, 2013

How to Remove All Unwanted Ads From YourTube Video And Webpages

Everyone of us feel pain in the ass while we try to see some viral video on Youtube or any other interesting video , we are crazy about and we have to wait for the ad to finish before our video starts playing.

Same kind of problem occurs on all other popular websites where all the web pages are full of ads. Thankfully, we can get rid of all these unwanted ads using firefox plugin "Adblock Plus" plugin and experience a new ad free web environment where there is only useful content all over the web page and nothing else.

Adblock Plus is now also available for Chrome, Opera, Firefox and Android but not for all the other browser. To install this plugin you can search plugin repository or visit this website http://adblockplus.org/en/firefox .

adbp

After installation , Adblock Plus gives you control about where to block ads and where not to. You can configure these options using filter preferences.

 

 

 

 

How To Extract Text From An Image- Free Image To Text Convertor

I faced this problem many times and i am sure one day or another you were also fighting with similar kind of problem when you have an image and you want all the text written on that image. You , then have to type that text manually by looking at image again and again but its no more like that.

I found the solution to make this happen with the single click and I am posting the tool for that right here.
This site http://www.newocr.com/ can extract text from image (JPG, JPEG, BMP, TIFF, GIF) and convert into editable Word,Text, Excel, PDF, Html output formats.

It recognize text and characters from PDF scanned documents (including multipage files), photographs and digital camera captured images,Converted documents look exactly like the original – tables, columns and graphics.Free online image to text convertor  If you have a scanned document and want to avoid retyping your document, This Free Online service is the fast way to do it.

-You can also use this site :  online image to text convertor

How to use online image to text convertor

1.Visit  Free online image to text convertor  site
2.Upload image [Max file size is 4 mb]
3.select your format
4.select language
5.Click on Recognize button

-It supports 32 languages including English, Danish, Dutch, French, German, Greek,Italian, Portuguese, Russian,Spanish and others.

-It can also recognize large images, ZIP archives and multi page PDF, choose recognition languages,convert into editable formats and other settings.

-This is a free service in a “Guest mode” (without registration) that allows you to convert 15 images per hour.

-Supported input formats:
Image quality is one of the most important factors that improve quality of recognition. A resolution of 200-400 DPI for input images is best for recognition.
-Maximum file size : 100 MB
-Supported output formats: Service gives you the possibility to convert recognized text into 6 output formats: Adobe PDF MS Word 2003/XP MS Excel 2003/XP Html 4.0 RTF Text Plain