Filed under Moved to PW | No Comments »
Filed under Moved to PW | No Comments »
<cflocation url="http://www.yoursite.com/MEM/Default.asp">
Filed under Moved to PW | No Comments »
.jpg)
It is possible to remove the "Buy this book" link from the Google’s Book Search feature. You must contact Google support and ask them to remove "third party Buy links" for your URL. You also need to add this to your Book Search code:
<script>GBS_setViewerOptions({showLinkChrome: false});</script>
directly following:
<script src="http://books.google.com/books/previewlib.js"></script>
Filed under Google - Book, PowerWeb | No Comments »
When a Flash animation layers itself over the top of another web element like a menu, and you need it to appear beneath, use this:
<div STYLE="z-index: 0; position:relative"> FLASH HERE</div>
If this doesn’t work you may need to also provide a z-index for your other layers setting the z-index to a lower number than the Flash z-index, i.e. -1.
Filed under DHTML, Flash | No Comments »
To create the thumbnails for Affine Images:
Use Photoshop’s Automate Batch feature with these settings:

Here’s the script for AffineImage_thb which is entered in the Actionscipt area of Photoshop:

Filed under Affine Images, Image Processing, Photoshop | No Comments »
![]()
Configuration Button
Step 1 Open your PowerDVD program and press the play button to start the movie.
Step 2 Locate the Configuration button (shown above) on your User Interface (or press "Ctrl-C").
Step 3 After clicking on the Configuration button a menu will open up. Click on the "Advanced…" button near the bottom of the menu.
Step 4 Choose save to clipboard
Once you’ve found the frame you want, click the camera icon, and then paste into Photoshop.
Filed under Video Software | No Comments »
I often have a whole bunch of Outlook emails open and want to close them quickly. This seems like a very basic task that almost anyone would want to accomplish without having to click the little box in the corner of the window. After trying Esc, Ctrl-W and all the other standard ways that 99.99% of software developers use to do this taks I tried MS Outlook’s help. Of course it was totally unhelpful and is always the case I found the solution on the website of a humanoid.
The keyboard shortcut to close open email windows in Outlook is ALT-F4.
Filed under Microsoft Outlook | No Comments »