Showing posts with label Web Tech. Show all posts
Showing posts with label Web Tech. Show all posts

Using Google Analytics Cookies to Get Amazing User Information


A great way to find out where your site visitors come from and what they do on your website is to use Google Analytics cookies.

How to Turn Your Blog Into a Mobile-Friendly Site

The good news is, you don’t actually have to spend hundreds (or thousands) of dollars just to design a mobile alternative. By investing a little bit of your time and by using free or low-cost WordPress mobile tools, you can make your site mobile-ready.
Read More

Share Movies Between iPhone, iPad & Mac

Are you looking for a way to share movies between your various Apple devices? Are you looking for a way to share them with friends connected to your Wi-Fi network?
Read More

Instantly create a free poll!


Quickly Create & Embed Or Share A Single Question Poll  - Instantly create a free poll! 

Create .htaccess Easily


RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.site\.com$
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(([^/]+/)*)index\.html\ HTTP/
RewriteRule index\.html$ http://www.site.com/%1 [R=301,L]
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteCond %{REQUEST_URI} !/$
RewriteRule (.*) $1\.html [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)/$ /$1 [R=301,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>

# Use PHP5 as default
AddHandler application/x-httpd-php5 .php .html .shtml