Welcome to techytweaks..

Welcome to techytweaks. Hope you enjoy.

TechZone on techytweaks.

Get updated with the Latest Tech-Tweeks with techytweaks.

Need any Support/Help?

Need help? Got a thing for us?

Follow us!

Follow us on Social Networking sites...

Now follow techytweaks via Mobile!

Enjoy the mobile version of techytweaks now! Stay updated!

ADVT

TATA DOCOMO FREE GPRS TRICK 100% WORKING



This trick will enable GPRS on your mobile for free for TATA DOCOMO(India)
Fill the settings as the following:

Homepage: www.google.com
Data bearer: GPRS
APN: tata.docomo.dive.in
IP Address: 10.124.094.009
Use WAP.
Data bearer: GPRS

DELL INSPIRON 15R


Dell has always been known for manufacturing laptops which are not only performance-oriented, but are also crafted beautifully to suit all budgets. The Dell Insprion 15R sports a revamped design, which ditches the old plasticky look and instead uses a brushed faux-metal finish on the lid. The matte black keyboard and touchpad are recessed, which allows for a very fl at and clean look.The entire keyboard is moved forward, nearer to the screen,which allows a lot more space for you to place your wrists. While the Inspiron 15R feels sturdy with a strong built chassis, the keyboard was a bit of a downer. It flexed quite a bit when in use and has a very soft feel when typing. 


The touchpad on the other hand is brilliant; it has a smooth fi nish, with enough resistance to track your movements perfectly. One thing worth noting is that the keypad is half the size of standard laptop keyboards and could be an issue for those with big fingers. The unit we tested was powered by an Intel i3 processor with 4 GB of RAM in dual-channel configuration. Graphics are powered by an Intel HD GPU, which is good enough for watching HD movies without stutter, but will not cut it if you try to play games. The 15.6-inch LED display has a resolution of 1366x768. While it has good color reproduction, the glare from the glossy finish does detract from the experience. The 15R packs in a 500 GB hard drive as well a host of connectivity options, including four USB ports on three sides. Other features include a USB/ eSATA port, an SD card slot, a DVD drive, an HDMI port, a VGA port, Wi-Fi and Bluetooth.


Running multiple applications at the same time or watching an HD is accomplished without breaking a sweat. Dell has done quite well when it comes to heat dissipation. Places which normally heat up after extended use, like the area near the touchpad and the bezel below the screen, were quite cool. The speaker is placed at the bottom, just below the touchpad. It is loud and clear enough, but if you place the laptop on your lap, you may block the speaker and get muffl ed sounds. 


The Inspiron 15R was as silent as a whisper when it came to noise levels. On a full charge, with the 6-cell battery set to ‘high’ performance, we were able to get a good 3 hours 25 minutes out of it. At Rs 52,800 (with a one-year complete cover warranty), the 15R seems a tad overpriced, but It is a great laptop for those who like a clean, understated look and enough power under the hood to do whatever they choose.
FOR: Great design, Loud and crisp speakers, superb layout.

AGAINST: No discrete GPU, a tad overpriced.

Hottest Hack - Convert Your 1Gb Memory Card To 2Gb Free





Procedure:
1) First of all we have to make sure that its a 1 GB memory card. This only works on 1GB And it supports only in some of the rare cases of memory cards.
2) Now Backup all your data in that because we have to format the drive.
3) After backing up now open the Skimedi Fix 2GB Capacity application. i will upload a link at the end of post.
4) A small window will pop up showing the FIX and Cancel option. And you have to browse the drive where it is located (generally G: or L: drive for USB sticks)



5) After selecting the drive press on FIX and then the updating process will be followed up. It will ask your conformation whether you agree to format or not. click on yes.
6) Later it will ask to replug the device. Just replug the memory stick card and put it back. The size of the memory will be increased from 1Gb to 2Gb. you can see the properties before and after the cracking process.
7) After that you can also check the memory size in phone and also you can test the size by copying all the data to it which is around 2Gb.
I personally tested this and now i have converted my 1Gb to 2Gb and using 1.8 space with no problem.



9) You can reopen the Skimedi Fix and select the drive again where it shows us the size as 1912mb which is nothing but 2Gb.
10) Some times we get a parameter error while copying the files which have crossed the 1Gb size so this may not be 100% successful.

Build-In Key Board shortcuts of facebook

If you spend a lot of time on facebook then why not spend it more efficiently.There are a lot of browser specific keyboard shortcuts for facebook.Once you get familiar with these shortcuts you can easily navigate on facebook.In this post I will give the shortcut keys for Google Chrome,Firefox and Internet Explorer.There is also a trick to create custom shortcuts keys for your computer programs
Here is a comprehensive list of facebook Shortcuts for each browser.
Google Chrome Facebook Shortcuts
  • Alt+1: View your News Feed
  • Alt+2: View your own Profile
  • Alt+3: View pop-up of friend requests
  • Alt+4: View pop-up of messages
  • Alt+5: View pop-up of notifications
  • Alt+6: View Account Settings
  • Alt+7: View Privacy Settings
  • Alt+8: View Facebook’s own profile
  • Alt+9: Read latest Terms of Service agreement.
  • Alt+?: Search
  • Alt+m: Compose a new message
If you are using Firefox browser then you also need to press SHIFT along with the above shortcut keys.
Firefox Facebook Shortcuts
  • Shift+Alt+1: View your News Feed
  • Shift+Alt+2: View your own Profile
  • Shift+Alt+3: View pop-up of friend requests
  • Shift+Alt+4: View pop-up of messages
  • Shift+Alt+5: View pop-up of notifications
  • Shift+Alt+6: View Account Settings
  • Shift+Alt+7: View Privacy Settings
  • Shift+Alt+8: View Facebook’s own profile
  • Shift+Alt+9: Read latest Terms of Service agreement.
  • Shift+Alt+0: Open Facebook Help Center
  • Shift+Alt+?: Search
  • Shift+Alt+m: Compose a new message
If you are using Internet Explorer then you you can use the Facebook shortcuts of Google chrome,but you have to press ENTER after each shortcut ..

Remove Showing Posts With Label on Blogger

Many bloggers often try to make the message showing on top of the posts("Showing posts under ......." and so on)
I'll show you guys how to remove it...it's pretty easy! Go for it!


Go To Edit Html > Select Expand Widgets

Search for below codes


<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>



And now replace above codes with below :-

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Now save and you are done!