Sorry about the downtime… *grumble*
10:03 up 29 days, 21:02, 3 users, load average: 112.95, 84.50, 48.35
Interesting discussion in IT Professionals community I saw regarding needing to be able to search GMail for some IP addresses. I’ve tinkered around with a few things and found a pretty easy way to do the regex searches. Step 1: Setup Google Doc’s Sheet Source: http://www.labnol.org/internet/advanced-gmail-search/21623/ Follow these directions to the end of #2 below: Click…
Read More Searching GMail with RegexThis is an Excel document embed test from Office.com
Read More Office Online Embed TestThis is my Wordle for my website. You can create a wordle of your own by visiting http://www.wordle.net/create. Wordle is a toy for generating “word clouds” from text that you provide. The clouds give greater prominence to words that appear more frequently in the source text. You can tweak your clouds with different fonts, layouts,…
Read More Wordle for My SiteI have been working on a web project that involves some HTML data that I can’t change statically, with the exception of some CSS modification abilities. Since I can’t make any adjustments to this software’s output of HTML data, or Javascript, I have been able to figure out cool little tricks to change things on…
Read More Conditional Selectors in CSS Rocktechish.net is now using SSL. Trying out the Comodo SSL 90 day certificate. Will run the StartSSL free 1 year SSL certificate (CA-1) after this 90 day period expires.
Read More Now with SSLTesting
Read More Test PostSorry about the downtime… *grumble*
10:03 up 29 days, 21:02, 3 users, load average: 112.95, 84.50, 48.35
Just a few quick notes on how to redirect website to force www or to force just the domain name when users visit your site. .htaccess Redirect non-WWW to WWW This will redirect http://my-domain.com/ to http://www.my-domain.com/ RewriteEngine On RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] .htaccess Redirect WWW to non-WWW This will redirect http://www.my-domain.com/ to…
Read More Apache .htaccess Redirect WWWCool, I finally found the .99 coupon code for GoDaddy .com domains for March 2013 and April 2013. Code: VDAY99
Read More 0.99 GoDaddy .COM Coupon Code for March/April 2013