Jul
05
2011
0

Double-Clicked Documents Slow to Open In Word

Click start > run
Type cmd
In the black box type:
netstat -a
Look for “SYN_SENT” and the IP associated with it.

Click start > run
Type regedit
Search for that IP and delete any references to it as a network share (often in printer folders).
Close and restart.

Written by Pete in: Microsoft Office |
Jul
04
2011
0

Blackberry Administration Service Won’t Start

You get the following error:

“The BlackBerry Administration Service – Application Server service terminated unexpectedly.
It has done this 1 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.”

Implement the following fix:

Click Start, click Run, type regedit, and then click OK.
Locate and then click the following subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Right-click ReservedPorts, and then click Modify.
Paste the following at the bottom.
48855-48858
45588-45588
49955-49955
45599-45599

Restart the server.

Written by Pete in: Blackberry |
Jun
23
2011
0

Find out PHP Version installed from Command Line

At the prompt type:

php -v

Written by Pete in: php |
Jun
11
2011
0

redsn0w hangs on “uploading ramdisk”

If when using redsn0w to jailbreak your iphone you find it hangs at “uploading ramdisk” take the following steps to resolve the problem.

 

Close and reopen redsn0w

Before selecting your firmware open task manager and find the redsn0w.exe process. Right click this process and click Set affinity.

Uncheck CPU 0 in the Processor Affinity menu.

Carry on using redsn0w as normal and the problem should be solved!

Written by Benjie in: Apple,Mobile | Tags: , , ,
May
20
2011
1

Emails in Outlook Showing Strange Charactersets

To fix this problem, login to your outlook web access.

Click Options

Under Email-Security click the download button for the latest S/MIME Control.

This will need to be done on any computer you use to send email from.

Written by Pete in: Microsoft Exchange/Outlook |
Apr
30
2011
1

Html Form Buttons not displaying correctly in mobile safari [Solved]

This is problem caused by safari attempting to default buttons in the mobile browser to its own apple look. A simple fix can be done using CSS. First add a class to your input button tag in the form which you may already have put there:

<input type="submit" value="SUBMIT" name="submit" class="mySubmitClass" />

then in your stylesheet add the following to fix the issue once and for all:

.mySubmitClass {
    -webkit-appearance: none;
}


Written by Tris in: Apple,css,Mobile | Tags: , ,
Apr
23
2011
0

Unable to locate WordPress Content directory (wp-content)

When you try to update/install a WordPress plugin you get the following error:

“Upgrade Plugin: Unable to locate WordPress Content directory (wp-content)”

Add the following code to the end of your wp-config.php file:
if(is_admin()) {
add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
define( 'FS_CHMOD_DIR', 0751 );
}

Written by Pete in: wordpress |
Apr
22
2011
0

Disable ‘Windows is checking for a solution’

When Windows 7 detects an error it shows the message box ‘Windows is checking for a solution’, this is often time consuming and rarely finds anything, to disable this message:

1. Click Start -> All Programs -> Maintenance -> Problem Reports and Solutions.

2. In the Problem Reports and Solutions window,

3. Click Change settings -> Advanced settings and Turn off problem settings

Written by Pete in: windows 7 |
Apr
21
2011
0

BES Express Handset Server Activation

You can activate a Blackberry by plugging it into your BES Server with a USB cable.

1. Login to Blackberry Administration Service

2. Create User without activation password.

3. Plugin Blackberry via USB – wait 30 seconds.

4. Expand Attached Devices and click Scan if it doesn’t pick up automatically.

5. Click Mange Current Device

6. Click Assign the current device to a user

7. Search for User

8. Select User and Click Associate User

9. Wait upto 30 seconds.

 

Note: If Attached Devices comes up blank do the following:

1. Make sure you’ve enabled the ActiveX Control – The ActiveX Control is what lets BES See USB Devices.
2. Make sure you plugged the device in after logging into the BES Admin Service

 

If you can’t run the ActiveX Control:

Tools -> Internet Options -> choose the Security tab
Click the Custom Level button
Enable the following settings:
Run ActiveX controls and plug-ins
Initialize and script ActiveX control not marked as safe.

Written by Pete in: Blackberry |
Apr
21
2011
0

Internet Explorer has blocked this site from using an ActiveX control

In the Browser Toolbar:
Tools -> Internet Options -> choose the Security tab
Click the Custom Level button
Enable the following settings:
Run ActiveX controls and plug-ins
Initialize and script ActiveX control not marked as safe.

Written by Pete in: windows 7,Windows XP |

Powered by WordPress | Aeros Theme | TheBuckmaker.com WordPress Themes