Archive for category Ask J.D.

American Airlines killed our Kindle

Dead Kindle sideways Alternative title: What to do if your Kindle breaks after warranty coverage has expired.
What happened: last night we found out our Amazon Kindle was dead. It had been killed by American Airlines.

What we’re doing: We are getting a replacement Kindle from Amazon (see below).

What we will do differently: We will be even more careful with carry-on items that may get “valet checked” when we’re boarding the plane. We will try to check all of our valuables before leaving the terminal (or at least within 24 hours).

The longer story, and how to get a replacement Kindle if yours breaks…

Read the rest of this entry »

, , , , ,

2 Comments

The new facebook (Feb 2010 edition)

Some people (me included) have been switched over to a new facebook. Others haven’t gotten it yet.

So if you haven’t been switched over and you’re wondering what it looks like, here you go:
The new facebook

And facebook’s new “guide to the home page”:

, ,

3 Comments

Snazzy Archives Error [solved]

The  Snazzy Archives plugin is a cool WordPress plugin for outputting snazzy archives.

However, it seems that something in the latest update of the plugin (or possibly of wordpress) is causing some problems:

Just allowed the latest plugin update this morning. My archive still displays… but shows this message above it…

Help !
Don’t know why I’m receiving the following error message, after the latest upgrade:

Don’t know why I’m receiving the following error message, all of a sudden, after the latest upgrade…

The problem lies in the following code:

<?php
/*
Template Name: Snazzy Archives
*/
?>
<?php get_header(); ?>
<p align="center">
<?php if (isset($SnazzyArchives)) echo $SnazzyArchives->display(); ?>
</p>

Which spits out out an error message similar to:

Warning: Missing argument 1 for SnazzyArchives::display(),  called in /wp-content/themes/amazing-grace/Snazzy.php on line 11 and  defined in wp-content/plugins/snazzy-archives/snazzy-archives.php on line 290

Here’s a solution, change the appropriate section above by adding in two quotation marks in the display function call:

<?php if (isset($SnazzyArchives)) echo $SnazzyArchives->display(""); ?>

This worked when I was fixing the archive on my friend’s blog. I hope it helps you too if you’re having a similar problem :-) .

,

No Comments

Alienware M11x Netbook Specs

Photo of ports and basic features (scroll down for full specs)

Updated: 2010.Feb.2nd with SIM card info and revised port list.

Alienware M11x Specifications

Full specifications:

OS: Windows 7

Processor:
Intel® Pentium® Dual Core – SU4100 1.3Ghz 2MB Cache – 800 MHz FSB [base model]
Intel® Core™ 2 Duo Processor – SU7300 – 1.3Ghz 3MB Cache – 800 MHz FSB [upgrade]

Chipset: Mobile Intel® GS45 Express Chipset

Memory: DDR3 1066 MHz SODIMMs – 2Gb min and 8Gb max (thus 2 SODIMM slots)

Hard Drive:
160 GB, 5400 rpm [base model]
250 GB, 7200 rpm
320 GB, 7200 rpm
500 GB, 7200 rpm
250 GB SSD
500GB SSD [available later? Source: sina.com]

LCD:
11.6– inch WLED 1366×768 (COLOR TFT/HD LCD)
Approx 10.1″ width x 5.7 “height

Video:
Switchable between Integrated Intel® GMA 4500MHD and NVIDIA® GeForce® GT 335M discrete
Integrated: 384 MB shared
Discrete: 1 GB DDR3

Camera: 1.3 Megapixel webcam (front facing, above bezel)

Audio: Realtek ALC665

Media:
External Only (no internal DVD/BluRay)

Bluetooth: Foxconn Bluetooth V2.1+EDR (Broadcom chipset)

WAN: ?SIM card reader? Source:  IGN

NIC:
10/100Mbps, Atheros AR8132 LAN Controller

I/O:
3-in-1 card reader
VGA port
RJ-45 Jack for LAN(10/100)
HDMI port
Display port
USB(x3)
IEEE1394a
Microphone-in
Two Headphone-out jacks
Expresscard 34mm? (not certain)

