Monday, September 24, 2012

.psd thumbnails with Photo shop CS6

After removing old versions of Adobe photoshop and installing CS6, my windows explorer made thumbnails invisible ( doesn't appear ) for .PSD ( Photo Shop Document ) files.

Why ?

The psicon.dll file that was included in versions prior to CS5 was removed by Adobe as it was causing too many problems.

Solution

To get back those thumbnails, here is the most suitable solution. There are quite a few fixes for this but the most reliable fix seems to be to run the free Mystic Thumbs program from here. Both 32 bit and 64bit versions are available.







If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

[How to] Replace " powered by drupal "


We have to admit that we all love Drupal and it is for us more than a web development tool or a CMS , it is more like a way of thinking and coding for the internet However It is really annoying to see the Powered by Drupal at the end of the footer region , after searching on google i did not find a quick solution to replace this text to be Powered by Nilewebsites which is my website so after some trials Jquery as usual solved it easily
The Solution : Replacing powered by drupal using jquery in 2 simple steps.
1. We find the span in which it contains the powered by using the ID of the footer :
jQuery("#footer").find("span a").text().replace("Powered by Drupal","Globalsoftbay");
2. We replace the URL also so it points to your website instead of pointing to Drupal.org :
jQuery("#footer").find("a").attr("href", "http://www.globalsoftbay.tk/");
Make sure that the jquery executed successfully then it should be replaced.
RE-EDIT :


  1. Just go to Structure -> blocks -> Add block.
  2. Give block title as you wish to display or " <none> " for leaving it blank.
  3. Fill block description like " Custom Footer " or any other if you want
  4. In Block body, add some code like " hai this is  footer ". 
  5. After doing this set your new block region as footer and give same row weight as that of default footer.
  6. Change default footer's region as none. 
  7. Click on Save blocks.

     Hope this will solve your problem.



[Source]


If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Forgot Android Unlock Pattern: How To Open

  1. Enter Google Account Username and Password
    Besides Emergency call, there is option to enter Google account credentials. It is generally at the bottom of the screen in most of the devices. Enter username and password of Google account (the one you used to login Gmail).

    How To Open What if Device isn’t connected to Internet?
    Even if Data connection or Wi-Fi isn’t enabled on device, no need to worry. Just enter the details and device will be unlocked. This happens because device stores account details offline.
  2. I have 2 Step Verification Enabled 
    For Google accounts with 2 Step verification enabled, the application specific passwords are used to login. These passwords are somewhat like: fgjh-ghfs-yuip-gflv-port Problem is about remembering them. Moreover, for security reasons, these passwords aren’t shown again by Google.
    So, you are left with no option other than Factory Reset Android Device.
  3. I forgot Google Account used to Sign in 
    If you have forgotten Google password too, of the account used to sign in Android, solution is Factory reset only. Even if you reset Google account password from some other device but Android has stored old password and there is no chance to get old password from Google.
I didn’t use Google Account on Android 
Now, this is again a difficult situation. You will gain back access on device only after Hard reset of Android phone.


How to Factory Reset Android when Locked  

In unlocked condition, it is easy to wipe / Factory reset device but when it is locked, here’s how you can do it:

  • Press Volume UP+Home+Power button at a time till Samsung logo appears. 
  • This enters Recovery mode of Android device. 
  •  Second option is “Wipe Data/ Factory Reset”. Depending on the Recovery you have installed, it might be third or fourth. galaxy ace cwm1 Forgot Android Unlock Pattern: How To Open
  • Reboot.

    Note: Touch screen doesn’t work in recovery mode, you have to use volume rocker to move up and down. To select, press power or Home key. Factory reset won’t delete anything from SD Card Memory but it will remove all the user apps installed and remove custom settings if any. Default apps are there itself like Gmail, Play Store, etc however you will need to configure with Google account again.





If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Sunday, August 26, 2012

How to exit a crashing application [in ubuntu] ?

I must tell you something, when it comes to closing crashed applications, in Ubuntu is very easy, compared with your Ctrl+Alt+Delete alternative in Windows. In order to close your crashed application just go to Terminal (Applications > Accessories > Terminal) and type xkill, a skull pointer will appear on the screen, press on the crashed application and it will imediatly close.





If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Thursday, August 23, 2012

[How to] Extract Camera settings and Picture information from a image file


ExifTool is a Perl module with an included command-line application for reading and writing meta information in image, audio and video files. Modern Digital Camera including Canon, Minolta,Konica, Nikon, Pentax store all the settings you used, such as aperture or shutter speed along with the picture. For extracting the camera settings and Picture information , you can use ExifTool. ExifTool is required for profesional editing of some Picture Files.

How to Install :

Open the terminal by pressing CTRL+ALT+T and run the below command to install it :
$ sudo apt-get install libimage-exiftool-perl
For illustration , Let’s check the settings of UNS_1850.JPG  image through exiftool.
$ exiftool UNS_1850.JPG
ExifTool Version Number : 7.30
File Name : UNS_1850.JPG
Directory : .
File Size : 4 MB
File Modification Date/Time : 2009:08:21 11:25:32
File Type : JPEG
MIME Type : image/jpeg
Exif Byte Order : Big-endian (Motorola, MM)
Make : NIKON CORPORATION
Camera Model Name : NIKON D200
Orientation : Horizontal (normal)
X Resolution : 300
Y Resolution : 300
Resolution Unit : inches
Software : Ver.2.00
Modify Date : 2009:08:21 10:55:30
Y Cb Cr Positioning : Co-sited
Exposure Time : 1/200
F Number : 10.0
Exposure Program : Manual
ISO : 200
Exif Version : 0221
Date/Time Original : 2009:08:21 10:55:30
Create Date : 2009:08:21 10:55:30
and more…………….


Source : Tuxtree



If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Wednesday, August 22, 2012

Extract DAA Files In Ubuntu


Most often when you download a huge file from a P2P network, it is compressed in the .daa format. When you click on it, you will find that there is no application in Ubuntu that can handle it.
If you are wondering, DAA (Direct-Access-Archive) is actually a proprietary file format created by PowerISO to compress, password protect and to split a huge file to multiple volumes. To decompress a .daa file, you have to use the PowerISO application.
Download PowerISO for Linux
Extract the tar file
cd /usr/bin
sudo tar -xf [path-to-poweriso-tar-file]
To extract .daa file
poweriso extract /input-file.daa / -od /extracted-file-path
Extract DAA Files In Ubuntu is a post from: Tuxtree






If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged

Thursday, August 16, 2012

How to hack your own computer

How to hack your own computer (or make registry changes to customize your experience)



Delve beneath the bonnet of Microsoft Windows and you'll find powerful customization options. The key is accessing the registry – the operating system's engine room – via the registry editor. Click Start, then Run, enter regedit.exe and press Enter.
The registry editor is a powerful piece of software that provides full control over the operating system, so be careful. But if you want to customize Windows to make it your own, there’s no better way to do it. These top five tweaks from IT support company Conosco will help you get started.
Easily encrypt and decrypt your files
Windows Vista and 7 allow you to protect data with encryption tools, but these are hard to find. This hack makes them more accessible. In the registry editor, locate the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced registry key, then right-click in the right-hand pane and create a 32-bit DWORD value called EncryptionContextMenu. Give it a value of 1. Now, whenever you right-click on a file, you'll find encryption options as standard.
Add an application to the right-click desktop menu
Scroll down to the HKEY_CLASSES_ROOT\Directory\Background\shell registry key. Create a sub-key with the name of your chosen application e.g. Notepad, then create a sub-key underneath this one called Command. Locate the application you want to launch on your hard drive and copy the full path e.g. C:\Windows\System 32\notepad.exe. Back in the registry, left-click on the Command key, double-click the (Default) text that appears in the right-hand pane, and paste the application path into the box. Your application will now appear when you right-click on the desktop.
Display a start-up message


This is a cool hack, allowing you to display a custom message when the computer boots. Find the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced key and double-click on legalnoticecaption. Enter the headline of your start-up message, then click OK and double-click on legalnoticetext. Add your message and click OK. The message will appear the next time you restart your computer.
Disable pop-up notifications
This tweak will disable all bubble notifications that pop up near the system clock. Make sure you keep your system – including anti-virus programs - up to date, as your computer will no longer offer reminders. Open the registry, locate the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced key and set the EnableBalloonTips value to 0. To reverse the tweak, change the value back to 1.
Stop Windows Update from rebooting your computer
Sometimes Windows Update gets mad and announces it's going to reboot the computer. This can be frustrating if you're right in the middle of something. To disable this option, locate the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU key and create a new 32-bit DWORD in the right-hand pane called NoAutoRebootWithLoggedOnUsers. Give it a value of 1. This will prevent automatic restart when the computer is being used. To put things back to normal, delete the DWORD you created.




If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged