Friday, September 28, 2012

Web Design Blunders and How to Avoid Them


Doing Too Much
Too much design and too much content can be damaging to your website and your business. Save the lengthy copy for product pages or the company blog. You want to make sure your website loads quickly so you don’t lose visitors. Having too many technical tricks can slow things down and cause a poor user experience. LogoGarden says, “Research shows that you have just three seconds to communicate your message on a web page to visitors before they’ll click away.” Don’t lose someone because they spent that time waiting for your site to load. A clean message and a few relevant images or a single video are the best way to spark interest and encourage your visitor to stay on the page.

Becoming Negligent
Having current, relevant information on your site should be of the utmost important. Customers will look at a website before buying to do research about what they are looking for. Making sure your pricing, stock and information are current is essential. In fact, 83% of U.S. consumers go online to research products before buying those items in brick-and-mortar stores, according to a 2012 report from PricewaterhouseCoopers LLP, a professional services firm. Being current doesn’t just apply to products, your blog needs to be updated at least once a week. What you choose to write about is up to you, but make sure it’s relevant. As a final note, don’t ignore spelling and grammar. Poor spelling and grammar could drive readers away.

Being Inconsistent
Just as you want your blog to be relevant, you want posting to be on a consistent basis. Consistency doesn’t just apply to your activity on the site; it applies to every aspect of a good web design. You don’t want to confuse your customers or readers. They shouldn’t feel lost when clicking from one page to the next because you’ve decided to change the font and colors. From each page’s layout to a familiar font, you want to make sure you’re consistent on your website. Place your logo in the same spot on each page, use the same colors and fonts, and keep the design of each page relatable to the next.

Hiding Links/Text
Make sure to include a relevant anchor text on your links. This will ensure that the reader knows where they are going by clicking on the links. Not only that, linking with anchor text will create SEO benefits for the external site where the link is pointing. Don’t cloak your links either. People like being able to see where exactly they are going in their browser’s status bar. Use a contrasting color and/or underlining to indicate the word or phrase is a link. You should also design your website so that after a link has been clicked, it changes color. Clicked links that change color help the user to locate where he/she is more easily, making sure not to end up visiting the same pages unintentionally.

When designing a website, you want to focus on branding and the user experience. After all, the potential customer is the one who will be visiting, navigating, and spending time on your site. Keep things clean and concise to avoid over doing the design. Interesting, relevant and current information from contact info to product copy is essential and not something to be forgotten. The content of your website plays an important role in its success and the design is just the start.

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



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