Wow. It’s been a loooong time since I posted here. History lesson for all you readers of my site.
Topics: wordpress tutorials | Tags: php, wordpress
There is a way to fix that. After some major headaches and a few games later I wrote up a neat regex that takes the information outputted by the ‘next_post_link’ and ‘previous_post_link’ function’s filters and made it so it it added a three dot ellipse at the end of the post title after it shortened [...]
After 1.5 years of using Aptana, I am sick of the lack up updates the Aptana teams gives to their product. So after a quick compare of all the other IDEs, I figured I give Netbeans a try. In the past few minutes of setting up my project, I am already impressed with it. Icons [...]
Topics: on the mind,travel | Tags: best buy, extjs, javascript, php, programing
I spent the past 30 days and nights in Minnesota working on my internship with Best Buy Corporate. Wow. I can tell you I had a great time over the past 30 days doing programing full time and hanging out with other programers who are as savy as myself. It’s not over yet! I am [...]
Topics: wordpress development,wordpress plugins | Tags: ajax, php, wordpress
When you are writing a plugin that uses Ajax in the front end, you must use: add_action( ‘wp_ajax_nopriv_<ACTION NAME>’, <YOUR FUNCTION> ); …as doing… add_action( ‘wp_ajax_<ACTION NAME>’, <YOUR FUNCTION> ); … is only for logged in users. So if you have a plugin that operates no matter which way users interface with the plugin, you [...]
Topics: on the mind | Tags: best buy, minnesota, php, programing
Boy was the weekend quick! So I am back here for two weeks until the 2nd… fly back… and then fly back on the 5th. However, after the 5th I am staying up for the month since it’s crazy for me to fly back. A few things to talk about later… but for now after [...]
Questions are already starting to surface on the Woopra forums on how to use the new SOAP interface. There really isn’t a lot of documentation on how to do this on the Woopra site itself, but I am going to give you a quick lesson right now on how to use the Woopra API with [...]



