Tag Archive | "time"

Best Casio G-Shock Sports Watches For Men

Thursday, November 3, 2011

0 Comments

1. Casio Men’s DW5600E-1V G-Shock Classic Digital Watch This is a classic bulletproof G-Shock watch. If you want fancy features like a thermometer, barometric pressure graphs, multiple alarms, and world time, then you’d have to look elsewhere! If you want a watch that keeps accurate time, lasts forever, and can take a ridiculous amount of [...]

Continue reading...

Thecus N4100Pro Review – Best NAS for Small Office Home Office Use

Friday, April 1, 2011

0 Comments

The Thecus N4100Pro NAS is a relatively old model, but very affordably priced. It doesn’t have as many features as other models in the 4-bay NAS range, such as the QNAPs or Synologys, but it does what I needed it to do well, which was to be a primary fileserver. Thecus N4100Pro NAS Packaging It’s [...]

Continue reading...

How To Subtract 2 Count Values Using SQL Statements

Tuesday, March 22, 2011

0 Comments

If you’re developing an application that makes use of SQL statements, you may come across a time when you’ll require to count() values from a table. You may also come across a time when you’ll need to subtract a count() value from another. The good news is that you don’t have to retrieve both count() [...]

Continue reading...

How To Fix The Problem Of Icons Disappearing in Your Mac’s Dock

Tuesday, March 15, 2011

1 Comment

Sometimes certain icons in your Mac dock will just disappear. For example, the Firefox icon might disappear and you’ll see a blank space with just the Firefox name instead of the icon. I’m not sure why this occurs, but it’s some form of corruption to the dock settings file, so you’ll need to reset it. [...]

Continue reading...

How To Find The Location Of An Executable Program In The Mac Terminal

Thursday, February 4, 2010

0 Comments

The Mac platform is amazing, and what makes it even more powerful is that it’s running on Unix, so you have the incredible power of bash and the shell terminal at your disposal. For instance, what takes 5 clicks and 30 minutes of your time might just be solved by running one command in Terminal [...]

Continue reading...

How To Make and Run Batch Files In Terminal In Mac OSX

Monday, January 11, 2010

2 Comments

I use batch files sometimes when I was using Windows because it saves a lot of time when you need to run a batch of commands frequently. With a batch file, you save all the commands into one file, and just run the batch file, instead of your gazillion commands individually. I was facing the [...]

Continue reading...

Edit .htaccess to increase PHP’s max file upload

Tuesday, April 8, 2008

9 Comments

To increase the upload file size limit on your website, you need to edit PHP’s configuration settings. Unfortunately, not everyone has their own web server, so most of the time people are constrained by the limits of shared hosting. But you can still modify your base php.ini file by creating your own php.ini with the [...]

Continue reading...