All Tech Buzz 3

Facebook Animated GIF Images/Picture Sharing Tool

Posted by Raghavendra at 3:58 pm
In this post we are

introducing a tool to share animated gifs directly on Facebook without the hectic process.
Image result for facebook animated gif
If are searching Facebook Animated GIF Picture Sharing working online free tool 2015,  Than its best place for you.Hello Fans, If You Don’t Know How to share animated GIF Picture on Facebook Than Just Use over this simple tool for online share Animated GIF moving Picture on Facebook Profile or Timeline, Fan Page and Groups and Many more. Fb is one of the most popular social site here every one wanna became popular, If anyone have something new on this social site, Then more people like you, So you must share something new on this social site,
 Its simple tool but very interesting Just Choose your Favorite animated GIF Picture and Click on Share On Facebook. Than its Done. We are always trying to share new and latest sharing method of this social site, GIF is also new and more attractive tips on this social site, We are always trying to get new updated method of gift sharing. Let’s try and get it and enjoy this social site working and awesome feature and trick which you might not know.

What is Animated Facebook GIF Picture

Animated GIF Picture also called movies or flash pictures, You can say it short video in seconds in own language , As we know that this social site is really very popular, There are no no one like this, There are many factors which making this amazing site’s world most popular social networking site, But its main features which most useful for success which is fast loading. Its really very gfast loading social networking site.

You can share GIF images to Facebook directly from the below Tool:

Note:For a quick demo check video at the end of the post or click here.

Final Words:

Let us know what do you think regarding this tool in your comments.We will be updating this tool with some cool features .So don’t forget to bookmark this page.

Top Online Education Resources for Teachers and Students

Posted by Raghavendra at 3:57 pm

Learning does not stop when we graduate college or finish a higher degree. It doesn’t stop even after one becomes a teacher. As a teacher, you will have to keep yourself updated of all the changes and new things being introduced in your field. Another challenge that teachers face is that they have to adapt to the new methods of teaching that are being introduced. One easy way of learning and helping the students to learn is online education.
As more and more schools are trying to include it as a part of their curriculum, it is necessary for the teachers to find a resource which gives them the lessons handy whenever they need. Teachers must be very careful when they choose the resources from which their students would learn. A resource which doesn’t have all the necessary content for the students will be ineffective.

Teachers should also take care that the resources are not too difficult for the students to understand. It is a widely known fact that the level and standard of skills and knowledge of the students depend on the source of their education. It is the responsibility of the teachers and the school to choose the right resource from which the teachers can learn from and also guide their students to. Another criteria to choose the best online education resource is the flexibility of the lessons. You must be able to flexibly use the content according to your lesson plans and syllabus. A good online education resource is always flexible. Below are three online education resources where you can brush up your knowledge and also consider the content for your classes.


1- Teachers Network



Teachers Network provides lesson plans, classroom specials, teacher designed activities for different subjects and many other resources.



2-Discovery Education
Discovery Education is one of the best education resources. You can find lessons explained to the minute detail and so you will be having a good time teaching them to your class. There are a lot of lessons on how to apply science to the day-to-day life. The lesson plans are clear and you can also customize them based on the way you prefer to teach your students. Another reason why Discovery Education stands out is that the content is updated regularly and so you always get access to fresh content. There are also a lot of additional resources for things the students will have to know about and those that do not come under the syllabus. Explore Discovery Education to get to learn a lot of things which the textbooks do not teach. Also you can make it interesting for the students to learn the subject using the creative ways explained in the lesson plans.



3-Smithsonian Education




Smithsonian Education offers a wide variety of free resources for teachers, students and parents.



4-Education World




This is another great website for teachers. It provides teaching tips, lesson plans, activities, academic articles, web resources and many more.

5- The Gateway




This is one of the oldest publicly accessible U.S repositories of education resources on the web. It contains a variety of educational resource types from activities and lesson plans to online projects to assessment items.

How to Reveal Hidden Passwords (Asterisks) in Web Browsers

Posted by Raghavendra at 3:44 pm
Remember the situation, signing into your account with just a single click because browser is saving all your passwords for you. We know this is convenient but since you’re not typing your passwords any-more, eventually you’ll forget your password in a few days.  For security reasons, the password field in all browsers is masked with “asterisks” which won’t allow any third person (even you) to read the origi-nal typed password. But, what if you want to reveal the string behind the asterisks? There is actually few workaround for revealing the original passwords behind the asterisk and over the entire course of this article we’ll be discussing some known ways to reveal the characters behind the asterisks in different browsers.

