Categories
- Automation (4)
- Silk Performer (1)
- Test Complete (2)
- Code Sample (13)
- Installshield (1)
- Interview Questions (2)
- LinkMyPosts (1)
- Tag Group Plug-in (7)
- Team Foundation Server (1)
- Uncategorized (3)
- Virtualization (1)
- VMWare (1)
- Visual Build Professional (1)
- Wordpress (9)
- Automation (4)
Blogroll
Archives
Donate
Meta
Tag Archives: plugin
Adding AJAX to your WordPress plug-in
AJAX is a great way to add some ease of use functionality to your plugin by updating part of a page based on user input. I use it for updating a list of checkboxes in the example below when a … Continue reading →
Tag Grouping V1.2 & v1.3!
Sorry for the lack of posting lately but I have been busily searching for a new job as my current employer is in the process of going belly up. Over the week and this weekend, I made a couple of … Continue reading →
Messaging for your WordPress Plugin.
Ever wonder how the yellow Completed and red Error messages are generated in WordPress? Well, it’s really quite simple. For Informational messages, just add: echo "<div id=’message’ class=’updated fade’>Group updated successfully.</div>"; The id of message and the class of updated … Continue reading →