Aero Peek / Superbar doesn't work / Firefox (3.6) tab-preview doesn’t work in Windows 7

Sunday, 24 January 2010 06:13 by hazem

 

After upgrading to the latest Firefox (FF) 3.6, the Aero Peek / Superbar doesn’t show except one instance of FF and tab-preview is not working with FF.

After upgrading my browser, the setting for browser.taskbar.previews.enable, in About:Config, is changed from true to false...

Just open FF and type in about:config in the address bar, click I'll be careful, I promise!, button and search for browser.taskbar.previews.enable. If the value is set to false, double-click it to set it to true, restart your browser.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (61) | Comment RSSRSS comment feed

Windows 7 - How to Pin My Computer, Documents, Recycle Bin or Any Folders to Windows 7 TaskBar (Pin to Windows Explorer Alternative)

Monday, 18 January 2010 07:39 by Admin

Right click on Desktop, and select New -> Shortcut.

image

Past one of the values for Windows Folders codes (list of possible values at the end of this blog entry)

(here I chose to use My Computer)

%SystemRoot%\explorer.exe /E,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

image

Click Next and name the shortcut (My Computer, Documents, etc)

Click Finish

The shortcut is now placed on your Desktop, right-click on the newly created icon and select Properties, then select Shortcut tab from the top, and click Change Icon button (towards the bottom of the properties window) change the icon to something that resembles what the new shortcut does/opens.

 

image

Possible places where you can find icons on your system are listed here:

%SystemRoot%\System32\imageres.dll

%SystemRoot%\System32\shell32.dll

image

 

 

Choose the icon and click OK (twice).

Right-click again on the newly created icon and choose Pin to Taskbar, voila…

 

List of common path code for Windows folders

My Computer
%SystemRoot%\explorer.exe /E,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

My Documents
%SystemRoot%\explorer.exe /N,::{450D8FBA-AD25-11D0-98A8-0800361B1103}

Recycle Bin
%SystemRoot%\explorer.exe /N,::{645FF040-5081-101B-9F08-00AA002F954E}

Network Neighborhood
%SystemRoot%\explorer.exe /N,::{208D2C60-3AEA-1069-A2D7-08002B30309D}

Default Web Browser or Navigator (IE, Firefox, Safari, Google Chrome)
%SystemRoot%\explorer.exe /N,::{871C5380-42A0-1069-A2EA-08002B30309D}

Computer Search Results Folder
%SystemRoot%\explorer.exe /N,::{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}

Network Search Results Folder
%SystemRoot%\explorer.exe /N,::{E17D4FC0-5564-11D1-83F2-00A0C90DC849}

Web Folders
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{BDEADF00-C265-11D0-BCED-00A0C90AB50F}

Control Panel
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}

Printers and Faxes
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{2227A280-3AEA-1069-A2DE-08002B30309D}

Scanners and Cameras
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{E211B736-43FD-11D1-9EFB-0000F8757FCD}

Fonts
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D20EA4E1-3957-11d2-A40B-0C5020524152}

Network Connections or My Network Place
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}

Administrative Tools
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D20EA4E1-3957-11d2-A40B-0C5020524153}

Tasks Scheduler
%SystemRoot%\explorer.exe /N,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

It’s also possible to directly specify the folder or directory for Windows Explorer to show and display when ran, using the same trick to change and set Windows Explorer default folder.

Explorer.exe Command Line Syntax

%SystemRoot%\explorer.exe [/n][/e][,/root],X,[[/Select],Y]

X specifies the object, and optionally with sub-object Y. /e switch showes the left Windows Explorer tree view navigation pane together with the right pane in list view, while /n hides the left navigation pane. When the /root parameter is present, Explorer.eee will explore the root object (X) and objects belonging to X. On the other hand, when the /root switch is not present, Explorer.exe explores the object X, its children, and other Explorer objects as well. /Select switch puts the focus on a file or folder.

For example:

%SystemRoot%\explorer.exe /n, /e, C:\MyFolder\

will direct Explorer to always point to C:\MyFolder

%SystemRoot%\explorer.exe /N,%WinDir%\System32,/Select,%WinDir%\System32\Ping.exe

Command aboves will explore the \Windows\System32 folder and put the focus on the ping.exe program.

 

(this article was made with the help and use of MyDigitalLife.info article)

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (36) | Comment RSSRSS comment feed

Error Creating SilverLight Application Using Visual Studio - Object Reference not set to an instance

Sunday, 17 January 2010 13:23 by hazem

 

The first time you create a Visual Studio Silverlight application and after downloading the required tools (through WPI Launcher or through direct download) for creating such a project (SilverLight Tools for VS 3 / Silverlight Toolkit November 2009 Release / WCF RIA Services Beta for Visual Studio 2008 SP1) you might get the error:

“Object Reference not set to an instance”

Clicking OK loads nothing and you are back at VS startpage. If that is the case, then try doing the following:

Goto Visual Studio 2008 Command Prompt & enter the following commands:

             devenv /ResetSettings

             devenv /ResetSkipPKGS

The 2nd command is most probably what is going to fix the error you are getting!

Restart your Visual Studio now & check whether the error still persists.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (2) | Comment RSSRSS comment feed

Firewall Doesn’t Start on Windows 7 (RC) / Vista

Sunday, 10 January 2010 22:36 by hazem

