Simple and Effective .htaccess File
UPDATE — Better .htaccess example here.
UPDATE — Better .htaccess example here.
I personally find that this structure is the most user-friendly and SEO-friendly: <title><?php wp_title( ‘ | ‘, true, ‘right’ ); ?></title> which will result in: Name of Post | Name of Site For a live demo, reference this very blog. UPDATE — While the above still works, you can now remove this from header.php and … User-Friendly and SEO-Friendly Title Structure for WordPress
Canonical Link WordPress Plugin Download Now | See on WordPress.org | Support Canonical Link Firefox Add-on Download Now | See on GitHub | Support This add-on will also help you to verify your canonical links are set up correctly. Canonical Link Script <link rel="canonical" href="https://<?php echo $_SERVER[‘HTTP_HOST’]; ?><?php echo parse_url( $_SERVER[‘REQUEST_URI’], PHP_URL_PATH ); ?>" /> … Canonical Link Guide and Tools
Demo: (only use one of the CSS methods below) CSS Sprites (New Method) .hov{display:block;width:245px;height:195px;background:url(images/hover.png)} .hov:hover{background-position:0 -195px} For this to work, simply stack the normal state image on top of your hover image making one image. They should be exactly the same size and stacked perfectly on top of each other. So, in this example the … Pure CSS Minimalist Image Hover Rollover
Find updated article on the situation here. At this point, I think it’s safe to say that Netflix is an unstoppable beast. For as little as $8.99/month you can get something that is far more superior than anything Comcast or Dish has to offer at $50+/month and I think it’s very likely to put Blockbuster’s … Netflix to End Cable and Blockbuster
I presented some ideas over at developer.netflix.com and by directly messaging Netflix through their “Business Development” contact page about an idea on improving movie matches and like/dislike predictions for customers. I’m not expecting much of a response considering the thousands of messages they deal with daily and the fact that there are far more brilliant … Netflix — Human Rating: Some Ideas I Presented
This is in no way intended to be a definitive, be-all-to-end-all list, but hopefully some may find it helpful. I’ve certainly made some of these mistakes in the past. We’re always learning and the best instance of learning is when you learn something you may be doing wrong, admit it, and come out more knowledgeable … A-Z of Web Business Mistakes
UPDATE — Looking to go all non-www. See that article here. This is old news, but still it lingers that people think you must type in www.google.com before a website in order to reach it. On rare occasion, I’ve even encountered people that think they need to actually type everything out: https://www.google.com/ — this is … The End of www.
Is every born, adopted, or new American citizen automatically accountable for US debt regardless of personal accrued debt? I have never borrowed money from the government, received a school loan, or not paid for something in-full. I’ve not yet ever used a credit card either. I use a debit card and pay in-full with my … A Semi-rhetorical US Debt Question
UPDATE — An interesting look back at my little search engine project. Mostly, it was an experiment I created out of curiosity (I’m always tinkering with such ideas). I just never had the time or programming skills to really nurture it into anything truly useful. I ended up selling it in the hopes that someone … hengine Interview