Wednesday, 24 October 2018

Edit Websites in Browser (Live)

                                        Edit Websites in Browser (Live)

Imagine a world where you are a God and have ultimate control on what happens and more importantly, how it happens. Seems too good a dream. Now it has come true, at least for the online world.

JavaScript tricks
Using this trick, you will be able to edit any webpage live in your browser as if it was a Wiki and change the details according to your wish. Yes, you read that right. You can edit Google or even Facebook for that matter right in your browser and that too without requiring any technical know-how or getting deep into hacking and cracking.

Here is an example picture demonstrating the Google Homepage edited by me to say that I own Google.
Edit Websites Browser

This is just an example. You can use it for anything like showing wrong traffic stats or for fooling people by showing that someone said something about them on Facebook or Twitter. It depends only on your creativity. But I would advise you to stay ethical and use it for entertainment purposes only.

(Mozilla Firefox does not support this. If you use Firefox, you can use the bookmarklets given at the end of this post. If you use Google Chrome and the code does not seem to work, precede it with "javascript:" without quotes.)

To use this trick, all you need to do is just copy the code given below and paste it in your address bar after you have opened the website you wish to edit. And start editing.

javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200
You can capture a screenshot by pressing the Print Screen key or by using the Snipping Tool if you use newer versions of Windows(Windows 7 and higher). If you wish to again make the website non-editable to give a more authentic look, copy and paste the code given below in the address bar after you are done editing (does not work in Firefox).

javascript:document.body.contentEditable%20=%20'false';%20document.designMode='off';%20void%200

Or, alternatively you can use the following bookmarklets by dragging them to your Bookmarks bar.

1.  Edit this Website

2.  Done Editing

The editing that you do will however be temporary as it is not server-sided. You can also save the modified website through your browser by File>Save. This works on all common web browsers including Google Chrome, Firefox, Opera, Microsoft Edge and Internet Explorer.

Sunday, 26 August 2018

Make your Computer Welcome You

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome. 

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-

  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
     3.  Replace Username with your own name
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
     5.  Copy the saved file. 
     6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 10, Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it. If you have trouble locating the startup folder, press Windows key+R and type shell:startup in the Run dialog box and press Enter. The startup folder will open.
     7.  Paste the file.



 Make your Computer Welcome you at startup

Now when the next time you start your computer, Windows will welcome you in its own computerized voice. 

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Sounds and Audio Devices.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.
Change Sound Scheme to No Sounds

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Cool Keyboard Tricks (Windows) : Make a Disco

Cool Keyboard Tricks (Windows) : Make a Disco

Keyboards usually have small LEDs which indicate whether different types of locks are activated or not. Here is a trick to use the lights of your keyboard in a more creative manner in Windows.

This trick uses a simple Visual Basic Script which when activated makes your Scroll lock, Caps lock and Num lock LEDs flash in a cool rhythmic way which gives the perception of a live disco on your keyboard.

Keyboard tricks

To make your own live disco, follow the steps given below:-

1. Open Notepad.
2. Copy paste the exact code given below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".


Cool Keyboard Tricks

Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.

This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.

Notepad Tricks: Cool Notepad tricks for Windows

Notepad Tricks: Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Notepad tricks
Matrix Falling Code Effect - Notepad Trick

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop
Send this file to your friends as an email attachment to see the fun.


Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista and Windows XP.

Windows 7 Tips, Tricks and Shortcuts to Increase Productivity

Windows 7 Tips, Tricks and Shortcuts to Increase Productivity

Windows 7 is not a new operating system, but it is new to many users. Windows 7 has several interesting new features that make this OS better than previous Windows versions. These tips for Windows 7 may not make you an expert, but they should make your experience with Windows 7 much more fun and productive.

Shake it up 

Windows Aero Shake in 7
Windows 7's "shake" feature allows you to minimize all the windows on your desktop in only one step, leaving only the window you are working in. This is great if you often run multiple programs at once.
To use this feature, click and hold the title bar of the window you want to keep maximized. At the same time, use your mouse to shake it back and forth quickly. All the other windows will then minimize to the taskbar. If you want to get those windows back, just click on the tile bar and shake it again.

