Here’s a time-saver when you’re trying to find a color you’ll for your website.
- Open the page in a browser
- Inspect the element you want to change the color of
- Click on the color box and scroll through colors
Raw Text Editor
WYSIWYG Editor
SSH Client
Terminal / Shell / Console
SOAP Web Service Testing Tool
Diffing Tool
Bulk File Renamer
File / Directory Listing
(S)FTP / Synching Tool
SVN Client
HTTP Monitor
Web Inspector
Raster Graphic Editor
Vector Graphic Editor
Screen Capture
Virtual Machine
Video Encoding
Amazon S3 Manager
Chrome Extensions
Font for coding
0. Download
Go to http://www.microsoft.com/en-us/download/details.aspx?id=30679 and download Visual C++ Redistributable for Visual Studio 2012 (VC11) which is needed for the next step. Double-click and install it.
1. Download
Go to http://www.apachelounge.com/download/and download the 64-bit version (httpd-2.4.12-win64-VC11.zip)
2. Unzip
Unzip the Apache24 folder to c:/Apache24 (that is the ServerRoot in the config).
Default folder for your your webpages is DocumentRoot “c:/Apache24/htdocs”
When you unzip to another location, change ServerRoot, Documenroot, Directories, ScriptAlias in httpd.conf. Also, when you use the extra folder config files, change to your location there as well.
3. Install Apache as a service
Start > cmd (Run as Administrator)
c:\Apache24\bin>httpd.exe -k install
4. Install ApacheMonitor
Right-click on c:\Apache24\bin\ApacheMonitor.exe, Run as Administrator,
Make a shortcut of ApacheMonitor and put it in your Startup folder.
4. Test Setup
Go to http://localhost and you should see “It works”.
5. If you already have configuration files from a previous installation that you would like to apply to this new installation, do the following:
– rename C:/Apache24/conf/httpd.conf to httpd-original.conf
– rename C:/Apache24/conf/extra/httpd-vhosts.conf to httpd-vhosts-original.conf
– rename C:/Apache24/conf/extra/httpd-ssl.conf to httpd-ssl-original.conf
– rename old C:/Windows/System32/drivers/etc/hosts file to hosts-original
6. copy and paste the config files from your old installation into the new installation
C:/Apache24/conf/9264078_local.dev.XXXX.com.cert (SSL cert)
C:/Apache24/conf/9264078_local.dev.XXXX.com.key (SSL key)
C:/Apache24/conf/httpd.conf
C:/Apache24/conf/server.crt (SSL cert)
C:/Apache24/conf/server.nopassword.key (SSL key)
C:/Apache24/conf/extra/httpd-vhosts.conf
C:/Apache24/conf/extra/httpd-ssl.conf
7. Some useful (necessary) settings to have in httpd.conf
Continue reading Installing Apache, PHP, and Postgres on Windows 7 64 Bit
There are many different types and ways to marketing something, and I’ve read many books on the subject, including “buzz” marketing. Two categories of marketing are advertising and PR. Advertising is expensive. Getting mentioned in a popular blog can be expensive (to hire good PR people) but it doesn’t have to be. Pitching news to a journalist to write about your story / information is usually where people get things wrong. I just came across this article on what the author calls POV marketing. It’s a pretty nice summary with examples of how you should pitch your stories to bloggers if you want to get a write up.
Why Your Marketing Campaign Sucks
I can’t stand using Putty for SSH on Windows. It’s ugly and very non user-friendly. I even got a Mac laptop which I often use for just SSH using Mac Terminal. But, yesterday I discovered mRemoteNG from a coworker, which is a wrapper to Putty, supports tabs, and offers a much better overall SSH experience from Windows. If you need a terminal on Windows, I’d recommend Putty + mRemoteNG. Learn more and download at
http://www.mremoteng.org/
In addition, to fix the ugly color scheme that comes with Putty, use one of these custom themes.
http://www.igvita.com/2008/04/14/custom-putty-color-themes/
Interesting documentary on how crazy it is for millions of Chinese people to take the train home back to their villages for the Chinese New Year and a look at their living conditions and lifestyle.
Must see documentary by all US taxpayers.
[youtube http://www.youtube.com/watch?v=6niWzomA_So]
Watch the full documentary at http://www.hulu.com/watch/417228
Instead of specifically writing string manipulation code that is multibyte-safe, e.g. mb_substr() instead of substr(), you can configure PHP to do this automatically. Just update the following lines in your php.ini.
mbstring.internal_encoding = UTF-8
mbstring.func_overload = 7
mbstring.strict_detection = On
zend.multibyte = On
zend.script_encoding = UTF-8
mbstring.func_overload will automatically cause any non-multibyte-safe functions to use their multibyte-safe counterparts.
When determining the URL for a web page, you often want to use keywords that accurately describe the page’s content. Sometimes, these keywords aren’t in English and contain accented characters. One thing you can do is choose one URL to be the canonical URL and create a redirect to that URL from another that contains the ascii-equivalent version of the words, e.g.
Canonical: http://www.somedomain.com/nǐhǎo
Redirects: