Author: admin

  • Samsung Vibrant {ROOT}

    1. Download the file below and rename it to “update.zip”
    2. On your Vibrant, go to Settings > Applications > USB Settings > and select Mass Storage. (more…)

  • Free WordPress Themes

    http://www.themes2wp.com/

  • Run RDP with admin rights

    mstsc /v:SERVER /admin

    If you get this, (You must be an Administrator running a console session in order to use the Windows File Checker utility.) run RDP in Admin mode.

  • How to make transparent an image with GIMP

    STEP 1 – open the image, you want to work on

    STEP 2 – adding alpha channel (transparent layer) by CLICKING menu > LAYER > TRANSPARENCY > ADD ALPHA CHANNEL (more…)

  • Outlook Secure Temp Folder Location

    When you open file attachments that are considered safe, Outlook places these attachments in a sub directory under the your Temporary Internet Files directory as an extra precaution. When Outlook first tries to use a temporary file, it examines the registry to determine whether or not the TEMP OLK folder has already been created. If yes, it uses the folder. If no, it creates a random folder then stores the path. (more…)

  • Full Page Iframe

    <html>
    <head>
    <title>[b]Title Here[/b]</title>
    <style type="text/css">
    /* Full Screen The Page Fix*/
    body {
    margin: 0cm
    }
    </style>
    </head>
    <body>
    <iframe src="[b]file.html[/b]" style="border: 0; width: 100%; height: 100%">Your browser doesn't support iFrames.</iframe>
    </body>
    </html>

  • Good write up on Ignition

    Electronic Ignition
    Capacitive Discharge Ignition ( CDI )
    Transistor Controlled Ignition ( TCI )
    http://www.jetav8r.com/Vision/Ignition/CDI.html

  • Engine Code Letter Ignition Timing TDC

    Type I Engine Code Letter Ignition Timing TDC
    Aug. ’60-July ’65 D 10 degrees before
    Aug. ’65-July ’65 F 7.5 degrees before
    Aug. ’66-July ’69 H 7.5 degrees before
    Aug. ’69-July ’70 B 0 degrees TDC
    From Aug. ’70 AE 5 degrees after*
    From Aug. ’71 AK 5 degrees after
    From Oct. ’72 AH 5 degrees after
    From March ’73 AM 5 degrees after
    * (From April ’73: 7.5 degrees; checked with vacuum hose off)
    Type II Engine Code Letter Ignition Timing TDC
    June ’60-Dec. ’62 D 10 degrees before
    Jan. ’63-July ’65 G 10 degrees before
    Aug. ’65-July ’67 H 7.5 degrees before
    Aug. ’67-July ’70 B 0 degrees before
    From Aug. ’70 AE 5 degrees after
    From Aug. ’71 CB 5 degrees after*
    From Aug. ’72 CD 5 degrees after**
    From Nov ’73 AW 5 degrees after***
    * (from Aug. ’72: 10 degrees after)
    ** (autostick check: 900-1000rpm)
    *** (automatic trans: 5 degrees after)
    Type III Engine Code Letter Ignition Timing TDC
    Through July ’64 K 10 degrees before
    Through July ’65 R 10 degrees before
    Aug.’65-July ’67 T 7.5 degrees before
    From Aug. ’67 U 5 degrees before
    From Aug. ’71 X 5 degrees before

  • HTML5 Player Plugin for WordPress

    A WordPress plugin that allows blogger to embed video and audio using the respective html 5 tags with Flowplayer as fallback, for example if a web browser doesn’t support HTML 5 video or audio, then it will use Flowplayer for unsupported browsers.

    The plugin is based on Video for Everybody, except that this plugin takes full advantage of the PHP scripting language, while Video for Everybody is pure HTML. For example version 0.9.1 can detect the iPad or any iPhone below 4.0, if detected it will not include the poster attribute and if Opera Mobile/Mini is detected it will move the link outside the video and audio tag.

    Author: Christopher John Jackson

  • 1450 – Insufficient system resources exist to complete the requested service.

    When your server is under a heavy load, the Server may repeatedly give the following symptoms that indicate that the server is out of paged pool memory.

    Symptoms:

    • RDP: Unable to connect (click connect and nothing happens)
    • UltraBac:  Skipped Error: (1450 – Insufficient system resources exist to complete the requested service.)
    • Explorer: Not enough server storage is available to process the command
    • Outlook: Cannot expand “networked” PST files

    Cause:

    • More files are open than the memory cache manager can handle. As a result, the cache manager has exhausted the available paged pool memory.
    • The backup program has tried to back up a file whose size is larger than the backup API can access on that version of the operating system. This has the same result (that is, the paged pool is exhausted).

    Fix:

    • Set Memory Manager to start the trimming process at 60 percent of PagedPoolMax rather than the default setting of 80 percent. This should be enough to handle spikes in activity. If not, reduce this setting to 50 percent or 40 percent.
    1. Start Registry Editor (Regedt32.exe).
    2. Navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management
    3. Add, Value: PoolUsageMaximum
      Data type: REG_DWORD
      Radix: Decimal
      Value data: 60
    4. Reboot.