HTML

Make your own custom Facebook and Twitter share buttons

Posted by admin on December 11, 2010 at 9:53 pm

Sometimes Share button from Facebook and Twit button from Twitter do not fit in your website/blog. So you design a great Share button Image but how to link it to your own article with title and permalink. For Twitter: – send the visitor to this link: http://twitter.com/share?_=1292093673417&count=horizontal&original_referer=your_page_link_url_encoded&related=your_twitter_account&text=page_title_or_text_html_encoded&url=your_page_link_url_encoded&via=your_twitter_account If you want to implement this in WordPress [...]

.htaccess – user guide

Posted by admin on April 23, 2008 at 11:34 am

Custom Error pages ErrorDocument 400 http://new-error-page.htm ErrorDocument 401 http://new-error-page.htm ErrorDocument 403 http://new-error-page.htm ErrorDocument 404 http://new-error-page.htm ErrorDocument 500 http://new-error-page.htm Redirects - great if you change your domain or some portion of your site Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html Links: http://www.javascriptkit.com/howto/htaccess.shtml