Blogdigger: Find Bloggers Near You

From SearchEngineWatch:



Want to meet local bloggers in your area? A new service from Blogdigger pinpoints bloggers by their physical location in the United States, with coverage soon to be extended to cities throughout the world.



Like other local search services, Blogdigger queries have two parts: your search terms, and a location, which you enter as a city/state combination or by using a zip code. Search results are sorted by relevance, with probable hits found within a 20 mile radius of the city or zip code you specify in your query. You can change the distance to 5, 10 or 100 miles, and also re-sort the results by date rather than relevance.


A sidebar shows a map of the city with a list of other blogs operating from that area. If you enter a city name or zip code with no other search terms, your results will show all blog postings associated with that area.


Pretty cool, but searching for several terms related to development in my ZIP code failed to find either myself or Eric Kepes (who lives about 20 miles away).  So I added my feed to Blogdigger at http://www.blogdigger.com/add.jsp, and added the GeoURL headers to my blog also.

Apple Offers $50 Credit for IPod Batteries

According to the settlement’s terms, people who fill out a claim form are entitled to receive $50 redeemable toward the purchase of any Apple products or services except iTunes downloads or iTunes gift certificates. They can redeem the voucher within 18 months of final settlement approval at any bricks-and-mortar Apple Store or online.


Consumers who had battery troubles can also get their battery or iPod replaced. Apple currently replaces or repairs defective products that are returned within one year but the class-action settlement extends the warranty to two years, plaintiffs’ lawyers said.


Consumers who file a claim must have a receipt.


Read more: http://biz.yahoo.com/ap/050602/apple_ipod_batteries.html?.v=5


I tried following the link for www.appleipodsettlement.com, but it seems to be a little burdened right now.

Cool Idea To Thwart Phishing Attacks

The Wall St. Journal has an article today about one step Bank of America is taking to thwart phishing attacks:



First, the bank allows customers to “register” frequently-used machines, such as a home or office PC, with its online system. When customers use one of those computers to access the site, they are shown a picture after entering a username. If the picture matches the image the user chose when setting up the account, the customer knows they are in the right place, and then enters a password to access accounts.
 
When customers try to access accounts from a computer that Bank of America doesn’t recognize, the image doesn’t appear. Instead, users must answer a challenge question, like “What was your high school mascot?” The bank tracks computer IP addresses and also uses cookies to identify PCs.


The on-line article has a nice graphic that shows the UI part of the process.  It looks like if you save the cookie in your computer, you’ll go straight to the photo or challenge question, after which you can enter your passcode.  Otherwise, you’ll have an additional step of entering your user ID.

Updating Crystal Reports .NET if You Change the XSD

One method of creating Crystal Reports is to use an ADO.NET Dataset (for good advice please read Reporting Off ADO.NET Datasets).  To create the report from a dataset, you have to model the dataset in an XML Schema Document, which has the .XSD extension.  You use the XSD as the ‘source’ of your report at design time, and at runtime, set the data source to the ADO.NET dataset in memory.


From time to time, requirements for your reports change, and you have to change the dataset.  If you used an XSD to design your report, you need to follow these steps to update your report:


1) Update your XSD.  Either make the changes manually, or re-create the entire document, whichever is easier.
2) Open your report in design view in VS .NET.
3) Open the Field Explorer, and right-click on “Database Fields”.
4) Choose “Set Location…” from the menu.
5) Choose the data source you wish to update in the “Current Data Source” dropdownlist.  You can choose either the entire dataset, or just a single table (in many cases, there will only be one table per dataset, so either choice is as good as the other in this case).
6) In the “Replace with” window, expand “More Data Sources”, then “ADO.NET (XML)”.
7) Double-click “Make New Connection”.  You may see your dataset listed, however, I have found from experience that sometimes you need to overwrite the cached version.
8) In the new window, browse to your XSD and choose “Finish”.  Leave “Use Visual Studio Data Class” unchecked.
9) If you have a table chosen in the “Current Data Source” dropdownlist, highlight the replacement table you just added, and click “Replace”.  If you have a dataset chosen, highlight the replacement dataset and click “Replace”.  If the “Replace” button is not activated, you need to make sure you have the correct structure chosen in both places.
10) Click “Close”.  You may be asked to remap fields if any field changed its data type.  To map the fields, un-check “match type”, and match fields one by one, clicking “Map” after each selection.  Do this until all the fields that need to be re-mapped have been re-mapped.
11) You should now see all yoru changes reflected in the Fields Viewer (you may have to expand “Database Fields”).

Awesome iPod Earphones


http://www.etymotic.com/ephp/er6i.asp



6i isolator earphones are designed specifically for use with the Apple iPod and other small portable players, offering 8 dB higher overall sensitivity and slightly more bass than the ER-6 isolator earphones.


I just received a pair for my birthday…incredible!  I use a similar triple-flange earplug when shooting, and these plugs block a ton of background noise.  This means you can keep the volume at a very low level when listening, so your hearing is preserved.  These are awesome for mowing the lawn–can’t hear the lawnmower, and again, the volume can stay low.


The sound quality is very impressive–music is clear and crisp.  It’s a little tricky to insert these correctly the first couple of times, but you can tell easily by the sound.  There are aspects of music I hadn’t heard before!  For instance, in Tom Petty’s “Even the Losers“, there’s a small pause between the intro and the main song.  I always thought it was blank space, but there’s actually a woman’s voice (quietly) shouting “It’s just the normal noises in here!“.  No idea that existed.


I don’t recommend these if you have co-workers who enjoy sneaking up on you, or if you have to answer the phone a lot.  You simply won’t hear what’s going on.  Which is great for mowing the lawn, or travelling on a plane.