A/C:
65 Watt AC Adapter (Small)

Battery:
8 cell lithium ion 63WHr

Battery Life:
Estimated 6.5 hours

Price:
Starting at $799 (Source: Engadget)

Weight:
1.99 kg (4.39 lb) with 8-cell battery

Keyboard:
Illuminated (can change colors?)

Dimensions:
Height : 32.7 mm (1.29 inches)
Width : 285.7 mm (11.25 inches)
Depth : 233.3 mm (9.19 inches)

Source for much of the specs:  NoteBookReview Forum threads

, , ,

2 Comments

Roundup of ISAPI rewrite filters for IIS

Here is a roundup of ISAPI rewrite filters for IIS, they let the webserver take a human friendly request like http://www.jdhodges.com/photos/1002 and rewrite it to a url that a dynamic scripting engine (such as ASP) can understands like http://www.jdhodges.com/photos.asp?photoID=1002 This benefits users who now have a legible URL and especially search engines like Google which are much more likely to index a page which appears to be static than a dynamic looking URL string:

Reasons your site may not be included: Your pages are dynamically generated. We are able to index dynamically generated pages. However, because our web crawler can easily overwhelm and crash sites serving dynamic content, we limit the amount of dynamic pages we index.
Google information for webmaster [google.com]

Another use for URL rewriting is to deal with “hotlinks”. Bob pointed me to a site nice site discussing hotlinks which are bascially links from other websites directly to your content, used for display on their page. I’ve had people do this in forums where they like a photo of mine and instead of linking to the particular page it’s hosted on and sending folks my way, they link directly to the image and use my bandwidth for their gain :-( Here’s an example of someone doing that to me. It’s not a huge deal and thankfully I put the jdhodges.com URL on all of my images… Following the table is a new program called coldlink that is specifically targeted at preventing damage from hotlinks. First, here is another description of hotlinks:

…the practice of building web pages that contain unauthorized content links, known as a hotlink, direct link, or remote link to files hosted by another site. Notice that we said content links and not navigation links that lead to another site. Content links are file references that the browser fetches to draw the page such as images, style sheets, scripts or even complete web pages that are rendered within a frame. In other words, these are embedded content or embedded objects within an html page .

The result of hotlinking is that the offending site is able to present it’s pages without paying for the bandwidth needed to serve up the stolen content. The victim site ends up paying the bandwidth expense for serving up the files without gaining any page views.
Source: wordworx.com

IIS Rewrite is the granddady of rewrite filters and it is the first thorough implemenation that I came across. Now ISAPI_Rewrite appears to be taking the lead but they are still very comparable products. I would like to mention that I have corresponded personally with IIS Rewrite’s creator in the past and he was very helpful and responsive. I don’t have personal experience with ISAPI_Rewrite but many other users are atarted to praise the features it brings to the table.

Below is a table that I compiled attempting to compare the available products, I tried not to come to any incorrect conclusions but for some of the less well know rewriters out there you will want to do some more of your own research. If you don run across and errors or you have a new rewriter to add to the list please email me at jd_hodges_ii AT hotmail.com Finally, if you find this information useful and end up purchasing a filter, please let them know that you found out about them here. Thanks for reading!

Single license Price Demo available? Support Virtual Servers? mod_rewrite script compatibility? regular expressions? Requires reboot for changes to take effect? Automated install? Support Forums? Thorough documentation?
IIS Rewrite $99* 200 manipulations, then must restart web server Yes Yes/Yes Yes No No Yes
ISAPI_Rewrite $69 30 day* * Yes Yes/Yes No Yes Yes Yes
OpUrl $45 14 day No? No?/Yes? Yes No Yes No
URL Replacer Free N/A No? No?Yes? Yes No No No
URL Rewrite $22**** No. No? No/No Yes? No No No
*limited time, $199 regular price.
** “Lite” version available as well for free.
***Only the “Lite” version supports automated install.
**** 22 Euros
? means I’m not sure

ColdLink

I wasn’t aware of an IIS solution to the hotlinking problem, but Bob knew of one called ColdLink which claims to “puts hotlinks on ice” hehe, now that’s a nice slogan!

ColdLink Bandwidth Protection Software gives you instant relief when hotlinks from bandwidth bandits get you hot under the collar.

The ColdLink iis isapi filter or apache module transparently maps and rewrites protected urls dynamically in realtime within every page served from your site. Your site continues to work normally, even when the pages are linked from search engines or other sites. Users can even bookmark your pages for later return because the page will contain new valid links.
Source: coldlink.com

Update: For those wanting to check if their current anti-hotlinking measures are working, here is an online anti-hotlinking testing tool. Just enter the URL of a protected image, on their easy to use web form and hit “check now” Finally, here is an example of a hotlink protected image now go to the original source page of that image to view it in its original context(you may have to refresh your browser.) Pretty nifty huh?! I’m not sure what software they’re using but it works well :-)

