Category: Hints

General hints I think might help others that I have come across over the years.

Hints

Jappler Recommends: Less Plastic and More Green

After watching Sometimesdaily With Amanda Congdon – she playfully suggested using jars for drinking glasses to save money. As a big fan of drinking out of mason jars already – this episode got me thinking… Amy is always complaining about BPA leaking into our food when we use and reuse our plastic/tupperwear containers which I […]

Hints HOWTOs

How to Find Geographical Coordinates

Ever need to find your location using latitude and longitude? Do a search for your destination using Google Maps and then when your destination is in the center of the map – type: into the browser address bar (no http or www) and your coordinates will appear.

Hints Serenity Now! Software

Clean Up that Photo Library!

In the past few days I have found it really hard to focus on work because my mind keeps drifting back to Triscuit. Because of this I have tried to do some things that I have been meaning to do but have not had time/want to do them. One of them: take a break and […]

Hints HOWTOs HTML/XTML Web Development

Uncheck Checkbox Values

I recently ran into a situation with a custom form where users had a number of checkboxes where the values were saved upon submit. When they went back through the form to make changes, if they unchecked something that was already checked and submitted the form again, the checkbox value would not change (not empty). […]

Hints

Something For Ben, Ken, and Doug

We all need them. We all use them. We all realize the power – but with the exception of Ben – we all run into road blocks and frustration when we try and put something together. What are they? Regular Expressions. Take a look at the cool RegEx testing tool where you can easily test […]

Hints HOWTOs WordPress

Find and Replace With phpMyAdmin (or using SQL)

Ever need to find and replace something in your WordPress database? (perhaps you changed domain names and have the old domain name or folder structure hard coded into some of your posts) You can easily update your database by using phpMyAdmin or by using the following code in any SQL interface: The first part of […]

Hints HOWTOs Web Development

Undelete Something With SVN

Ever delete something with svn (svn del) and then realize you needed it again? You can get it back by using: svn copy -r HEAD filenameyoudeleted.extension filenameyoudeleted.extension svn copy is the command to get a working copy back -r is short for revision. I used HEAD which will give you the latest in repository. You […]

Hints Web Development

Subversion File Status Reference

Something that confuses a lot of people when they start using subversion is the file status. (svn st) Here is a quick list of the file status codes and what they mean: A File was added C Conflicting changes D File was deleted G File was merged R File was replaced U File was updated […]

Hints Life

Career Advice for College Students (or Anyone)

I returned from a trip to my alma mater, The Pennsylvania State University, a few days ago after getting asked to speak at the History Department career fair. I was one of seven speakers at the event. We all had various non-traditional history degree careers (which was the point) and surprisingly we all had a […]

Business Hints HOWTOs

How to Get Stuff Done

The last few weeks I have been extremely busy and on top of that I have been dealing with a sick child and also being sick myself. There is no time to be wasted so efficient use of the time I had was crucial. I feel that since owning my own business, I have had […]