Have you ever had issues creating a stored procedure in phpMyAdmin? Well, today’s you’re lucky day. I go through my (simple) procedure for allowing phpMyAdmin to create stored procedures.
Read the rest of this entry »Have you ever had issues creating a stored procedure in phpMyAdmin? Well, today’s you’re lucky day. I go through my (simple) procedure for allowing phpMyAdmin to create stored procedures.
Read the rest of this entry »I recently had to work on a project where I needed to open an image, rotate it by 90 degrees and save it again in C#. I was having some issues where it would always save the image in the PNG format regardless of what format it was loaded from. Here’s the code that I had:
Read the rest of this entry »