IIS Rewrite

What I’ve been using on my site for the past year, it has easily supported over a million rewrites without giving me an problems.

IISRewrite is a rule-based rewriting engine that allows a webmaster to manipulate URLs on the fly in IIS.

URLs are rewritten before IIS has handed over the request to be processed, so requests for HTML files, graphics, program files, and even entire directory structures can be rewritten before they are passed to ASP scripts for processing.

[. . . ]

IISRewrite is a stripped down implementation of Apache’s mod_rewrite modules for IIS. Webmasters who have used Apache’s mod_rewrite in the past will find that much of the configuration and functionality is the same.

OpUrl

ISAPI URL Rewrite

An ISAPI filter that provides powerful, integrated URL re-writing for IIS. OpUrl has many benefits, including helping to ensure search engines crawl even the dynamic parts of your site. Most search engine crawlers don’t index dynamic pages, e.g. page.asp?item=1 so OpUrl allows you to use static URLs instead. The functionality is very similar to Apache’s mod_rewrite

ISAPI Rewrite

ISAPI_Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache’s mod_Rewrite, but is designed specifically for Microsoft’s Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme.

Here is what Joshua thought about ISAPI_Rewrite:

I’ve tried ISAPI_ReWrite (www.isapirewrite.com) and I like it. It seems comparable to IISReWrite, but here are some features I really like:
1. It’s free in it’s most basic form (one set of rules for every domain on the box). You have to buy it to set up rules for virtual domains, but it’s cheap.
2. The help documentation is really complete in regards to explaining the RegEx rules. I actually use the documentation as my daily RegEx reference.
3. Their support forums are decent. I got a couple answers within 24 hours.
4. * When you edit the config file, the changes are immediate * That means no having to restart anything when a rule changes. I know that IIS ReWrite requires a reboot of IIS every time you make a rule set change. The reason I like not having to restart anything is because I plan on making an online application to create rules on the fly.

Over on Web Master World forums another user also had good things to say about ISAPI_Rewrite.

ISAPI_Rewrite would be my suggestion. We’ve tested both IIS Rewrite and ISAPI. The ISAPI_Rewrite product outperforms the others due to its ease of configuration and a bunch of other little extras that come in handy. One of the biggest benefits we’ve found with ISAPI_Rewrite is that you don’t have to restart IIS each time you make a change to the .ini file

The ISAPI_Rewrite featureset sounds complete, and the documentation is thorough but not moreso than IIS_Rewrite.

URL Replacer

A new freeware rewriter that I just found out about, I don’t have any experience with it but if you’re looking for something to try on the cheap it might be your ticket.

The ISAPI filter replaces defined parts of URL from browser. It enables url to scripts (.asp, .cgi, .idc) with parameters look like static html pages or specify exact download filename generated by script.

Update 2006.March.28

LinkFreeze Description from the Helicon Tech website:

LinkFreeze is a fast and easy solution to optimize dynamic or database-driven website for search engines. It optimizes all dynamic links on your site removing all unwanted characters and making links look like static files. […] the main benefit of LinkFreeze is that you don’t need to change anything in your application to make it search engines friendly. LinkFreeze will modify all links directly before the server will send response to the client. So everybody – users, search engine crawlers or other robots will see the same nice statically looking links. And when somebody will navigate to this link LinkFreeze will intercept this request on the server and rewrite URL back to the dynamic form, so your applications will still thinking it is working with old dynamic links.