You don’t have to "shake" to do this. If you want to make this feature less fun, you can press the Windows Key and Home Key simultaneously.
  
Customize your taskbar

You can rearrange your taskbar buttons quite easily. You just drag an icon to where you want it to be. You can drag in icons from applications, the start menu, the desktop and pretty much anywhere else you can find them and “pin” them to the taskbar. If you get sick of an icon you can right click on them and “unpin” them.

Windows 7 taskbar tips

Use XP mode

There are lots of folks with old, yet important, software that isn’t compatible with this newer operating system. Thankfully, Windows 7 comes with “XP Mode,” which is essentially a virtual copy of this old OS that you can run on your desktop. This won’t work for all Windows 7 users however; only those with hardware virtualization built-in to their systems (and turned on) can use this feature.

Windows 7 XP Mode Tips

Shortcuts!!!!
This is probably one of the most exciting new features for power users. If you are not a power user, you could turn into one soon with shortcuts. These are just some of the new shortcuts that can make your experience better and more productive with Windows 7:

- In Windows Explorer, you can bring up a preview pane on the right side of a window with ALT + P
- You can automatically open a new Explorer menu to show your libraries folder with Windows + E
- You can cycle through all open programs with the Taskbar’s peek menu by using Windows + T
- The Magnifier lets you zoom in or out on your entire desktop or even just a part of your screen. This feature only works when Aero desktop is enabled. You can activate the Magnifier by pressing Windows + (plus key)or Windows + (minus key)
- If a window is not maximized, you can fill your screen with it by pressing Windows + UP
- You can minimize an active window by pressing Windows + Down

Windows 7 shortcuts

Conclusion
These are just some tips for Windows 7. There are plenty more new features and shortcuts to explore. Hopefully these tips will make you more productive and let you have more fun with Microsoft’s most current operating system.

How to Fix a Slow Windows 7 Computer

How to Fix a Slow Windows 7 Computer

Most people love using Windows 7. That’s because it’s by far the nicest and the most productive Microsoft operating system to date. But there can still be glitches, errors, and lags. The good thing about Windows 7 is that it has lots of tools to troubleshoot and repair a slow computer. Here is a guide to where to find them and how to use them.

1. Problem Steps Recorder

fix slow computer windows 7
Problem Steps Recorder is a great solution to get a detailed description of the problem, so that you can either review the report yourself or send it to a tech support team. Basically, this tool records everything happening on the computer that needs troubleshooting. It records all mouse clicks and everything that is pressed on the keyboard, takes screenshots, and then saves the report as a zipped MHTML file. This file can be easily emailed and analyzed. To enable Problem Steps Recorder, click on Start, type PSR and hit Enter. Then click on Start Record. To save a report, just stop recording your computer activity.

2. Troubleshoot problems

If something in Windows 7 starts behaving in a weird way and you have no idea why, go to the Control Panel, locate the “Find and fix problems” (Troubleshooting) option and you’ll be able to access the Windows 7 troubleshooting tools. They are easy-to-use wizards and can fix common problems, clean your system, check your settings, and lots more. 

3. Discover bottlenecks

Under normal circumstances, Windows 7 easily outperforms Vista and XP. Nevertheless, your computer can still seem too slow from time to time. Most likely it’s an application or a process that’s slowing you down. Windows 7 makes it really easy to find bottlenecks with the help of Resource Monitor. Just click on Start, type RESMON and hit Enter to launch the tool. When it opens, click on the CPU, Memory, Disk and Network tabs to see which processes are hogging your system and using up your bandwidth. When you find the process that’s holding you back, you’ll be able to try to fix it right from the Resource Monitor. For example, if a process is locked up, right-click on it and select Analyze to see where the problem lies.

4. Repair your computer

If something goes seriously wrong and Windows 7 fails to start, it might be possible to repair your computer without the installation CD. Just boot your PC and press F8 during startup. You should see an option called Repair Your Computer. Select it and press Enter to see the recovery options Windows 7 has to offer.
These Windows 7 tools will help you troubleshoot and fix a slow computer in a quick and easy way. To prevent your computer from slowing down, use maintenance utilities like disk cleanup and defrag to keep your PC in top shape.

Also readTips to speed up a slow Windows computer

