Thoughts of JS » Search Results for "butt com"
Buy Google Plus Ones
Let me start by telling you why you should choose me and not some other company. As a web developer, I checked and tested many websites and Plus 1 exchange sites. What happened was that most of them did not deliver the number of votes we contracted for. Even when my +1′s increased in number, after a short time some of my +1′s magically disappeared. Most of these sites will NOT deliver manual +1′s as they say and that is why, instead of getting your site to a better ranking, you get penalized instead. So, what do I offer I offer 100% manual +1′s and our deal is concluded only when your +1 button count increased with the desired number of votes. You pay 50% upfront and the rest of the 50% when my … Read entire article »
Filed under: Web development
SEO optimized quotes script for sale
Up for sale is a copy of the quotes script you can see at PsyQuotes. Description: - script and design is unique, both made by me - over 2500 quotes (not unique – sorry but I don’t have time to invent that many quotes ) - the entire site is SEO optimized - admin panel where you can update, delete and add quotes - social media buttons and adsense codes included - the background image can be changed easily - install can be provided upon request Price: 15 Euro Ready to buy? Click here. Incoming search terms:powered by SMF entertainment tonight home (6)powered by vBulletin about alcoholism (4)powered by phpBB deaf schools (4)weird home (4)powered by myBB wild life art galleries (4)powered by myBB fine art (4)powered by myBB buy photography (3)pictures of strange houses (3)powered by vBulletin alcoholism facts (3)weird … Read entire article »
Filed under: Web development
Flash Player crashes display driver when in full screen
I love watching movies in full screen. Who doesn’t?! Unfortunately my Dell Inspiron 1501 could not handle YouTube videos while in full screen mode. Today I decided that I must find a solution to fix this problem. I am a lucky guy! I have found one and here I am sharing it with you! Basically, the problem was not my computer.. Here’s what you’ll have to do if you have the same problem as I had: 1. Go to youtube.com and open up a video. 2. Right click anywhere in the video and click on “settings” 3. Uncheck “enable hardware acceleration” 4. Enjoy full scree videos! No more “Display driver stopped responding and crashed” for us! Was this post useful? Buy me a beer! Incoming search terms:powered by vBulletin funny commercial videos (12)powered by SMF car … Read entire article »
Filed under: Blog
Redirecting www to non-www using .htaccess
Some people like www, some not. I recommend to use only one of the versions, www or non-www. Here are some codes you can add to your .htaccess file to set up the friendly (301) redirects. Redirect www to non-www: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC] RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301] Redirect non-www to www: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301] None of these versions is better than the other. It is a matter of… I dunno… taste? I like to use the www one if my domain name is a short one, if it is longer, I use the none-www one. Was this post useful? Buy me a beer. Incoming search terms:powered by SMF some people (8)powered by SMF modern art museum (7)powered by SMF museum of modern art (6)powered by phpBB the … Read entire article »
Filed under: Web development
Install JSON for PHP 5
I wanted to install a Facebook application on a new VPS server but I got this error message: Fatal error: Uncaught exception ‘Exception’ with message ‘Facebook needs the JSON PHP extension Basically, what we need is to install the JSON PHP extension. Here is how to do that. Step one: run this command: pecl install json When it’s done you should have a json.so file in your PHP modules directory. This directory should be /usr/lib/php/modules/ Step two: Add the json.ini file to /etc/php.d/ – to enable the extension add extension=json.so to this file Step three: Restart Apache Keep in mind that without restarting, the extension won’t be loaded. That’s all folks! Was this post useful? Buy me a beer. Incoming search terms:Facebook needs the JSON PHP extension (90)acquired inurl:/user php (12)powered by SMF science vocabulary (12)how to install … Read entire article »
Filed under: Web development
New method to verify ownership of your website (Google)
There is a new method to verify your site with Google webmaster tool. Until today, we had to add a meta tag, HTML file or a DNS record to our site for verification, but now, if you are using Google Analytics, then with same java script code you can also verify in webmaster tool. You can now use a Google Analytics JavaScript snippet to verify ownership of your website. If you already have Google Analytics set … Read entire article »
Filed under: Web development
SMF Paid Subscriptions problem at PayPal
Yesterday I was trying to set up the Paid Subscriptions on my SMF 2.0 RC3. I have set it up on my forum and added the callback URL at PayPal. Everything was set up correctly. Still, when I tested it, I got this error: The link you have used to enter the PayPal system is invalid. Please review the link and try again. Darn! I started to scratch my head and double-triple check everything. No errors on … Read entire article »
Filed under: Web development