Reveal Passwords Behind Asterisks or Dots in Different Web Browsers:


Google Chrome:

Starting off with Google chrome, the easiest way to reveal the original passwords behind the asterisk is using inbuilt Inspect element feature in the browser.
  • You just need to right click on the password field in the browser where you will get an option “Inspect Element“. 
  • After clicking on it, “Web Inspector” will open out and there you can see some code which is basically Html code and you just need to replace the “password” word with “text” word and it will reveal the words behind the asterisks.
There’s another way using JavaScript which is quite quick and easy as compared to above method. Just open a site that allows users to login and after typing the password, just enter the following JavaScript code in the address bar.
Javascript: alert(document.getElementById(‘Passwd’).value);
After entering the above code in the address bar, press enter and it will pop up a window with your password written on it.

Mozilla Firefox:

The Next most common browser is “Mozilla Firefox”.
  • The chrome’s “Web Inspector” trick is also applicable in Firefox.
  •  Open a site that asks for login (like Facebook), right click on the password field in the browser where you will get an option “Inspect Element“. After clicking on it, “Web Inspector” will open out and there you can see some code which is basically Html code and you just need to replace the “password” word with “text” word and it will reveal the words behind the asterisks as shown in screenshot below.
Apart from this, there’s another way which is quite quick and easy as compared to above method. For that you’ve to create a bookmark with the following JavaScript code as URL in it.
javascript:(function(){var s,F,j,f,i;s=””;F=document.forms;for(j=0;j
After saving this as a bookmark, open a site that allows users to login and after typing the password, open the saved bookmark by clicking on it and it will pop up a window with your password written on it.

Opera:

Next comes the “Opera” in that you can use “Dragonfly“, which is an in built tool, to reveal the words behind the asterisks just like chrome’s “Web Inspector“. Open a site that asks for login (like
Facebook), right click on the password field in the browser and select “Inspect Element” option. After clicking on it, “Dragon Fly” will open out and you’ll see some code which is basically Html code and you just need to replace the “password” word with “text” word and it will reveal the words behind the asterisks as shown in screen shot below.

Internet Explorer:

In the same manner you can apply this trick on Internet explorer. First of all open any site (Gmail in our case) that allows user login. Now for bringing out “developer tools” press the f12 key. A new window will be opened and press Ctrl+B to enable selection of elements. After that go to login page and select the password field, doing this will take you to the password field’s code in developer window (highlighted by yellow). Now, you just need to replace the “password” word with “text” word and it will remove the asterisk mask in the password field, see screenshot below.
Apart from this, there’s another way which is quite quick and easy as compared to above method. Just open a site that allows users to login and after typing the password, just enter the following JavaScript code in the address bar.
alert(document.getElementById(‘Passwd’).value);
After entering the above code in the address bar, press enter and it will pop up a window with your password written on it. (See pic below)

Wrap Up:

Although there are so many tools out there to help you in revealing the words behind the asterisks and to get the saved passwords with in a browser, you still need to keep your system safe and protected by using “Antivirus” plus “Firewall” to avoid stealing of these passwords by someone who have access to your system. If you can use these tools to reveal your saved passwords then others can also use the same ways to get information of yours.
     

Complete Guide For Windows 8

Posted by Raghavendra at 3:41 pm
Windows 8 has proved that its better than its predecessors windows 7 ,XP and Vista.In this article we will list out all the Tutorials and How to Guides related to Windows 8 Operating System.

Downloading Windows 8:

Microsoft first released the preview editions of windows 8 then finally released the Professional Edition on August 1st 2012.Since its release it has got a great hype.
  • If you want to try windows 8 then you can try Pro Edition for free for 90 days.
  • You can also buy full version of Windows 8 Professional Pack from Here.

Installation:

You can install windows 8 on your computer in different ways based on your need and convenience.
  • Install Windows 8 on virtual box to test its features.
  • You can mount ISO image of downloaded windows 8 edition and format your PC with usual bootable CD method.
  • In case if you dont want to go ahead with Bootable CD method then you can also install windows 8 via usb/pendrive.

Windows 8 Video Tutorials:






Final Words:

Here we have listed all the basic guides to get started with Windows 8.If you want any more guides let us know in your comments we will update the article with what you want.

7 Ways To Wirelessly Transfer Files To An Android Device

Posted by Raghavendra at 3:29 pm
Hunting down USB cables is a skill many of us wish we didn’t have to use. It can make syncing files with our Android devices a real pain. There are many ways to transfer files between Android and your computer without a USB cable.Mounting your Android phone to transfer files is fast and efficient, but nothing beats the convenience of a wireless file transfer.

More Use Full Awesome Guides on Androids:

  • How to Install Android Apps and Games on Windows.
  • Download Whatsapp for PC
  • iOS7 Vs Kit Kat.
  • Android App that can Record your Emotions and Feelings
  • Play Subway Surfers on PC
  • So, here are some of the ways of wireless file transfer:

    Software Data Cable

    This is a free app which lets us transfer data using Wi-Fi. This is a great utility for folks who transfer lots of files and don’t like USB cables.

    Dropbox

    This is a great way to make files available on your multiple devices. While all your Dropbox files can be available on your device, a sometimes overlooked feature is the ability to designate a file as a “favourite” on your device, which causes it to be kept locally and available offline.Syncing your files between all of your computers, smartphones, and tablets is what it is all about. All you have to do is install the Dropbox desktop application and sign in using the same login. It will watch your Dropbox folder and automatically make sure your files are the same no matter where you get them.

    ES File Explorer

    This is an excellent file manager for Android. It comes with a built in search function, image viewer, and most importantly a LAN browser that we can use to transfer files to our computer through Wi-Fi.

    Fast File Transfer

    This app uses Wi-Fi Tethering for establishing connection between two devices and doesn’t require any internet connection to transfer files. A very useful app for transferring large files as its lightning fast.

    WiFi File Explorer

    This uses your Android device’s Wi-Fi connection to join your wireless network, then creates a little Web server on your network that lets you browse your files from any other computer on the network. So you just go to your PC, type the IP address and port number the app gives you and then you’ll see a list of your phone’s files and folders in your browser window.The app includes a password protection option, which should probably be enabled by default, but mostly isn’t.

    iShare

    This app helps you to upload, download and share files over the Internet. You can totally forget USB data cable and freely send and receive any files between mobile devices and computers. iShare is a cross-platform file sharing app. It supports all kinds of platforms to upload, share and download files.

    File Expert

    This is one of the simplest and most cost effective solution .File Expert is a powerful Wi-Fi enabled file manager that allows you to easily move files from a PC to a tablet through a convenient web interface. The first task is to make sure the tablet and the desktop are on the same network. Once that is done, fire up File Expert. File Expert offers many features like Cloud storage. 

Tips To Make Images SEO As a Friend In Blogger Blogs

Posted by Raghavendra at 3:19 pm
search Engine Optimization(SEO) is the best way to increase traffic to your blog.Though you have many posts,without knowing the basic rules of SEO you cant get more traffic.Most of the new bloggers will be afraid of hearing this term SEO.Search Engine Optimization is nothing but maintaining quality,consiseness and clarity.
Coming to Image Optimization 20% of the daily searches are images.That means if you optimize images  properly then you can get more traffic from what you are getting now.
Frankly speaking as I always say blogger blogs are very poorly optimized than wordpress blogs.It doesn’t mean that blogger blogs cant be optimized like wordpress blogs but you have to put some extra effort and need to be a pro in Blogspot.So lets get started with Image Optimization Tips and Tricks.

What are the Disadvantages of Blogger when coming to image optimization:

  1. In Blogger there is no such plugin or widget using which you can give alt title tags for the images.
  2. You cannot compress the image size automatically.
  3. In Blogger blogs there is no way to crop images to fit the layout of the blog.
These are the major disadvantages of default blogger platform taking into consideration of Image Optimization.There are few other disadvantages which you will understand after reading the whole article.
In this article I will be explaining all the Tips using which you can make your images very much SEO friendly and you will be overcoming all the above disadvantages.

How To Make Images SEO Friendly in Blogger Blogs?

1.Resize Images Properly:

I see most of the newbies upload images directly without cropping the images.After uploading a image to blogger it will give you few options like Medium,Original,Large and X-Large.Always keep original size because if you use the other options like Medium or Large then image quality will be lost.
  • The best tool I recommend you for cropping images online is cropp.me.
  • For offline Adobe Photoshop is the best tool which I regularly use.
Note:Always remember that your image size should not be larger than the width of the post body.If your image is larger than the post body then the image will be hidden behind your widget or it may overlap with your widgets.By default it is recommended to keep the image size less than 580px.

2.Compress Images Before you Upload to Blogger:

Blog load time is one of the important factor.So to reduce the load time of the blog you have to upload images which are light weight.
If you upload any image to blogger by default blogger takes the original size of the image and it will have a huge impact on your blog load time.
So,first you have to compress images using Yahoo Smushit.
  • I always see that Yahoo Smushit goes down and takes alot of time for uploading and downloading.
  • The best alternate tool for smush.it is Puny.Png.I was using this tool since couple of weeks and has a great compression ratio.I personally feel this tool is far better than Yahoo Smushit.

3.Add Alt Title Tags for Images:

Alt Tag:If  your image goes down or becomes unavailable then the image space will be filled with this Alt Tag.
Title Tag:When you hover over a image.The keyword(s) appearing on the image is the Title Tag.
Alt Title tags play a very important role for better ranking of your images in Search Results.
After you upload a image to Blogger then go to HTML and Add A Alt and Title tag as follows.



You have to make the following changes to make it SEO friendly

 title=”ATB Slider” alt=”ATB Slider” border=”0″ height=”200″ src=”http://3.bp.blogspot.com/_So-xppeH7x0/TNbfFpWlWFI/ AAAAAAAAAj4/tzl_ZYIuES4/s200/ATBSlider.png” width=”200″ />
This is the manual method of adding Alt and Title tags.In my next post I will introduce a Script which automatically adds alt title tag for images.

4.Give proper names to Images:

I see most of them give image name as image1,image2 etc or 1,2,3 so on.But this is not the right way to optimize your images for better Search Engine Ranking.
You can see how the url of the image looks like.For example if you are explaining a post on Tiger and you will name it as image25.After uploading see the below link how your url looks like.
Now image25 and Tiger are no where similar and you dont get any result for this on Search Engines.
So you have to name your picture as Tiger instead of image25 for better Search Engine Optimization.See how the url looks like after you replace the name with Tiger.

5.Avoid Giving Spaces for Images and Pictures names:

For example if you are writing a post on Making Money Online and you want to show a image that resembles Making Money Online.
Now you will give name as Making Money Online.But it is recommended to avoid spaces because these spaces are generally replaced by %20 and doesn’t has any value when it comes to SEO.So, it is better to replace space with ‘-‘ or ‘+’.

Conclusion: 

Most of the bloggers ignore optimizing images.If you dont optimize images properly then it will effect your blog load time and search engine ranking.It is wise to optimize each and every aspect of your blog to stay away from penalties of Google ( like Panda and Penguin).

How To Download Torrent Files with IDM-New Trick Online

Posted by Raghavendra at 2:01 pm
 I found a new website similar to Torrific.com that helps you in downloading torrent files with IDM.
We all use Torrent to download various kinds of files like songs,movies,books,software’s and much more.The download speed of torrent depends on many factors like seeders,leeches,peers, Internet connection and much more.Sometimes you may face difficulty in downloading torrent files with less seeds which results in slow download.So here I got a trick to Download Torrent Files With IDM keep reading.

Advantages of downloading torrent files with IDM:

1.Internet Download Manager(IDM) is the best download manager and speeds up your overall download speed by 5 times.
2.Internet download manager speed doesn’t depend on seeders,leeches etc,it only depends on your Internet connection. So, you can download torrent files with IDM without any difficulty if you have good net connection.
4.If Torrent is blocked in your offices,schools,colleges etc then you can download torrent files with Internet download Manager(IDM) easily.
5.Downloading Torrent Files With IDM is really useful when you are downloading files with less seeds.

Steps To Download Torrent Files With IDM:

1.First go to Zbigz.com[Click Here].
2.Signup for a free account there.Get Premium account from here.
3.After the signup process is finished go to your torrent search engine and search for the file which you want to download with idm.


Older Posts Home
Powered by Blogger.

Search The Blog

  • HOME
  • ABOUT
  • PRIVACY POLICY
  • DISCLAIMER

Contact us using the below form

Name

Email *

Message *

ABOUT ALL TECH BUZZ

Alltechbuzz3.blogspot.in is a blog for Tech Geeks and Bloggers where we share fresh and updated information related to Internet, Social Media, Gadgets, Blogging, How-To Guides, Internet Marketing, SEO and much more related to Technology. You can check out about the admin of the blog here and check out our Sitemap.

QUICK NAVIGATION

  • HOME
  • ABOUT
  • DISCLAIMER
  • PRIVACY POLICY
Follow Me On Google+

"© Copyright 2014" Eleven 40 Blogger · All Rights Reserved · And Our Sitemap · All Logos & Trademark Belongs To Their Respective Owners·
Template Developed By Blogging Recipes.