(originally posted 2004-09-29 on a different blog site)


<update 2005-07-22>


Now that I’ve been using these earphones for a while, I’m even more impressed.  The soft silicone plug fits my ears very nciely, and blocks a lot of sound.  When mowing the lawn, the lawnmower is a dull hum, and softer sounds aren’t even heard.  I can listen to my iPod at slightly above normal volume, and my ears aren’t ringing when I’m done (which is usually about 2 hours).  Neighbor’s kids screaming in the yard when you want a quiet moment on your deck?  No problem–you won’t hear them with these earphones in, either listening to your iPod or not.


I’ve made several plane flights using these, a few in excess of 5 hours, and it’s amazing to get off a plane without that jet engine hum ringing around in your head.  Very pleasant.  A few times I’ve had to take the plugs out to equilibrate the pressure, but that’s no big deal.


On a sweaty day, or after a lot of use, you can build up a little crud on the plugs.  That’s easiest to clean off just after you take these earphones out.  Use a dry cotton swab and gently run the tip between the flanges.  Good as new.

SQL Server Reporting Services and Crystal Reports: A Competitive Analysis

Brian Bischof, author of Crystal Reports .NET Programming, has posted a comparison of SQL Server Reporting Services and Crystal Reports:



During 2004, Microsoft grabbed the attention of the Visual Studio .NET community by announcing a new reporting product: SQL Server Reporting Services (SSRS). Not only did they promise to give programmers a new reporting tool, but it was going to be free as well. Suddenly everyone was comparing Reporting Services to Crystal Reports – the report designer that has been bundled with VB since VB 3 and integrated into Visual Studio .Net (and will also be included in the next release of Visual Studio .Net 2005).


The goal of this paper is to illustrate differences between SSRS and the current version of Crystal Reports, Crystal Reports XI (version 11). Each product has its strengths and weaknesses and these are highlighted here. It’s important to evaluate each product and consider which one works best for your application’s reporting requirements.


 

Open PDF Outside of Browser

This question has passed my threshold of answering as forum posts, so it’s going on the blog:



Does anyone know how to export a crystal report into a seperate adobe reader instead of embedding the reader into the current browser window?

I am successful in exporting to pdf and excel, but it would be great if I could bring up a “save as or open” prompt.

Any ideas would be greatly appreciated.


The “save as or open” prompt is something the browser does automatically when it encounters a file type it can’t open itself (either unknown file type or viewer program unknown).  There is a setting in Acrobat Reader you can use to override this, but it’s one the clint has to make–you can’t script it.  For Reader 6, go to Edit >> Preferences >> Internet, and uncheck “Display PDF In Browser”.


If this doesn’t solve your problem, try reading CodeSnip: Opening Crystal Reports in a New Window in ASP.NET.

MP3 Driving Directions

IPoding reports on MaP3, which uses Text-to-Speech to convert driving directions into MP3 files.  From Map3’s website:



MaP3 will give you the best driving route to take between any two addresses in the United States and Canada. While there are other websites that give driving directions, MaP3 is the only website that gives them to you as spoken directions, delivered in MP3 format to your email inbox! Instead of reading your directions as you drive, you’ll be listening to them on your MP3 player or, by burning them to a CD, in your car’s stereo deck!


MaP3 provided a sample to IPoding you can listen to.  Definately a cool idea, but you’ll need cat-like reflexes to keep up with the spoken directions.

Thank You Mindsharp!

I received my free SharePoint posters today, and I can only say “Wow!  Thanks Mindsharp!”.  They are detailed and yet still nicely laid out.  My mental image of SPS configuration is no longer an endless maze with randomly moving walls (and no cheese).  The SPS poster very nicely turns the mess into a tree diagram.  If you plan on hanging them up, make sure you plenty of wall space available.  The WSS OM is big–about 4 feet wide (about 1.3m)!  The other two combined are just about as wide.

Free SharePoint Posters

Mindsharp is offering as set of SharePoint posters free if you register at their site.  There are three posters in the set:



Windows SharePoint Services Object Model Poster
The Windows SharePoint Services (WSS) object model consists of eighteen namespaces in nine assemblies. It is written in .NET managed code using C# so it is easily accessible via ASP.NET or any other server process. Anything that can be done using SharePoint’s application and administrative interfaces can also be done using it’s object model. Although the SharePoint SDK is helpful, it can be difficult to see the big picture.
Mindsharp’s FREE* WSS Object Model is a 3’x4′, color-coded, graphical depiction of the relationship between WSS collections, object, methods, fields (constants), properties, and enumerations in several core namespaces.


Windows SharePoint Services Administration Roadmap
Increase your productivity with Mindsharp’s FREE* Windows SharePoint Services (WSS) Administration Roadmap. This 2’x3′ poster presents the complex infrastructure of the administrative links presented by Windows SharePoint Services.


SharePoint Portal Server Administration Roadmap
Mindsharp’s FREE* Sharepoint Portal Server (SPS) Administration Roadmap is a 2’x3′ poster containing all Site Settings and Central Administration menus. This enables you to see the complex infrastructure of Portal’s administrative links.


*Note: One set of posters is available at no cost to residents of the US, UK, and Canada. Additional sets can be purchased for $20 (our cost to produce, package, process, and post). Electronic versions of the posters are also available for $45/each (entire set must be purchased).


You can get a good view of the WSS Object Model poster at http://MindsharpBlogs.com/Todd/archive/2005/02/23/330.aspx.


Mindsharp was founded by Bill English and Todd Bleeker, both of whom have blogs at www.mindsharpblogs.com, all of which I’ve found to be very interesting so far (some of the posts are deep topics–not so much for beginners).  Bill is also part of the new SharePoint Advisor magazine.