HotLink Blocker Description from the Helicon Tech website:

Hotlink Blocker is an IIS plug-in that will protect your web site from bad people stealing your traffic by directly linking to the content on your server. If you have an image collection, video or document archives, Flash games or any other downloadable content HotlinkBlocker is a right product for you. After installing HotlinkBlocker your site will continue working as before, all search engines and backward links will still be valid, all user’s favorites will remain working. But if someone tries to embed your stuff directly on their site, they will only see an error message or your site’s logo. You can save tons of traffic and thus the money. You can even turn these hotlinks into real visitors by redirecting hotlink request to your site’s homepage.

Updated 2003.Dec.05 with anti-hotlinking testing tool

, , , , ,

1 Comment

Does Windows 7 load balance multiple internet connections? [yes, probably]

Question. Does Windows 7 load balance multiple internet connections? And what exactly is load balancing anyway?

Answer. Yes,  Windows 7 appears to load balance!

Annoyances.org – re: Multiple Internet Connections (Windows 7 Discussion Forum)

Annoyances.org – re: Multiple Internet Connections (Windows 7 Discussion Forum) pg. 2

Windows 7 Break through. Excited!! Load Balancing Works! – Overclock.net – Overclocking.net

NOTE: I haven’t found any official MS documentation on this topic, but from reports on the web it does seem to work…

Load balancing distributes downloads (or uploads) over different internet connections.

Example:
You have two internet connections, one DSL (150kbs actual download) and one cable modem (500kbs actual download). #1 You start a large file download, and Windows 7 assigns the download to your cable modem. #2 Then you start streaming a Netflix movie, Windows 7 assigns the streaming movie to your DSL connection.

If anybody has more specific information on how Windows 7 determines the load balancing (i.e. randomly, or via specific parameters) please post in the comments below, thanks!

PS if you would like to force Windows to use a specific network connection for a particular application, you can: ForceBindIP – Bind any Windows application to a specific interface (works on Windows NT/2000/XP/2003, I’m not sure about Windows Vista or Windows 7)

PSS Bonus link, How to Turn your Windows 7 Netbook into a Wireless adapter for your Xbox 360

No Comments

SkyGrabber Review [updated with screenshots and download]

If you’ve read about the security vulnerability of US military drone planes, like the Predator,  you probably wanted to checkout the Russian  SkyGrabber software to see what all the fuss is about. Unfortunately, their site seems to be down due to all the traffic.

Hopefully the military (or the company that builds the drones) will fix the vulnerability soon!

UPDATE 2: download links for Skygrabber link #1, link #2 (mirror)

UPDATE 1. Here is a screenshot of the Skygrabber program in action:

Screenshot of the Skygrabber software in action

Screenshot of the Skygrabber software in action

Screenshot source:  www.H33T.com

Skygrabber Site

Until their official site comes back up,  here are some ways to view their site as well as a cached version of their frontpage and the SkyGrabber page:

Frontpage of the SkyGrabber.com site (cache)

Frontpage of the SkyGrabber.com site (click, then click again to enlarge for full version)

Information page for SkyGrabber (cache)

Information page for SkyGrabber (click, then click again to enlarge for full version)

More ways to view the SkyGrabber pages and more info:

Google cache of the skygrabber page (Dec 17, 2009)

Internet Archive version of the skygrabber page (from late 2008)

Wall Street Journal article

NOTE: this content is publicly available and is provided for informational purposes only.

Coming soon:

SkyGrabber Review

, , , , , , , ,

2 Comments

Dell M4400 display models

First order:
X864C Module, Liquid Crystal Display 15.4WX+, WLED, Lg Philips Lcd Maybach/Avia

Second order:
U609C Module, Liquid Crystal Display 15.4WX+, WLED, Au Optronics Corp, Maybach/Avia

Both are matte anti-glare displays :-) .

, ,

No Comments