ticle ID: 943996 - Last Review: October 19, 2007 - Revision: 1.0

Some services do not start in Windows Vista

View products that this article applies to.

Result

On Windows Vista computers, you find that the Windows Firewall service is not running. When you try to manually start the service, you get the error mentioned below. This problem may also occur for the DHCP Client service, or the “Diagnostic Policy Service” service.
Here are the errors for the "Windows Firewall" service:
Windows could not start the Windows Firewall on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 5.
In the System event log, you see the following event:
Source: Service Control manager Eventlog Provider.
Event ID: 7024
The Windows Firewall service terminated with service-specific error 5 (0x5)

Back to the top

Cause

The error means "Access is denied". This may happen if the "MpsSvc" account doesn't have the necessary permissions for the related registry keys.
For the NT Service\MpsSvc account, it needs permissions for the following keys:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Epoch
Query Value;Set Value
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy
Full Control;Read
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Defaults\FirewallPolicy
Full Control;Read
For the DHCP Client service, the issue may occur if the "NT Service\DHCP" account does not have the necessary permissions for the following keys:
Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp
permission needed: Query value, Create value, Enumerate Subkeys, Notify, Read Control
Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp\Configurations
permission needed: Full Control, Read
For the "Diagnostic Policy Service" service, the issue may occur when the account Trustedinstaller is missing the permissions for the key below:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS\Parameters
permission needed: Full Control, Read

Back to the top

Resolution

Add the permission for the account on these registry keys. For example, here are the steps for the Windows Firewall service:
1. In Registry Editor, browse to the key for which you need to add permission.
2. Right click the key, and click Permissions.
3. Make sure Locations is selected to be the local computer.
4. In the "Enter the object names to select field, type "NT SERVICE\mpssvc". Then click “Check name.”
5. Click OK.
6. Then select the account which appears in the list, and add the appropriate permission for it.
7. When this is done, click OK.

Back to the top

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (19) | Comment RSSRSS comment feed

10 Free Apps for Managing Your Fonts

Thursday, 3 December 2009 21:36 by hazem

Fontmatrix (Windows/Linux)

If you’re a typical designer or web developer, you probably have a large font collection. Having a sizable number of fonts can make finding the ideal font for a project a grueling effort, akin to a needle in a haystack scenario. However, there are several free applications that can help you find...[More]

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (18) | Comment RSSRSS comment feed

The Ultimate WordPress Theme Tutorial : Theme Shaper

Thursday, 3 December 2009 11:33 by hazem

 tutorial-graphic-large

  1. WordPress Theme Tutorial Introduction
  2. Theme Development Tools
  3. Creating a Theme HTML Structure
  4. Template and Directory Structure
  5. The Header Template
  6. The Index Template
  7. The Single Post, Post Attachment, & 404 Templates
  8. The Comments Template
  9. The Search Template & The Page Template
  10. The Archive, Author, Category & Tags Template
  11. The Sidebar Template
  12. Reset-Rebuild Theme CSS & Define Your Layouts

How To Create a WordPress Theme: The Ultimate WordPress Theme Tutorial

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (34) | Comment RSSRSS comment feed

25 Useful Scripts for Tooltips

Wednesday, 2 December 2009 12:15 by hazem

http://vandelaydesign.com/blog/tools/tooltips-scripts/

26

  1. Prototip 2
  2. Coda Popup Bubbles
  3. Advanced Tooltip
  4. Easiest Tooltip and Image Preview
  5. Easy Tooltip jQuery Plugin
  6. jTip
  7. Nice Titles
  8. Tooltip to Forms
  9. jQuery Tooltips
  10. Ajax Tooltip
  11. Orbital Tooltip
  12. Balloon Tooltip
  13. Pure CSS Tooltips
  14. JavaScript Tooltips
  15. Hot Ajax Tooltip
  16. CoolTips
  17. SuperNote
  18. MooTools Tooltips
  19. Websnapr Tooltip
  20. Tooltip with Transparent Shadow
  21. DHTML JavaScript Tooltips
  22. Balloon Tooltips
  23. HelpBalloon
  24. Form Field Hints
  25. JavaScript Tooltip
  26. BoxOver
  27. CSS Bubble Tooltips
  28. qTip
  29. EZPZ Tooltip
  30. jQuery Input Floating Box Hint
  31. Tipsy
  32. clueTip
  33. vTip
  34. jQuery and CSS Tooltip
  35. Lightweight JavaScript Tooltip

For more web development resources please see:

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (34) | Comment RSSRSS comment feed

Using a WordPress Page as Your Home Page

Friday, 27 November 2009 10:51 by hazem

readingdefault

sethomepageinwordpress

Using a WordPress Page as Your Home Page

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (18) | Comment RSSRSS comment feed

Ultimate CSS List Creation Methods and Examples

Monday, 23 November 2009 09:16 by hazem

07_expresssion

97_bottels

10_mat 

Ultimate CSS List Creation Methods and Examples

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Categories:  
Actions:   E-mail | Permalink | Comments (33) | Comment RSSRSS comment feed

Ps Letterpress emboss text effect | tutcandy.com

Wednesday, 18 November 2009 14:09 by Hazem

image 

Ps Letterpress emboss text effect | tutcandy.com

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList
Tags:   , ,
Categories:  
Actions:   E-mail | Permalink | Comments (18) | Comment RSSRSS comment feed