Get Missing Album Art In iTunes Automatically

Get Missing Album Art In iTunes Automatically

One of the disadvantages many of us who had MP3 collections before the trend of iTunes and Amazon MP3 is that many of the files lack album art. It’s annoying to browse through CoverFlow and see half your library with pretty pictures and the other half with a generic icon. Here’s a step-by-step guide to make iTunes search for album art for you.

iTunes Album Art
Find Missing Album Art Automatically in iTunes

1. If you haven’t already, download and install iTunes from Apple’s site.

2. During the initial set up, iTunes will encourage you to create an account. While you don’t have to make an account to use the application, you do need an account to search for album art. Creating an account is easy, free and only requires an active email address.

3. Wait for the initial set up to finish and import your music library. While this happens, ensure that you are logged in by clicking on the “Store” tab and seeing if it asks you to log in. If so, then you’ll need to enter your email and password. If not, you’re already logged in and can move on to the next step.

4. Once all of your music library has been entered into iTunes, click on the Music tab.

5. On the information directory, at the top of the application, click the tab that says “Advanced”

6. In the “Advanced” dialog box, click “Get Album Art Work”

7. The status bar will change to “Getting Album Artwork”. This may take a while depending on the size of your library.

8. After a little while, the status should change to “Downloading Album Artwork” . This again may take a while depending on your music library.

9. Change your view to “Cover Flow” and you will see all or most of the albums missing art work now have some.

This tutorial will work on devices running Windows and/ or Macintosh.

Monday, 23 July 2018

Watch ASCII Star Wars in Windows XP, Vista, 7, 8 & 10

Watch ASCII Star Wars in Windows XP, Vista, 7, 8 & 10

Every one of us has watched Star Wars on television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ASCII (American Standard Code for Information Interchange) version of Star Wars and that too in Windows using telnet? A network protocol known only to computer wizards. Well if you have not, then you must do it now!

There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in the Windowsoperating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.

A Picture showing Star Wars in command prompt

To watch it on Windows XP, Mac OS X and Linux
  1. Go to Start, Run. (Only for Windows users)
  2. Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

On Windows 10, Windows 8, Windows 8.1, Windows 7 and Windows Vista

Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
  1. Go to Start, Search in Windows Vista and Windows 7 and Windows 10. On Windows 8 and Windows 8.1, open the main Start page.
  2. Type telnet and press Enter.
  3. In the following command prompt window, type "o" without quotes and press Enter.
  4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

A command prompt window like the one in the image will open with the movie being played in it. See the movie yourself. Did you enjoy watching this new version of Star Wars? Well, I did and know it for sure that you would have too.

Thursday, 12 July 2018

How to Add the Facebook "Like" Button to Blogger or WordPress

How to Add the Facebook "Like" Button to Blogger or WordPress

Facebook is currently the largest social media network on the Internet. Odds are your readers have a profile and can immediately start sharing your content with their friends and family. So, how can you get your readers to sing your praises without begging them to do so? Simple. Install the Facebook “Like” button on your blog.

When visitors to your blog click the "Like" button on your post, they share your content on their Facebook wall—instant advertising. You want more readers, more site traffic, and more exposure? This is a great way to do it.

Facebook Like Button

Thankfully, Facebook has made adding the "Like" button to a webpage incredibly user friendly. You don’t need to be coding guru to install this!

For Blogger Users

  1. Open your blog's dashboard.
  2. Click on Template.
  3. Click on Edit HTML.
  4. Click on Proceed when a warning telling you that "Directly editing HTML may affect the way some features work and is only recommended for advanced users." is displayed.
  5. Check Expand Widget Templates.
  6. Find this code using your browser's find function "<div class='post-body entry-content'>"
  7. Copy and paste the code given below right after it.
  8. <b:if cond='data:blog.pageType == &quot;item&quot;'><iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=standard&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=light&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:40px;'/></b:if>
  9. Click on Save Template.

Facebook Like
For WordPress

The three ways to add the Facebook “Like” button to your blog are:
1. Going directly to Facebook
2. Using a plugin
3. Manual coding

Going Directly to Facebook

Facebook has its own tool for creating a Like button using Extended Facebook Markup Language (XFBML). The Like button creation page can be found at Facebook's Developers page.

