Thursday, May 1, 2014

// // Leave a Comment

How To Disable Metro UI in Windows 8

The metro style UI is the new breakthrough user interface that Microsoft has offered along with its new Windows 8 operating system but sadly it has not come up to everyone’s liking. Removing it will render the new OS unstable and rather unusable. So here I outline some ways to remove this new add on without permanently scarring the system. All the methods outlined below are totally reversible.

It is important to know that the following methods men changing registry values and in doing so you can bring harm to the system if you make a mistake. Windows 8 is still in a preview only mode, not even in the public beta. Primarily this is a version to get the developers familiar with the new environment and give them an idea on what to expect.

Here are my previous articles on Windows 8 Screen:

One who has already used Windows 8 knows that if you exit the new Metro UI, a classical windows 7 interface lurks beneath it. The main difference being that now the start button launches the Metro UI instead of the start menu. Following this tutorial will let you configure the start button to disable the metro UI and to call upon once more the classic windows 7 style start menu. You may revert back any time by reversing the process. Here is how you can get the classic menu:

Steps To Disable Metro UI in Windows 8



  1. First, press the Start + R buttons, to open the Run menu.
  2. In the Run window, type “regedit” and hit Enter.
  3. Now scroll on the top of the list and double click on “HKEY_LOCAL_MACHINE”. This will expand the folder.
  4. Do the same for “SOFTWARE “.
  5. In the list, search for “Microsoft” and open it.
  6. Now using the same procedure, navigate to Windows->CurrentVersion->Explorer and some registry entries will appear in the right side of the screen.
  7. Click on the one called “RPenabled” and change its value from “1″ to “0″.

This will cause the metro UI to be replaced with a familiar looking Windows 7 start menu. To revert this all you need to do it to change the value of RPenabled back to 1.



If this seems too hard one can always download a program called start menu selector available from DeviantArt that is a portable utility to switch between these two menus with the click of a button. This software basically just does the same steps detailed above.

Simply download the program from the website, extracts the folders contents and click the executable. This also adds a quicker option for switching between menus when you right click anywhere on the desktop. To ensure that it gets the job done make sure that you use it with admin privelages.
Read More
// // Leave a Comment

Change Windows 8 Logon Screen Background Image

Windows 8 comes with a background image of a subtle green shade. But as it stands not every user might like this same image to be seen each and every time they log into any windows 8 computers. To truly customize your machine beyond the masses you have too at least set a custom background image for Windows 8 logon screen and Windows 8 Metro start screen background.


The windows 8 green pixelated image is pretty cool but surely one would get bored of it after using the system for a couple of weeks. Your family picture, your pet, your favorite music band are a few options.

To truly change your boring old Windows 8 Metro screen background, give Windows 8 Start Tweaker a try. It’s a portable utility that can be used to change your Windows 8 start screen and also choose as the color of your choice for the Windows 8 logon screen.

Change Windows 8 Logon Screen



To do this you just have to extract the small program and run it as administrator and browse to the location of the image you wish to use. Note that the program has Chinese as the default language and to use it in English you will have to select the US flag option.


When you have chosen the custom image of your choice for your Windows 8 Metro background and the color of choice for your Windows 8 logon screen, simply log out and back in to see the effective changes.



If you do not like the new Metro UI then there is always the option to revert back to the older Windows 7 start menu interface. Untill the release of a stable version of the new OS I recommend using the classic windows style for important work and dwelling on the new look only in spare time.

To ensure the best fit of the custom background image make sure that the image you use is twice the current resolution of your screen. This will make sure that the image fills the whole background and not just a part of it.
Read More
// // Leave a Comment

Display Google Feed Subscriber Count In Text

 if you’ve recently migrated your feed from Feedburner to Google Feed, you’ll noticed those codes will no longer work. Here’s the workarounds, for those who wanted to display Google Feed subscriber count in text for better styling.


Previous Code For Feedburner…

This code will only work if you intend to display Feedburner feed count in text, but for those who are already on Google Feed, some changes are required.

//get cool feedburner count
$whaturl="http://api.feedburner.com/awareness/1.0/GetFeedData?uri=feedburner-id";
 
