Magic of Ballmer’s Peak
Have you ever been programming with a couple beers and noticed, “WOW, I’m on a roll!!!“. This is due to Ballmer’s Peak. There is a point of being not drunk enough, and too drunk. Us programmers want to be right in the middle. Some people say this perfect programming limit is between 0.12% – 0.15% BAC (Blood [...]
Arduino Ethernet with JSON made simple
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Working with JSON on Arduino can be a pain if you don’t see a nice example to work with. In this example we are using aJSON for Arduino. You can download it here. Once you’ve downloaded, unzip, and put the aJSON library in your Arduino libraries folder. Then you can copy and paste the Arduino script below and upload it! Make [...]
Register PHPBB With PHP
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
If you have a website that has a normal website, and then a PHPbb forum you will need this blog to get users from the normal website, and register for PHPbb without creating multiple accounts, and all in one script. First, you must have a normal html form that goes to a PHP file for registering your users (Register Page). [...]
Quick PHP Captcha
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Having Captcha these days is very necessary. This blog will show you how to create a PHP Captcha image with SESSION authentication for forms. It looks much like Google or YouTube, and is way easier to read than some of the other Captcha scripts out there. Lets get started with a html form. Download the captcha.php file and include it as [...]
Installing Eclipse With Android SDK
When I started starting learning Java with the android SDK i could not find a place for the correct information. This is a blog about installing Eclipse Java software with the Android SDK so you can program Android applications. This will install on Windows 7 64-bit or any version of Windows. Simply follow this guide to be up and running [...]
Simple AJAX Generator AjaxThis.com
I while ago i coded a AJAX generator. The generator will give you the entire ajax function (even with a #button.click), the datastring, the post/get url string, and the PHP file with the escaped MySQL variables, AND a simple MySQL insert, update or delete option. You can instantly create ajax functions with www.AjaxThis.com. I highly [...]
Sending Emails With Amazon SES
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Sending emails from Amazon SES can sometimes be difficult. This script will include the PHP source code to send individual emails, or mass emailing from a MySQL database. We will also be sending the email with an awesome html/css designed email template. You need to include the ses.php file. You can download ses.php from amazon. [...]
Easier Domain Searching
I personally think GoDaddy logs the domain searches and might be buying them before you can. I’ve had a couple domains I’ve check out before, they were available, but in about 2 days it was bought. Since then I don’t use GoDaddy for searching domains, i only buy them there. For domain searching I use [...]