Dropbox Free Space

Anyone can sign up for Dropbox and receive 2 GB of free cloud storage space. However, there are many secrets on how to get more Dropbox storage space for free. Dropbox is a cloud storage service that allows you to store photos, documents, and any other file securely in the cloud so that you can access them from anywhere.

Here are the 5 ways to receive more Dropbox storage space for free.

  1. Sign up using a referral link and receive an additional 500 MB for free. After you sign up, you can refer other users and receive 500 MB in free storage space each time someone signs up using your link (up 16 GB).
  2. Go through the getting started steps at https://www.dropbox.com/gs and earn 250 MB.
  3. Give Dropbox a little social love by following the steps at https://www.dropbox.com/free and earn 625 MB.
  4. Use the Dropbox camera upload feature and earn 500 MB for your first camera upload and 500 MB for each additional 500 MB of camera uploads up to a total of 3 GB of free space.
  5. Complete the annual Dropbox dropquest.  In 2011 and 2012 people who completed the dropquest earned 1 GB in free space.

Dropbox

If you follow the 4 steps above you will have a total of 6.35 GB in free Dropbox storage space. Then each year you can look for the annual dropquest and earn more free space.

If you have yet to sign up for Dropbox please use my referral link http://db.tt/59ZbhTd

WordPress change Permalink

I recently decided to move my WordPress blog to HostGator from WordPress.com.  I made a number of changes including:

  • changed my domain from johnlevandowski.com to wpselect.com
  • set my site up as a multisite network
  • changed the permalink settings to “post name” from the default “day and name” format used on WordPress.com
  • disabled the author and date-based archives using the WordPress SEO plugin.
These changes could negatively impact seo and result in 404 page not found errors.

Wordpress change permalink

With all the above changes here are the rewrite rules I put in place using a .htaccess file so that visitors to my WordPress blog would not receive 404 page not found errors and that hopefully seo would not be negatively affected.

Here are the .htaccess rules I put in place:

  1. RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*)$ http://example.com/blog/$4
  2. RedirectMatch 301 ^/([0-9]{4})/([0-9]{2})/(.*)$ http://example.com/blog/$3
  3. RedirectMatch 301 ^/tag/(.*)$ http://example.com/blog/tag/$1
  4. RedirectMatch 301 ^/category/(.*)$ http://example.com/blog/category/$1
  5. RedirectMatch 301 ^/author/(.*)$ http://example.com/

The first rule redirects visitors from http://johnlevandowski.com/2011/09/12/wordpress-performance-opcode-cache/ to http://wpselect.com/blog/wordpress-performance-opcode-cache/

The second rule redirects visitors from http://johnlevandowski.com/2011/10/wordpress-author-information-in-google-using-relme-relauthor/ to http://wpselect.com/blog/wordpress-author-information-in-google-using-relme-relauthor/

The third and fourth rules redirect visitors to category and tag archives to the new archive pages.

The fifth rule redirects author archive page visitors to my site’s home page, since the author archive pages are disabled.

The first and second rule will also redirect visitors to data based archive pages (disabled) to a page with a slug of “blog”.  I created a blog page so that visitors to http://johnlevandowski.com/2010/01/ would get a redirect to http://wpselect.com/blog/ that lists all my WordPress blog posts.

If you have any further suggestions, please leave a comment below.

Optimize Images for Web PNG

To improve your website performance, you should optimize images for the web.  This will result in improved page load times for your website visitors and bandwidth savings for you.

Images on the web should normally be JPEG images.  In some circumstances it is appropriate to use PNG images.  If transparency is needed, PNG is your only option.  If you have an image with lots of colors, JPEG is your best option.  In any case, you should optimize your PNG images if you choose to use them on your website.

There are 2 primary ways to optimize images for the web:

  1. Lossy – reduce the number of colors for the PNG image. For lossy optimization I use ImageAlpha for Mac OS X.
  2. Lossless – remove unneeded information from the PNG image, For lossless optimization I use ImageOptim for Mac OS X.

The image below is the original PNG image.

Optimize PNG Original

43 KB (43,346 bytes)

The image below was optimized using ImageOptim.

Optimize PNG ImageOptim

41 KB (41,422 bytes)

The images below were optimized with 256 colors using ImageAlpha.

Optimize PNG ImageAlpha 256 Colors

18 KB (18,335 bytes)

The image below was further optimized with ImageOptim.

Optimize PNG ImageAlpha 256 Colors ImageOptim

17 KB (17,236 bytes)

With this optimization you are able to cut the image size down to 40% of the original size without any noticeable difference in quality.

For JPEG image optimization techniques refer to my post Optimize Images for Web JPEG.

Royal Match Blackjack

When playing blackjack at a casino, you may be offered to play side bets. One side bet that is typically offered in single deck blackjack games is royal match.

In a single deck blackjack game, royal match pays:

  • 3 to 1 if your first 2 cards are suited
  • 10 to 1 if your first 2 cards are the suited King and Queen (Royal Match)

Royal Match BlackjackThe house advantage for this side bet is approximately 3.7%. You should not play this side bet, as the house advantage is extremely high.

However, there is one advantage to playing a game that offers side bets. Blackjack games with side bets are dealt fewer hands per hour. Fewer hands per hour, translate to losing less per hour.

At a full table of 7 players, with 6 players betting royal match, each player will need to show their hand if they have won the royal match side bet. The dealer will then need to spend time to pay out the side bet. This is great for you, as long as you are not the one betting the royal match side bet.