CloneSpy – Remove / Deduplicate Files on Your Computer

As time goes on, you may find that you have many duplicate files on your computer whether they’re music files, photos, or documents. One program I found that is free and does a great job and finding and giving you various options for handling duplicate files, including deleting them, is CloneSpy. I’m currently using is to deduplicate mp3s and it works great. I set it to ask me what to do for each duplicate file match so I can checking and manually choose which duplicate files to delete. Below is a screenshot.

clonespy

How to Build a Data-Driven Hybrid Mobile App with HTML, CSS, Javacript, jQuery Mobile, AppGyver and Parse.

1. Set Up AppGyver Steroids on Your Development Machine

Go to www.appgyver.com, click the Get Started button, and follow the steps to set up your environment. If you’re developing on Windows, you’ll need to install Git, Python, and Node.js which are all very easy and quick to do with the installers. You’ll then install Steroids by running the command

npm install steroids -g

When done, create a Steroids account at www.appgyver.com, log in, and then set up the Steroids login by running the command

steroids login

Steroids should tell you that your login was successful.

logo-steroids-8613d13ce018ffad1cffe9570a8bc050 Continue reading How to Build a Data-Driven Hybrid Mobile App with HTML, CSS, Javacript, jQuery Mobile, AppGyver and Parse.

How to Find and Research (Pre) Foreclosure Houses / Properties

This information applies to properties in California (specifically, Alameda County).

When a bank begins the foreclosure process, they must file a Notice of Default with the county clerk. You can search for all notices of default within a time period in a county by going the county clerk’s website. For Alameda county, that would be

http://www.co.alameda.ca.us/auditor/clerk/propertysearch.htm

clerk1
Continue reading How to Find and Research (Pre) Foreclosure Houses / Properties

AT&T U-verse TV/Internet Coaxial Cable Connections

  1. Twister pair phone wires come to the AT&T Telephone Network Interface Device (NID) outside your house
  2. In the NID box is a balun that converts twister pair to a RG6 coaxial cable
  3. The RG6 coaxial cable from the balun connects to the VDSL input of a Holland Electronics DPLS-2AR Diplexer
  4. A RG6 coaxial cable is run from the “Combined’ output of the diplexer to the coaxial input on your AT&T 2Wire 3800HGV-B VDSL Residential Gateway (RG) modem / router
  5. A RG6 coaxial cable is run from the “HPNA/TVRF” output of the diplexer to the input of a Holland Electronics GHPNA splitter
  6. A RG6 coaxial cable is run from each of the outputs of the splitter to your AT&T set top boxes (STB)
att-uverse-connections

Change Items Displayed in Places/Favorites Bar in Save As File Dialog (Windows 7)

On Windows, when you save a file using the Save As dialog, you normally get some reset shortcuts or places on the left side of the window. These places may not be what you’d like them to be. Fortunately, you can change the shortcuts as I’ve done below showing three items (Desktop, trunk, and image).

save-as-dialog Continue reading Change Items Displayed in Places/Favorites Bar in Save As File Dialog (Windows 7)

T-Mobile Not Receiving Bank of America SafePass Codes

I recently need to set up a wire transfer on BankOfAmerica.com and it asked me to enter a SafePass code that was supposed to have been texted to me from the short code 73981. After many attempts, I was unable to receive the text / SMS even though I can receive them perfectly fine from a regular phone number. It turns out that T-Mobile blocks content downloads by default. To fix this issue, I needed to unblock content downloads by unchecking the check box next to the service. Once I did that, I was able to receive message from short codes and the Bank of America SafePass code.

block-content-downloads

Sublimerge: A Diffing Tool for Sublime Text

I’ve been using WinMerge to see side-by-side diffs of text files and it works pretty well. But, having to use a separate program from my text editor, Sublime Text, is a bit inconvenient. While there are many diff plugins for Sublime Text, Sublimerge appears to be one of the best. I tested it out and it’s pretty easy to use with some nice syntax and diff highlighting. One thing I particularly like about it is the ability to show differences “within” a line in a very clear way. Lines containing differences are outlined whereas the actually text that is different is highlighted as shown in the screenshot below.

sublimerge

Modify Headers for Google Chrome

As a web developer, you will inevitably need to view and/or edit your HTTP request headers to test various functionality. The Chome inspector makes it very easy to see your headers but when it comes to modifying or adding new headers, the Google Chome extension called Modify Headers for Google Chrome works pretty well and is super simple to use. Below is a screenshot showing the interface. You can enable and disable individual headers or all headers for individual pages, tabs or all pages/ tabs.

modify-headers

Easily Find Large Files / Folders on Windows to Clear Up Space

Don’t just you hate running out of disk space? If you need to clean up your machine by deleting unnecessary large files, you can easily find those unnecessary large files by using a tool called SpaceMonger.

http://edgerunner.com/spacemonger/

It runs super fast and gives you many views into seeing the size of various files and folders on your system with the ability to dig down into subfolders.

spacemonger2 Continue reading Easily Find Large Files / Folders on Windows to Clear Up Space

Blazing Fast File / Folder Search for Windows

When you’re trying to find a file on your Windows computer, you probably use the native Windows Explorer search function which not only is slow but sometimes extremely slow and often slower than the amount of time it’d take you to browse to the file manually. Today I installed the Everything search program by Void Tools.

http://www.voidtools.com/

I entered just the filename of an image and it displayed matching results practically instantly including the path to the file. Clicking on a search result conveniently opens the file (image) in my preferred editor (Photoshop). Now that’s how file searching should work!

everything-search Continue reading Blazing Fast File / Folder Search for Windows