Mini Searches with Answers

March 9th, 2010  / Author: Greg Pinero (Primary Searcher)

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

Elkridge columbia costco hours
M-F 10:00am – 8:30pm
Sat. 9:30am – 6:00pm
Sun. 10:00am – 6:00pm

How to include jQuery in a Bookmarklet
var s=document.createElement('script');
s.setAttribute('src','http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js');
document.getElementsByTagName('body')[0].appendChild(s);

Bottle: Python Web Framework – Bottle: Python Web Framework
Really simple Python web framework, all in one file!

In production, Apache + mod_wsgi or Nginx + mod_wsgi ? – Stack Overflow
Should you use Apache or Nginx with a Python wsgi application?

Sharepoint Integrated mode – worth the hassle? | NetworkWorld.com Community
A good article about MOSS/SSRS integration. It answers some of the questions I had. What's the difference between integrated and native mode? Why doesn't the share point integration option show up in reporting services configuration? Answer: Because you have to install SQL server service pack 2 first.

Tags: , , , , , , , , , , , , , , , ,

Salamander Leg Regrowing – Time lapse Video

February 27th, 2010  / Author: Greg Pinero (Primary Searcher)

I was searching all around for this. Finally I found it here.

Air filter gets flipped around

February 27th, 2010  / Author: Greg Pinero (Primary Searcher)

My air filter in my forced air furnace has been getting sucked into the furnace or flipped around. I’m not sure what the best way to stop this from happening is. The first thing I’m going to try is buying a bigger air filter, maybe 1 inch longer in the longest direction. I’ll report back if that helps.

Best time to shop at Costco

February 27th, 2010  / Author: Greg Pinero (Primary Searcher)

This article recommends you shop at Costco during the business member hours (if you have a business membership) and otherwise visit Tuesday through Thursday when the crowds are best.

Mini Searches with Answers

February 25th, 2010  / Author: Greg Pinero (Primary Searcher)

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

Chris Hays’s Reporting Services Sleazy Hacks Weblog : Dynamic Grouping
How to let users choose which fields to group by in a report (Hack warning)

Hacker News | Ask HN: Review my startup: Cashier Live
A new POS web application, can I finally have an alternative to QuickBooks Point of Sale?

Man, my Ubuntu stops playing sounds after a few hours. Here’s how to fix it.
1. sudo lsof | grep pcm
2. Kill the listed processes (they're currently using audio).
3. sudo /etc/init.d/alsa-utils restart

SSIS Data Flow – How to load identical data into two places? – Stack Overflow
Searching for "SSIS two destinations from transformation" yielded no results so I asked in Stack Overflow. Yes they do have a transformation for that, it's called "multicast". That's why I didn't find it on my own.

It should be called "duplicate output" or something. I thought "multicast" had something to do with putting your data on YouTube!

Tags: , , , , , , , , , , , , , , , , , , ,