Older Posts
Page: 1 / 3
Posts Tagged ‘php
Featured Post Featured Post

Wow. It’s been a loooong time since I posted here. History lesson for all you readers of my site.

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 [...]

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 [...]

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 [...]

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 [...]

Posts Tagged ‘php
Older Posts
Page: 1 / 3