IDM(Internet Download Manager) increases download speed 5x comparing to other download managers IDM will download files with Resume capability.internet download manager 6.18 is the fast download manager for lots of browsers. click here to download idm6.18. it is a trial version of idm it's working for 1 month after completion of trial pack use following link to download IDM 6.18 Serial keys.after completion of registration click here and follow the steps
Sunday, 22 December 2013
Thursday, 5 December 2013
21:02
No comments
To set up a digital signature automatically to emails you compose in Gmail
STEP 1:
Click the Settings gear button in your Gmail inbox toolbar.
Select Settings from the menu-bar that will have appeared.
STEP 3:
under that select General.
STEP 4:
Go to Signature under that select signature radio button
make sure the desired account is selected under Signature.
STEP 5:
Type your signature in that signature text field.
it allows you to add your signature and signature image.to add image select insert image button on formatting bar.It's best way to keep your Gmail signature to about five lines of text.
STEP 6:
Click Save Changes.
Gmail will now insert the signature automatically when you compose your message.
Wednesday, 4 December 2013
19:19
1 comment
Download Youtube videos without internet download manager.we can use two alternate ways
1)Keepvid.2)Youtube video downloader extension.
1)Keepvid:
www.keepvid.com is a website it runs with java application it generate video links in number of format
for your youtube video url.
you just cope your youtube video url and past in into keepvid.com. it generates video links click and download your recommended format.
2) Youtube video downloader extension:
Google chrome provide Youtube Video Downloader Extension to download youtube videos.in simple way this extension allows you to download a youtube video as your recommended format.if have installed youtube video downloader extension it displays download button under youtybe video player.
click here to install youtube video downloader.
(or)
For just follow up below steps
STEP 1:
Go to Google chrome setting.
STEP 2:
under that click Extensions---> Get more extensions and type youtube video downloader in search bar.
STEP 3:
select Youtube video downloader.
after completion of extension it shows Download button under youtube video
Tuesday, 3 December 2013
20:29
1 comment
some of web pages do not allow you to download their articles or tutorials. for this kind of websites Google chrome provide a simple Extension to download web page as PDF in single click here to install pdf extension.this convert your html webpage to pdf file.
this application will allow you to download any webpage as pdf.
Monday, 2 December 2013
20:44
No comments
if you wish to Switch back to your old classic look of facebook.
please follow the simple steps
Google chrome provide a application to get back your facebook
classic look.
STEP 1:
go to Google chrome web store and find user agent Switcher.
(click settings-->Extensions-->Get more extensions) (or) click here to get extension
STEP 2:
install user agent Switcher Extension.
STEP 3:
after successful completion of user agent Switcher Extension just click
application which appears on right top of google chrome.
please follow the simple steps
Google chrome provide a application to get back your facebook
classic look.
STEP 1:
go to Google chrome web store and find user agent Switcher.
(click settings-->Extensions-->Get more extensions) (or) click here to get extension
STEP 2:
install user agent Switcher Extension.
STEP 3:
after successful completion of user agent Switcher Extension just click
application which appears on right top of google chrome.
Sunday, 1 December 2013
21:33
1 comment
Deactivate all value added services in Vodafone is simplified.
Vodafone provides following value added services like caller tunes,music on call,news,Blyk etc...
Way to Deactivate Value added services in simple way
STEP 1:
send SMS "STOP" to 155223
(or)
STEP 2:
make a call to 155223 this call take you to deactivate all value added services.
Vodafone provides following value added services like caller tunes,music on call,news,Blyk etc...
Way to Deactivate Value added services in simple way
STEP 1:
send SMS "STOP" to 155223
(or)
STEP 2:
make a call to 155223 this call take you to deactivate all value added services.
Saturday, 30 November 2013
22:22
1 comment
Deactivate all value added services in Airtel is simplified.
Airtel provides following value added services like caller tunes,music on call,news,Blyk etc...
Way to Deactivate Value added services in simple way
STEP 1:
send SMS "STOP" to 155223
(or)
STEP 2:
make a call to 155223 this call take you to deactivate all value added services.
Airtel provides following value added services like caller tunes,music on call,news,Blyk etc...
Way to Deactivate Value added services in simple way
STEP 1:
send SMS "STOP" to 155223
(or)
STEP 2:
make a call to 155223 this call take you to deactivate all value added services.
Friday, 29 November 2013
20:25
No comments
Deactivate all value added services in Aircel is simplified.
Aircel provides following value added services like caller tunes,music on call,news,Blyk etc...
Way to Deactivate Value added services in simple way
STEP 1:
send SMS "STOP" to 155223
(or)
STEP 2:
make a call to 155223 this call take you to deactivate all value added services.
this is common process for all networks( aircel,bsnl,airtel,docomo,vodafone)
Aircel provides following value added services like caller tunes,music on call,news,Blyk etc...
Way to Deactivate Value added services in simple way
STEP 1:
send SMS "STOP" to 155223
(or)
STEP 2:
make a call to 155223 this call take you to deactivate all value added services.
this is common process for all networks( aircel,bsnl,airtel,docomo,vodafone)
Thursday, 28 November 2013
22:27
No comments
create WI-FI hotspot for sharing your internet connection with anyone without any hardware. connectify me is a free application software that provides a way to share your internet work without any external device.this application shares a net connection using wi-fi device.
click to download connectify-me
click to download connectify-me
Wednesday, 27 November 2013
22:20
No comments
Google Chrome allowed you to backup all of your bookmarks
Just follow the following steps to backup all of your bookmarks
1)open Google Chrome.
2)click Bookmarks tab in your Google Chrome .
3)then click Bookmark Manager.
4)click organize and select Export bookmarks to HTML file...
Just follow the following steps to backup all of your bookmarks
1)open Google Chrome.
2)click Bookmarks tab in your Google Chrome .
3)then click Bookmark Manager.
4)click organize and select Export bookmarks to HTML file...
Thursday, 14 November 2013
22:35
1 comment
<!DOCTYPE HTML>
<html>
<head>
<title>Returning a Value</title>
<script type="text/javascript">
function setBgColor(){
document.bgColor = prompt("Set Background Color:", "");
}
function getBgColor(){
return document.bgColor;
}
</script>
</head>
<body>
<form>
<input type="button" value="Set Background Color"
onclick="setBgColor();">
<input type="button" value="Get Background Color"
onclick="alert(getBgColor());">
</form>
</body>
</html>
<html>
<head>
<title>Returning a Value</title>
<script type="text/javascript">
function setBgColor(){
document.bgColor = prompt("Set Background Color:", "");
}
function getBgColor(){
return document.bgColor;
}
</script>
</head>
<body>
<form>
<input type="button" value="Set Background Color"
onclick="setBgColor();">
<input type="button" value="Get Background Color"
onclick="alert(getBgColor());">
</form>
</body>
</html>
Monday, 11 November 2013
22:14
1 comment
like Twitter and Facebook Google+ also gives opportunity to create a business pages to promote your business
for your organization or specific product or your webpage You will need a personal profile on Google+ to get started.
Now amgoing to take you Google+ page creation...
click hear to create a google+ Business page.
To create a page select category for your business.pick the right category related to your business or webpage.
Google+ offers you to the following default category's
1.You can choose from local business or place(it' for Hotels, restaurants, places, stores, services ...)
2.Product or Brand(for Apparel, cars, electronics, financial services ...)
3.Company, Institution or Organization(for Companies, organizations, institutions, non-profits ...)
4.Arts, Entertainment or Sports(for Movies, TV, music, books, sports, shows ...)
5.Other(for Use if your page doesn't fit in another category.)
Add Basic Information about your product or organization
If you have successfully selected the relavent category for your business from list, now you allowed to add basic information for
your product,business or website page at the Google+ add info page.
Then select the Google Plus user's your content is appropriate for, your Google+ content may be appropriate
for only “any Google Plus user,” “users 18 and older”(or) “users 21 and older” (or) content that is alcohol related.
Page Customization:
Google+ allows you to customizing your Google+ page by adding a profilecover and profilephoto.and also adding details about
organization or product or your web pages.your webpage links,contact details.
for your organization or specific product or your webpage You will need a personal profile on Google+ to get started.
Now amgoing to take you Google+ page creation...
click hear to create a google+ Business page.
To create a page select category for your business.pick the right category related to your business or webpage.
Google+ offers you to the following default category's
1.You can choose from local business or place(it' for Hotels, restaurants, places, stores, services ...)
2.Product or Brand(for Apparel, cars, electronics, financial services ...)
3.Company, Institution or Organization(for Companies, organizations, institutions, non-profits ...)
4.Arts, Entertainment or Sports(for Movies, TV, music, books, sports, shows ...)
5.Other(for Use if your page doesn't fit in another category.)
Add Basic Information about your product or organization
If you have successfully selected the relavent category for your business from list, now you allowed to add basic information for
your product,business or website page at the Google+ add info page.
Then select the Google Plus user's your content is appropriate for, your Google+ content may be appropriate
for only “any Google Plus user,” “users 18 and older”(or) “users 21 and older” (or) content that is alcohol related.
Page Customization:
Google+ allows you to customizing your Google+ page by adding a profilecover and profilephoto.and also adding details about
organization or product or your web pages.your webpage links,contact details.
16:22
No comments
if you don't know about meta tags and importance of adding meta tags to your
blog(or)website hear is the details on how to add meta tags to your blogs(or)websites.
keyword is must related to your blog or website content.
Meta tags are the tags which describes about your site and tells the search to the search engines
all things about your site or blog.adding meta tage is important factor for organic search engine optimization.
adding meta tages is important to SEO if you want to get more traffic from search engines Google,Bing,Yahoo,Msn...
Hear is the code you have to add
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
note(Many people are just filling the meta description with keywords. DON'T DO THAT)
Hear is the some example for meta tags
<META CONTENT='This is the page about latest mobile phones' NAME='description'/>
<META CONTENT='sony,xperia,android,samsung,nokia,iphone' NAME='keywords'/>
Keyword is separated with (,)
<meta content='this page provides efficient datas about new technologies and strong details about existing technologies this site provides details to developers and students' name='description'/>
<meta content='noindex' name='robots'/>
META DESCRIPTION HERE:Write your blog description
META KEYWORDS:Write the keywords of your blog
META AUTHOR NAME:Write the author's name
Add the above code just after this
press [CTRl+F] and find following code
<b:include data='blog' name='all-head-content'/>
blog(or)website hear is the details on how to add meta tags to your blogs(or)websites.
keyword is must related to your blog or website content.
Meta tags are the tags which describes about your site and tells the search to the search engines
all things about your site or blog.adding meta tage is important factor for organic search engine optimization.
adding meta tages is important to SEO if you want to get more traffic from search engines Google,Bing,Yahoo,Msn...
Hear is the code you have to add
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>
note(Many people are just filling the meta description with keywords. DON'T DO THAT)
Hear is the some example for meta tags
<META CONTENT='This is the page about latest mobile phones' NAME='description'/>
<META CONTENT='sony,xperia,android,samsung,nokia,iphone' NAME='keywords'/>
Keyword is separated with (,)
<meta content='this page provides efficient datas about new technologies and strong details about existing technologies this site provides details to developers and students' name='description'/>
<meta content='noindex' name='robots'/>
META DESCRIPTION HERE:Write your blog description
META KEYWORDS:Write the keywords of your blog
META AUTHOR NAME:Write the author's name
Add the above code just after this
press [CTRl+F] and find following code
<b:include data='blog' name='all-head-content'/>
Sunday, 10 November 2013
21:51
1 comment
Become a good blogger you must be aware with the some fact that Google changes its policies
after a short period.
that will be listed as follows....
SEO techniques on their blog to top search results. After each update, you can notice a change in website page ranking in search result. we will discuss about the Universal SEO Tips for Google that every blogger must know. This will be an beginner’s guide so that you can learn every aspect of white hat SEO from
starting.
Optimizing Blog for Search Engines:
Now am going to mention SEO tips which are same and work to improve blogger blog
search rankings in Google search and other search engine search results. There are lot of things that you need to learn but you will start with these basic tips because even they are basic but most effective too.
High Quality Content:
When you write post in your blog,make sure that you publish high quality content.
It should be rich-keyword with at most 3% of keyword density. and Also assure that you
only the publish original content in your blog. It should not be copied from any-other websites
otherwise Google or any other search engines will punish you for that and you lose your rankings in search results.
Post Titles:
you must focus keyword related title it improves your search result for your blog.
Optimize Images:
you must care about image optimization techniques for better SEO of your posts.
If possible try to insert an image related to topic of the post.and
image name should be related to post title.and also add alternet text to image.
Target Specific Keyword's:
you Always focus a single keyword's in your post. If you target more than one keyword in
single post then it will create a fuss in your article that confuses the search engines.
You will be penalized your over SEO or Black Hat SEO
Link to Old Posts:
When you write new post in your blog.and also add a link to related post's in your blog
it improves quality search result for your blog or website
Update Frequently:
If you started your blog, then make it your habit to regular update your blog very frequently in its early stages. Your posts will be appear higher in search engine results and your page search rank will increase.Always try to publish at least 2-3 articles daily. because regular updated blogs are much loved by Google search engine.
after a short period.
that will be listed as follows....
SEO techniques on their blog to top search results. After each update, you can notice a change in website page ranking in search result. we will discuss about the Universal SEO Tips for Google that every blogger must know. This will be an beginner’s guide so that you can learn every aspect of white hat SEO from
starting.
Optimizing Blog for Search Engines:
Now am going to mention SEO tips which are same and work to improve blogger blog
search rankings in Google search and other search engine search results. There are lot of things that you need to learn but you will start with these basic tips because even they are basic but most effective too.
High Quality Content:
When you write post in your blog,make sure that you publish high quality content.
It should be rich-keyword with at most 3% of keyword density. and Also assure that you
only the publish original content in your blog. It should not be copied from any-other websites
otherwise Google or any other search engines will punish you for that and you lose your rankings in search results.
Post Titles:
you must focus keyword related title it improves your search result for your blog.
Optimize Images:
you must care about image optimization techniques for better SEO of your posts.
If possible try to insert an image related to topic of the post.and
image name should be related to post title.and also add alternet text to image.
Target Specific Keyword's:
you Always focus a single keyword's in your post. If you target more than one keyword in
single post then it will create a fuss in your article that confuses the search engines.
You will be penalized your over SEO or Black Hat SEO
Link to Old Posts:
When you write new post in your blog.and also add a link to related post's in your blog
it improves quality search result for your blog or website
Update Frequently:
If you started your blog, then make it your habit to regular update your blog very frequently in its early stages. Your posts will be appear higher in search engine results and your page search rank will increase.Always try to publish at least 2-3 articles daily. because regular updated blogs are much loved by Google search engine.
Saturday, 9 November 2013
23:21
No comments
Google Analytics is a free Web analytics service offered by Google that generates detailed statistics about a website traffic and traffic resources and marketing purposes.
Google Analytics makes it easy for anyone managing their site to track and analyze this data.It's a powerful and free tool that can answer a variety of questions for wide range of users. Wondering which keywords resonate with visitors.and also important for Google Webmaster submission and sitemap access.
Start analysing your site traffic in just 3 steps
STEP 1:
Sign up for Google Analytics
STEP 2:
Google Analytics makes it easy for anyone managing their site to track and analyze this data.It's a powerful and free tool that can answer a variety of questions for wide range of users. Wondering which keywords resonate with visitors.and also important for Google Webmaster submission and sitemap access.
Start analysing your site traffic in just 3 steps
STEP 1:
Sign up for Google Analytics
you will get a tracking code to paste onto your site pages so that Google knows when your site is visited.
click Get Tracking ID button and then click accept Google terms and conditions button.
STEP 3:
Now your tracking code is generated. Copy and paste it into the website of every page that you want to track.
Copy and paste JavaScript code from Analytics and paste it just inside <head> tag in your page or template.
Adding this code will not affect the look of your site
STEP 4:
After you connect your site to Google Analytics, hit "View Report" on the initial screen
What you track in Google Analystics...
Visitors:Google Analystics shows many things about the people visit your site, including where
they're location, what language they are speaking, how often they visit your
site and what computers,operating system and browsers they use to get there.
Traffic Sources: Here you will find how people get into your site. You can track which
sites link to your page or keywords people search to find you.
Content: This tab gives you insight into specific pages on your site. It can help
answer questions about how people enter and exit your pages as well as which ones
are most popular.
Goals: If you are aiming for established objectives,reports in the Goals tab will be
helpful to you. Here you'll find data desired actions from users, including
downloads,page visits,registrations and purchases.
Thursday, 7 November 2013
15:15
No comments
The XML Sitemap is like a directory of all web pages
that exist on your webpage or blogger
submitting a sitemap to google make sure all your blog pages
are crawled and indexed in
Google search result.so,lets see how to submit a blogger
sitemap to Google webmaste tools...
1)login to webmaster tools...
click following link to login to google webmaster tools
2)click ADD A SITE botton to submit your blog(or)website to
webmaster tools…
3)add your website url at following window then click continue button .once you add the site
you need to verify it by adding meta tag to your blog
4) now click alternate methods at following window then
select HTML tags radio button. and copy
the following code.
Login to blogger click->Template->Edit HTML and paste
above code between <head></head>
tags.
And now click verify button on webmaster tool.
Now you’ve successfully verified your site on Google
webmaster tools…
5) next… lets add sitemap for your blog…
Now click your blog on webmaster tools…it shoes following
screenshot…then click sitemap tab from this window…
6)now click ADD/SITE SITEMAP button from following window…
And Now you type atom.xml (or)rss.xml both will work…
Click submit sitemap ….”DONE”
Wednesday, 6 November 2013
17:51
No comments
Search Engine Optimization Tricks For Your Website is the most important thing to bost traffic into your fashion blog or website.this article shows you how to use your keywords to organic search.SEO is the most important thing to learn best blogging Experience now we are going to discuss.
On Page Search Engine Optimization Tips For Blogspot
1)Custom Header Tags:
Custom robots header tag allow you to tell web crawlers not to index certain sections of your site.
How to Setup Custom Robots Header Tags?
STEP 1:
1)Log in to your blogger account.
STEP 2:
2)now click navigate to Setting >> Search Preferences.
STEP 3:
Now Click on EDIT under the Custom Robots Header Tag section and it shown in below image.
STEP 4:
and once you click the edit link you will see many options.
Simply tick on the options as shown in the below screenshot.
STEP 5:
and now click SAVE CHANGES button.
"you are done"
click here for
On Page Search Engine Optimization Tips For Blogspot
1)Custom Header Tags:
Custom robots header tag allow you to tell web crawlers not to index certain sections of your site.
How to Setup Custom Robots Header Tags?
STEP 1:
1)Log in to your blogger account.
STEP 2:
2)now click navigate to Setting >> Search Preferences.
STEP 3:
Now Click on EDIT under the Custom Robots Header Tag section and it shown in below image.
STEP 4:
and once you click the edit link you will see many options.
Simply tick on the options as shown in the below screenshot.
STEP 5:
and now click SAVE CHANGES button.
"you are done"
click here for
SEO page submission on Google, Yahoo & Bing!...
Tuesday, 5 November 2013
21:32
No comments
This article helps you to secure your source code in your website using Javascript .JavaScript (JS) is an interpreted programming language.As part of web browsers, implementations allow client-side scripts to interact with the user.following javascript code helps you to disable disable right click and print screen keys.
<script language=Javascript>
function clickIE() {
if (document.all) {
return false;
}
}
function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;
}
else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false")
</script>
you just copy and past this code below the <head>---tag.
Monday, 4 November 2013
21:35
No comments
Did you know about your Android phone...?
1. Restricted profiles
Google added multi-user profiles in the last iteration of Android and it seems the search engine giant wants to enhance that experience through restricted profiles. With the new feature, users can restrict app usage and content consumption on an Android device. So you'll be able to set profiles for each user of the device in case of multiple users. For instance, parents can control what apps or games their kids have access to on their tablets. However, it's worth pointing out that the new restricted feature is only available on Android tablets.
2. Bluetooth Smart Ready
Google seems to be making way for wearable technology by introducing the Bluetooth Smart Ready aspect of something in Android 4.3. Devices running Android 4.3 will now support low-energy Bluetooth Smart accessories like heart rate monitors, pedometers, thermometers and many others. Users can now sync the low energy devices without these affecting the battery usage of the device, as per Google. This feature was missing on Google's mobile operating system, till now. This would also make way for Android friendly wearable tech.
3. Dial-pad Autocomplete
Android 4.3 now adds the autocomplete feature in the dial-pad suggesting contact names or phone numbers when users start keying-in something. This is not a new feature as OEMs like Samsung and HTC had already introduced this feature on to their UI skins running on top of Android, but devices running stock Android were missing it. Users can initiate the feature by going to the app settings and enabling 'Dial Pad autocomplete'
4.Notification Access in android 4.3
Notification bar is the popular feature on Android and with Android 4.3 version, you can able to control and interact with the status bar notifications. This will allow users to control how notifications are pushed to the primary and connected devices(smart watches and fitness bands). Users will also be able to see all the notifications at one place.
5. OpenGL ES 3.0
If you are a gaming junkie, the new update will definitely excite you. This feature would let Android devices render high quality graphics in games and other apps. Google claims that Android 4.3 supports the new version of the industry standard for high performance graphics. Google also gave a demo of a game showing detailed textures, lens flare, and reflections. This was missing in Android 4.2.
6. Simplified Setup Wizard
Android Jelly Bean now supports corrections to user inputs while signing-in to the device, the first time. This is due to more streamlined user agreements. Now a user can change the information that was keyed-in during the first boot of the device. Google has also introduced faster user switching from the lock screen in case of multiple users.
7. Bluetooth AVRCP
Google devices running Android 4.3 Jelly Bean can sync with Bluetooth enabled car stereos and offer additional functionality. The Bluetooth AVRCP 1.3 version allows stereos to display metadata such as song names when music is being streamed from an Android 4.3 device.
8. Location accuracy features via Wi-Fi scan only mode
Google has now increased the location accuracy of Android devices by allowing location scanning via Wi-Fi.
It now allows apps to get location data through Wi-Fi even when Wi-Fi is set to off and not being used for data access.and also android 4.3 allows device to find wi-fi network without turn on wi-fi device.this specialty notify you to wi-fi networks without turn on wi-fi on your mobile.
9. Keyboard & input
Android 4.3 comes with an upgraded algorithm for tap-typing recognition that makes text input easier while chatting via messages or even while composing emails. It also brings a new emoji keyboard, which we've previously seen in iOS. The update also adds lower latency input for gamepad buttons and joysticks.
10.Hindi support lands on Android 4.3
Google has introduced native local language support to its operating system for Afrikaans, Amharic, Hindi, Swahili and Zulu. Hindi has finally reached the stock Android operating platform.
With the update, Google has also added support for Hebrew and Arabic (right-to-left) in the home screen, Settings, Phone, People, and Keep apps.
11.voice input...
There is a new offline voice typing engine,android gelly bean allows You to type with your voice even while you are offline. which will allow you to dictate text without the need of a connection to the internet. It will be launched only for US English at the beginning, but other languages will follow.
12.It will make your home screen look better...
The home screen has been modified. It looks the same but it now helps the user to keep things organized.
Now you can resize your widgets or move them around and everything on the screen will flow accordingly, keeping it all in order.
13.Lock Screen...
New Android 4.2 lets you place widgets on your device's lock screen to give you faster access to your calendar, Gmail, SMS messages, and even third party app widgets.
New Quickly launch Google Now by swiping up from the bottom edge of your secure lock screen.
New Easily access camera straight from your phone’s lock screen.
14.Face Unlock...
Face Unlock is now even faster and more accurate, with smoother startup and animation.
You can improve face matching accuracy by calibrating in different conditions and with different accessories (e.g. hat, glasses).
Face Unlock can now optionally require a blink to verify that a live person is unlocking the device rather than a photo.
Bonus - New Camera UI
Android 4.3 also offers a new updated Camera app that features a new arch based menu which makes it easier to control and switch camera settings.
1. Restricted profiles
Google added multi-user profiles in the last iteration of Android and it seems the search engine giant wants to enhance that experience through restricted profiles. With the new feature, users can restrict app usage and content consumption on an Android device. So you'll be able to set profiles for each user of the device in case of multiple users. For instance, parents can control what apps or games their kids have access to on their tablets. However, it's worth pointing out that the new restricted feature is only available on Android tablets.
2. Bluetooth Smart Ready
Google seems to be making way for wearable technology by introducing the Bluetooth Smart Ready aspect of something in Android 4.3. Devices running Android 4.3 will now support low-energy Bluetooth Smart accessories like heart rate monitors, pedometers, thermometers and many others. Users can now sync the low energy devices without these affecting the battery usage of the device, as per Google. This feature was missing on Google's mobile operating system, till now. This would also make way for Android friendly wearable tech.
3. Dial-pad Autocomplete
Android 4.3 now adds the autocomplete feature in the dial-pad suggesting contact names or phone numbers when users start keying-in something. This is not a new feature as OEMs like Samsung and HTC had already introduced this feature on to their UI skins running on top of Android, but devices running stock Android were missing it. Users can initiate the feature by going to the app settings and enabling 'Dial Pad autocomplete'
4.Notification Access in android 4.3
Notification bar is the popular feature on Android and with Android 4.3 version, you can able to control and interact with the status bar notifications. This will allow users to control how notifications are pushed to the primary and connected devices(smart watches and fitness bands). Users will also be able to see all the notifications at one place.
5. OpenGL ES 3.0
If you are a gaming junkie, the new update will definitely excite you. This feature would let Android devices render high quality graphics in games and other apps. Google claims that Android 4.3 supports the new version of the industry standard for high performance graphics. Google also gave a demo of a game showing detailed textures, lens flare, and reflections. This was missing in Android 4.2.
6. Simplified Setup Wizard
Android Jelly Bean now supports corrections to user inputs while signing-in to the device, the first time. This is due to more streamlined user agreements. Now a user can change the information that was keyed-in during the first boot of the device. Google has also introduced faster user switching from the lock screen in case of multiple users.
7. Bluetooth AVRCP
Google devices running Android 4.3 Jelly Bean can sync with Bluetooth enabled car stereos and offer additional functionality. The Bluetooth AVRCP 1.3 version allows stereos to display metadata such as song names when music is being streamed from an Android 4.3 device.
8. Location accuracy features via Wi-Fi scan only mode
Google has now increased the location accuracy of Android devices by allowing location scanning via Wi-Fi.
It now allows apps to get location data through Wi-Fi even when Wi-Fi is set to off and not being used for data access.and also android 4.3 allows device to find wi-fi network without turn on wi-fi device.this specialty notify you to wi-fi networks without turn on wi-fi on your mobile.
9. Keyboard & input
Android 4.3 comes with an upgraded algorithm for tap-typing recognition that makes text input easier while chatting via messages or even while composing emails. It also brings a new emoji keyboard, which we've previously seen in iOS. The update also adds lower latency input for gamepad buttons and joysticks.
10.Hindi support lands on Android 4.3
Google has introduced native local language support to its operating system for Afrikaans, Amharic, Hindi, Swahili and Zulu. Hindi has finally reached the stock Android operating platform.
With the update, Google has also added support for Hebrew and Arabic (right-to-left) in the home screen, Settings, Phone, People, and Keep apps.
11.voice input...
There is a new offline voice typing engine,android gelly bean allows You to type with your voice even while you are offline. which will allow you to dictate text without the need of a connection to the internet. It will be launched only for US English at the beginning, but other languages will follow.
12.It will make your home screen look better...
The home screen has been modified. It looks the same but it now helps the user to keep things organized.
Now you can resize your widgets or move them around and everything on the screen will flow accordingly, keeping it all in order.
13.Lock Screen...
New Android 4.2 lets you place widgets on your device's lock screen to give you faster access to your calendar, Gmail, SMS messages, and even third party app widgets.
New Quickly launch Google Now by swiping up from the bottom edge of your secure lock screen.
New Easily access camera straight from your phone’s lock screen.
14.Face Unlock...
Face Unlock is now even faster and more accurate, with smoother startup and animation.
You can improve face matching accuracy by calibrating in different conditions and with different accessories (e.g. hat, glasses).
Face Unlock can now optionally require a blink to verify that a live person is unlocking the device rather than a photo.
Bonus - New Camera UI
Android 4.3 also offers a new updated Camera app that features a new arch based menu which makes it easier to control and switch camera settings.
14:27
No comments
Password Vulnerability in All Browser
Step 1 - Open any browser and open any website like facebook.com
Step 2 - Give your credentials (Username and Password)
Step 3 - Now right click on password pane where you input your password than choose last option > Inspect Element.
Step 4 - Now you got the Element console and automatically one line is selected, where you can see
<input type="password" class="inputtext" and so on.
Step 5 - You just simply click on input type= "password" and rename or replace it with word
input type="text" (without quotes) and press Enter key.
Step 6 - Now you got the password , keep enjoying....
Step 1 - Open any browser and open any website like facebook.com
Step 2 - Give your credentials (Username and Password)
Step 3 - Now right click on password pane where you input your password than choose last option > Inspect Element.
Step 4 - Now you got the Element console and automatically one line is selected, where you can see
<input type="password" class="inputtext" and so on.
Step 5 - You just simply click on input type= "password" and rename or replace it with word
input type="text" (without quotes) and press Enter key.
Step 6 - Now you got the password , keep enjoying....
13:31
No comments
This time we bring you the best way to unlock any WiFi networks.
1)Go to Start. In the search box, type in "cmd". If your Start menu has the Run command, click Run and type "cmd" in the field.
2)Type"ipconfig" using the cursor.
3)Hit Enter. On your screen, you will see a series of names and numbers. Look for the line that says Default Gateway. Write down the number that you see next to Default Gateway
4)Navigate to Google or another search engine. In the address bar, type in the number that you just wrote down.
6)Go to the Wireless tab on the website that pops up. If you scroll down, you should find something called password. Write down your password and put it in a safe place in case you forget it again.
1)Go to Start. In the search box, type in "cmd". If your Start menu has the Run command, click Run and type "cmd" in the field.
2)Type"ipconfig" using the cursor.
3)Hit Enter. On your screen, you will see a series of names and numbers. Look for the line that says Default Gateway. Write down the number that you see next to Default Gateway
4)Navigate to Google or another search engine. In the address bar, type in the number that you just wrote down.
HACK WIFI PASSWORD USING CMD
5)Hit Enter. You will see another screen that has fields to enter your username and password. The username is "admin", and the password is either "admin" or "1234".Enter that information into the appropriate fields. Click the "Log In" button.6)Go to the Wireless tab on the website that pops up. If you scroll down, you should find something called password. Write down your password and put it in a safe place in case you forget it again.
Sunday, 3 November 2013
14:14
No comments
+[UNLOCK AIRTEL 3G Dongle]
This can also to used to unlock any Data card like Idea net setter,Aircel dongles permanently Follow these simple steps to unlock your wireless USB modem
1.Download Universal master code generator from the link below. Universal master code is used to
calculate the unlock and Flash codes for Huawei E-173.
download universal mastercode.exe
2.Now plugin your data card and run the software.Now enter the IMEI number which you can note down
form your device.
3.Click on the Calculate button.Now the Unlock code and the Flash code will be calculated.
4. Now download and install Huawei E-173 Firmware from the link below
Huawei Firmware
.
5.open Huawei E-173 Firmware.It will automatically detect the device.now update the device(do not remove the device while updating)
6.If any code is asked enter the flash code previously generated from the universal master code generator.
7.Now download the Huawei Mobile partner Software from here.
Mobile partner.exe
8.Now insert a different Sim like Aircel or Idea or Airtel (Different form the Data card provider)
9 .Now create a new profile by navigating to Tools>>Options>>Profile Management.
10.Now enter the APN and save the profile and click on the connect button.
This can also to used to unlock any Data card like Idea net setter,Aircel dongles permanently Follow these simple steps to unlock your wireless USB modem
1.Download Universal master code generator from the link below. Universal master code is used to
calculate the unlock and Flash codes for Huawei E-173.
download universal mastercode.exe
2.Now plugin your data card and run the software.Now enter the IMEI number which you can note down
form your device.
3.Click on the Calculate button.Now the Unlock code and the Flash code will be calculated.
4. Now download and install Huawei E-173 Firmware from the link below
Huawei Firmware
.
5.open Huawei E-173 Firmware.It will automatically detect the device.now update the device(do not remove the device while updating)
6.If any code is asked enter the flash code previously generated from the universal master code generator.
7.Now download the Huawei Mobile partner Software from here.
Mobile partner.exe
8.Now insert a different Sim like Aircel or Idea or Airtel (Different form the Data card provider)
9 .Now create a new profile by navigating to Tools>>Options>>Profile Management.
10.Now enter the APN and save the profile and click on the connect button.
Saturday, 2 November 2013
09:16
No comments
Here is the coolest way to use any sim card in your Blocked Modem.
Suppose if you have bought Aircel Modem 1750 and not satisfied with there service but
you can't any other Sim Card in there Huwaei 1750E Modem because they blocked the firmware with Particular
sim card and if you want to change/Update your Firmware or any kind of Unlocking will effect on your Modem's Warranty.
Well don't wary about your Modem warranty or any Damage because i have tested this methods with couple of modems.
its 100% working without updating your firmware or Without loosing your Warranty.
How to Use Any SIM in Blocked Modem Without Unlocking:
1. Download & Install Latest Nokia PC Suit
2. Insert any SIM card in your Modem and Pluin into your PC
3. Modem will show an error- "INVALID SIM CARD"
4. Don't Wary Close your Modem's Software/Client
5. Run Nokia PC Suit
6. Click on Internet Option
7. Select your Modem as Phone Modem
8. Now Connect it will Connected Surely
Subscribe to:
Posts (Atom)