Tag Archives: Script

Add JavaScript to your WordPress plugin.

Instead of putting your javascript in-line with the rest of your html, it is recommended that you use the WordPress API to add the scripts in a managed way. I experienced this recently while developing the Tag Grouping plug-in. Before … Continue reading

Posted in Wordpress | Leave a comment

SQL – QA Analyst Interview Problem

Problem: Write us a query that will return the second highest paid employee.

Posted in Code Sample, Interview Questions, MS-SQL, Uncategorized | Leave a comment

Summary Sheet in Excel using VBA Macro

For the last few weeks, it has been release mode at my work so there has not been a lot of personal time for my own fun projects. One of the reasons there has been so little activity here lately. … Continue reading

Posted in Excel/VBA Script | Leave a comment