Benefits:
  1. XFBML was developed to work specifically with Facebook so it has some great bells and whistles, including real-time reports on when users click the Like button and providing users with the ability to add comments when clicking the button.
  2. The knowledge that your code will be correct.

Using a WordPress Plugin

WordPress Plugins are strings of code that have been created to expand the functionality of the software application. You can choose from hundreds of different WordPress plugins to add a Facebook Like button to your blog. The best approach is to review the documentation and user ratings of a plugin before adding it to your blog. However, keep in mind that a 3rd party plugin may limit the customization you can apply to the appearance and location of the Like button on your site. One such plugin can be found here.

Facebook Like WordPress Plugin

Benefits:
  1. Don’t have to deal with code at all.
  2. Depending on the plugin you choose, the Like button could be bundled with a number of other social buttons, minimizing the amount of time and effort you have to put into tracking down buttons for each service you want to connect to.

Manual Coding

If you have experience with PHP code editing, you can manually add the Facebook Like button to your WordPress blog. If you don’t know how to enter code but would like to learn how, WPBeginner has an excellent tutorial.

Benefits:
Offers the most control and customization of how buttons/social information displays.

All bloggers should consider installing the Facebook Like button on their blog. It doesn’t take any longer than 20 minutes to install, and it provides a quick and easy way for your readers to share your content.

Facebook's Recent Updates: Trying to fight off Google Plus

Gone are the days that Facebook was only available to college students. More and more people are joining daily and it seems the average age range is spanning in both directions. Users are now creating profiles at younger and older ages than ever before. So when it comes to social media, Facebook is king right? Well they are sure putting up one heck of a fight to stay on top.


Facebook vs Google Plus

Most recently, Google Plus had come along the social network scene giving Facebook a run for its money. What seems to attract many people to Google Plus is that it's the “shiny new toy,” so to speak and it seems to be more simplistic, and perhaps more intuitive, in its layout. As a result of these factors, Google Plus appears to be drawing in more users than other social media networks and really, should we be surprised? It seems Google has got a handle on doing a thing or two right when it comes to gaining a following.

So is this the beginning of the end for Facebook? Will it be similar to what Facebook did to MySpace?

Well, Facebook has been noticing this brand new social network rising up from the shadows, and as its result, it seems to be stepping up its game by creating some recent updates that will possibly fight back against its social media rival. Get ready ladies and gentlemen, the boxing gloves are on.

Google Plus Facebook Like

One of the most notable recent Facebook updates planned is the addition of an online video chat feature by adding the Skype Online Chat client function. While Google Plus also has this feature with multiple people chatting in one conference, Facebook plans to allow only two people converse in a video chat. Is this a strength or a weakness? It’s likely that time will tell when the results begin filling in. Many people are hoping that Facebook will raise the cap amount to more than two people in a single conference. While it hasn't been announced that Facebook is planning to raise the amount anytime soon, I guess only time will tell.

Another recent update is that Facebook has also added another new feature called Group Chat.

With the Group Chat feature, users can send a private message to as many friends or family that they want to communicate in a group without either starting up a new message for each friend or family member or even having to sign into Facebook's Instant Message feature. The Group feature is also great for starting up meeting appointments and many other tasks. This brand new feature has become a very popular and most used accessory in this social media platform to many.

Google Plus
These two updates seem to be the only real effective and recent updates that Facebook has announced, but as each day passes, it appears that Google Plus is beginning to dominate the competition altogether.

While Google Plus is slowly planning on adding new features in the possible future, who knows how the war between Facebook and Google Plus will really go down. But then again, don’t we all appreciate seeing an epic battle every now and again.

Facebook's Recent Updates: Trying to fight off Google Plus

Gone are the days that Facebook was only available to college students. More and more people are joining daily and it seems the average age range is spanning in both directions. Users are now creating profiles at younger and older ages than ever before. So when it comes to social media, Facebook is king right? Well they are sure putting up one heck of a fight to stay on top.


Facebook vs Google Plus