//Initialize the Curl session
$ch = curl_init();
 
//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
 
//Set the URL
curl_setopt($ch, CURLOPT_URL, $whaturl);
 
//Execute the fetch
$data = curl_exec($ch);
 
//Close the connection
curl_close($ch);
$xml = new SimpleXMLElement($data);
$fb = $xml->feed->entry['circulation'];
//end get cool feedburner count  

The Solution

Replace line:2 from:

//get cool feedburner count
$whaturl="http://api.feedburner.com/awareness/1.0/GetFeedData?uri=feedburner-id";  
to the following:

//get cool feedburner count
$whaturl="https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id";   

The Complete Code

Here’s the complete set of code to display Google Feed subscriber count in text. Remember to replace feedburner-id (line:2) with your real feed ID.

//get cool feedburner count
$whaturl="https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id";
 
//Initialize the Curl session
$ch = curl_init();
 
//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
 
//Set the URL
curl_setopt($ch, CURLOPT_URL, $whaturl);
 
//Execute the fetch
$data = curl_exec($ch);
 
//Close the connection
curl_close($ch);
$xml = new SimpleXMLElement($data);
$fb = $xml->feed->entry['circulation'];
//end get cool feedburner count  

Troubleshoots

Here are some of the possibilities if the above code don’t work for you:
Double check if you’ve correctly replaced http://api.feedburner.com/awareness/1.0/GetFeedData?uri=feedburner-id with https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=feedburner-id
Did you replaced feedburner-id with your actual Feed ID?
SimpleXMLElements requires PHP5. If nothing shows up, chances are your web host is still on PHP4. You should contact them about the upgrade. 
Read More
// // Leave a Comment

How to Clear History cache in Chrome Browser in Windows

First of all go to top of the browser menu customise and control google chrome
then go to history tab if you like to use short key then press CRTL + H you will directly go to the history tab.



Simply Click on clear browsing day as shown in the image.



Then select all all the data as you need to clear or leave some thing as you like select duration of history to clear then click on clear browsing data.


You have successfully done if you need more help please leave a comment below your reply will highly appreciate :) thanks.!

Read More

Wednesday, April 30, 2014

// // 6 comments

Create Crest Logo Tutorial in Photoshop


Let’s see, how to create.

You may also see my this article : How to Create Crest Logo Tutorial in Photoshop
[1]-First of all Open New Document of Custom size, Height & Width 500×500 pixels, Resolution 72 & Mode RGB Color.




[2]-Now Open New Layer & then create the following shape with the help of ‘Pen Tool’ & press right click > make selection.


[3]-Now fill the #’dee4f2′ color in selection area.


[4]-Now select the& create the following setting a new layer.


[5]-Now create the selection at new layer & fill with #’36404a’color.

[6]-Now go to Blending Options,& use the following settings
Photoshop Technique-How to use the Blending Options feature.











[7]-Now create the selection at new layer & fill with #’36404a’color.

[8]-Now take the ‘Brush Tool’ create the shading as shown above step [4].
[9]-Now go to Blending Options,select Drop Shadow,Stroke & use the following settings
Photoshop Technique-How to use the Drop Shadow & Stroke feature.


[10]-Now create the selection at new layer & fill with #’36404a’color.

[11]-Now go to Blending Options,select Bevel & Emboss,Contour & use the following settings
Photoshop Technique-How to use the Bevel & Emboss,Contour feature.


[12]-Now your image should look like as shown below.

[13]-Now go to the Blending Option & give the following setting of Drop Shadow.

[14]-Now see below for Final Photoshop Output.I hope this is a good tutorial & U can use these Photoshop Techniques in your Graphics
Design project.
Read More
// // 1 comment

Top Android Apps You Need To Install First

