Author Archives: Snipsta

Custom WordPress Google Voice Widget

Hi guys, I spent the weekend trying to figure out WordPress plugins. Seems to be simple but takes time to for me Hopefully I’ll be able to get all the code to be clean and as optimized as possible. Right … Continue reading

Posted in Ajax, Google, PHP, Voice, WordPress | 3 Comments

New logo, new design and more attention Coming Soon!

Hi all! Sorry about my lack of response on my blog and my projects. Been super busy and stressed with work and decided to take a few months off doing stuff on the side But good news im BACK! And … Continue reading

Posted in News | Leave a comment

Downloads are temporary down.

Just want to inform you all that downloads are currently temporary down due to the new layout. I will get them all back up shortly after i finish making my garden sometime soon.

Posted in Uncategorized | Leave a comment

Functions Hooks and Classes

Well Today I decided to post a class that I built derived from the wordpress plugin feature. Due to my hatred for global variables I converted the wordpress functions into a static class.  Nothing special but it makes it easier … Continue reading

Posted in Uncategorized | Leave a comment

Ajax Custom Google Widget

Updated: Errors involving some servers and Curl Please download the newest source code and update your code. Decided to bundle up my idea in a standalone script. Right now there is no documentation, but I will work on it.  Spent … Continue reading

Posted in Ajax, PHP, Voice | 19 Comments

Custom Flash Google Voice Widget

Today I created my first Google voice widget in flash. Which also happens to be my first flash project and i know its poorly made and probably just plain bad. But I will share it with the word to prove … Continue reading

Posted in AS3, Example, Flash | 10 Comments

Creating my own Google Voice Widget

Well today I wanted to take my code that i produced earlier and show you what i did with it. This image shows the first frame for this widget which shows the same text as the google voice widget. I … Continue reading

Posted in Ajax, PHP, Voice | 9 Comments

Google Voice Custom Call Widget

Create your own call widget in google voice. In the embed code look for the flashVars. <param name="FlashVars" value="id={id}&amp;style=0" /> Take the id value ({id}) and fill in the array data below. showCallerNumber is either 1 or 0 show number/ … Continue reading

Posted in PHP, Voice | 26 Comments

Pixelizing an image!

I decided I wanted to create a game and figured why dont I use all div tags. Well here is a way to take any image and convert it into divs.

Posted in Example, PHP | 1 Comment

Image Gradients made dynamic!

Today I developed an image gradient for creating background gradients for future uses. Not sure what to do with it but i thought it was cool and fun! Maybe ill create a random scheme for snipsta.

Posted in Example, PHP | 1 Comment