Most recently, Google Plus had come along the social network scene giving Facebook a run for its money. What seems to attract many people to Google Plus is that it's the “shiny new toy,” so to speak and it seems to be more simplistic, and perhaps more intuitive, in its layout. As a result of these factors, Google Plus appears to be drawing in more users than other social media networks and really, should we be surprised? It seems Google has got a handle on doing a thing or two right when it comes to gaining a following.

So is this the beginning of the end for Facebook? Will it be similar to what Facebook did to MySpace?

Well, Facebook has been noticing this brand new social network rising up from the shadows, and as its result, it seems to be stepping up its game by creating some recent updates that will possibly fight back against its social media rival. Get ready ladies and gentlemen, the boxing gloves are on.

Google Plus Facebook Like

One of the most notable recent Facebook updates planned is the addition of an online video chat feature by adding the Skype Online Chat client function. While Google Plus also has this feature with multiple people chatting in one conference, Facebook plans to allow only two people converse in a video chat. Is this a strength or a weakness? It’s likely that time will tell when the results begin filling in. Many people are hoping that Facebook will raise the cap amount to more than two people in a single conference. While it hasn't been announced that Facebook is planning to raise the amount anytime soon, I guess only time will tell.

Another recent update is that Facebook has also added another new feature called Group Chat.

With the Group Chat feature, users can send a private message to as many friends or family that they want to communicate in a group without either starting up a new message for each friend or family member or even having to sign into Facebook's Instant Message feature. The Group feature is also great for starting up meeting appointments and many other tasks. This brand new feature has become a very popular and most used accessory in this social media platform to many.

Google Plus
These two updates seem to be the only real effective and recent updates that Facebook has announced, but as each day passes, it appears that Google Plus is beginning to dominate the competition altogether.

While Google Plus is slowly planning on adding new features in the possible future, who knows how the war between Facebook and Google Plus will really go down. But then again, don’t we all appreciate seeing an epic battle every now and again.

Facebook's Recent Updates: Trying to fight off Google Plus

Gone are the days that Facebook was only available to college students. More and more people are joining daily and it seems the average age range is spanning in both directions. Users are now creating profiles at younger and older ages than ever before. So when it comes to social media, Facebook is king right? Well they are sure putting up one heck of a fight to stay on top.


Facebook vs Google Plus

Most recently, Google Plus had come along the social network scene giving Facebook a run for its money. What seems to attract many people to Google Plus is that it's the “shiny new toy,” so to speak and it seems to be more simplistic, and perhaps more intuitive, in its layout. As a result of these factors, Google Plus appears to be drawing in more users than other social media networks and really, should we be surprised? It seems Google has got a handle on doing a thing or two right when it comes to gaining a following.

So is this the beginning of the end for Facebook? Will it be similar to what Facebook did to MySpace?

Well, Facebook has been noticing this brand new social network rising up from the shadows, and as its result, it seems to be stepping up its game by creating some recent updates that will possibly fight back against its social media rival. Get ready ladies and gentlemen, the boxing gloves are on.

Google Plus Facebook Like

One of the most notable recent Facebook updates planned is the addition of an online video chat feature by adding the Skype Online Chat client function. While Google Plus also has this feature with multiple people chatting in one conference, Facebook plans to allow only two people converse in a video chat. Is this a strength or a weakness? It’s likely that time will tell when the results begin filling in. Many people are hoping that Facebook will raise the cap amount to more than two people in a single conference. While it hasn't been announced that Facebook is planning to raise the amount anytime soon, I guess only time will tell.

Another recent update is that Facebook has also added another new feature called Group Chat.

With the Group Chat feature, users can send a private message to as many friends or family that they want to communicate in a group without either starting up a new message for each friend or family member or even having to sign into Facebook's Instant Message feature. The Group feature is also great for starting up meeting appointments and many other tasks. This brand new feature has become a very popular and most used accessory in this social media platform to many.

Google Plus
These two updates seem to be the only real effective and recent updates that Facebook has announced, but as each day passes, it appears that Google Plus is beginning to dominate the competition altogether.

While Google Plus is slowly planning on adding new features in the possible future, who knows how the war between Facebook and Google Plus will really go down. But then again, don’t we all appreciate seeing an epic battle every now and again.

Edit Websites in Browser (Live)

                                        Edit Websites in Browser (Live) Imagine a world where you are a God and have ultimate control ...

ALL POST