As we understand Android os Is surely an Open up Supply Mobile OPERATING SYSTEM Consequently we have a Plenty of Excellent Android os Apps With regard to Android os Product. Primarily You will discover A couple Kinds of Android os Apps One is Paid out & Just one more is Totally free. The majority of Valuable Android os Apps In Participate in Retailer are usually Totally free. Give thanks to Builders That are Executing it Totally free With no Cost Who Practice it With regard to Really like Merely. Listing The following Top Android os Apps That needs to be Pre installed Along with Fresh Android os Mobile It implies Every Android os User Should have This Apps To Make best use of Their Involving Phones. Hence the list are as follow.

1.Whatsapp

WhatsApp Messenger is a smartphone messenger available for Android and other smartphones. WhatsApp uses your 3G or WiFi (when available) to message with friends and family. Switch from SMS to WhatsApp to send and receive messages, pictures, audio notes, and video messages. First year FREE!









2.AppLock

AppLock can lock SMS, Contacts, Gmail, Facebook, Gallery, Market, Settings, Calls and any app you choose, with abundant options, protecting your privacy.
AppLock can hide pictures and videos, AppLock empowers you to control photo and video access. Selected pictures vanish from your photo gallery, and stay locked behind an easy-to-use PIN pad. With AppLock, only you can see your hidden pictures. Privacy made easy!

You can Download AppLock from Google Play Store HERE.






3.MX Player

Mx Player is The Best Video Player for Android Devices.It Supports Many Formats.It is Best For Viewing Movies.It Has Some Good Features Like Pinch to Zoom,SubTittle Scroll,Kids Lock etc.There Are Two Version of MX Player One Is Free & Another one is Paid That Is Without ads.

You Can Download it From Google Play Store HERE.









4.Cymera

Cymera is simply the best camera application for portraits. It has everything you need in a selfie camera and photo editor to help you capture and create photos worth awards. 
It offers a huge variety of lenses and shooting modes, hand-picked filters and the best beauty effects, run through our own face detection technology.
All of this plus more than 800 decoration options and the most amazing collage effects.

You Can Download it From Google Play Store HERE.




5.DropBox


It is One Of Best Cloud Storage Service For Android devices.Features are Always Have Your Stuff With You No Matter Whereever You are You Need Just Your DropBox Username & password.You can Easily Share Your Photos or Videos With Your family & friends.One Best Thing In It Is that It has Built In Password Protection.

You Can Download It From Google Play Store HERE.
Read More
// // 1 comment

How To Increase Your Alexa Ranking

Alexa is recognize the best site analytic company on the web. For anyone who is conducting a business in comparison with excellent alexa rating is important correctly since it boost the amounts of rely on. Even if you are a blogger, Alexa rating can give the business oriented value in your blog. Just before 2 month my alexa rating seemed to be inadequate however after i put on the following methods to help my blog. Instantly my alexa ratings had been increasing further up as well as further up. You may also enhance your current alexa rating in the event you comply with underneath treatment.


1. Quality Content

Similar to other considerations, Alexa detect reversal price, pageviews and time of this web page. And also these products are simply much better simply by something and that's top quality content. Receive adhere to your blog and retain publishing unique content which is diverse and attractive. Unless you learn how to compose high quality content in comparison with discover this. And keep improving your writing skills.

2. Regular Update Your blog


Alexa likes completely fresh and new written content such as Google. It has been identified in how update in your blog 7 in order to 10 times a week may enhance the Alexa standing of an web site.

3. Socializing


Social media offers better trend they are driving added targeted traffic in your blog. Subscribe to social networking systems similar to Myspace, Twitting, Google+ while others and start giving your current most up-to-date posts on the report, dashboard, lover internet pages in addition to communities. Include social sharing buttons in your blog which can be positioned in every content given it helps make things easy for the visitor to share your post in their social accounts.


4. Install Alexa Toolbar


Install Alexa toolbar through their standard web page. When you open your browser it will be always located at the top I mean below the address box. The toolbar has different buttons, links and one search box. Daily search your site from that search box and I guarantee that you will get that Alexa ranking which you have never imagined.

5. Add Alexa Widget


Add Alexa widget to your blog to show visitors that how Alexa internet ranking your blog have and what quality backlinks you create for your blog. User also check also first then read blog articles it may seem nessensary to add Alexa widget and its improve your Alexa rank too.

Read More