Check out the latest from Anchor @ http://sumitshotyogafw.com. This is the first site I released using my flexMVC Framework. A few cool new things: brand new back-end validation system, use of constant contact API (automatic signup for newsletters on contact request – if they checked of course), and some cool JQuery/CSS effects. Check it out!
First and foremost I like to disagree with certain standards, or more-so the fact of being comfortable with doing things in a complicated fashion. I enjoy simplicity and I also firmly believe that there is alwaysan easier way of doing things. Granted most of the time to enjoy the simple things in life you have [...]
Over the course of the past 8 months, I have been fiddling around with writing my own Framework. Why do you ask? It’s because sometimes the best way to learn is tear something apart and find out how it works from the inside-out. What I came across a few months ago was my strange urge [...]
I am posting this because for one – it’s absofreakinglutely hilarious, and two – we have all been around this! We know there are still those pesky developers who simply rename all their variables to some obscure name, remove all comments, and then do unnecessary duplication just to make it seem like they are doing [...]
For very long I have used a routine in which involves a for-loop and going through every element’s value and then selecting the option that matches the value specified. How about we scratch that. How about we make all of this one line of code? $(‘select[name=SELECTNAME] option[value=VALUE’).attr(“selected”, true); Enjoy! :D
munsieMVC Framework is up and running and available to use! This is a PHP MySQL framework similar to the likes of CakePHP and WordPress; however, it’s been stripped down to it’s bare minimum and doesn’t require controllers to make views :) It’s great for small websites and possibly in the future will be great for [...]
http://mikemunsie.com got a little upgrade today! Not only is it compatible with IE8 now, I added quite a few cool effects, cleaned up all the code, and now runs on my very openM framework :) Check it out!
I present to you: http://projects.mikemunsie.com. Here is where I will keep all my latest web-related projects and anything beta I might be working on. It’s cool to check out, and contains stuff from 2003! That’s way too cool for me to even look at lol. Anyways, check it out sometime! 2003 High School Portfolio: http://projects.mikemunsie.com/2003%20Portfolio/ [...]
The new look and feel of http://mikemunsie.com is complete! Jampacked with animations that are guaranteed to either lock your computer up, or make it look really cool ;) This site is not compatible with earlier versions of IE and is strongly recommended you use Google Chrome or Mozilla Firefox with a decent processor. Otherwise, it’s [...]
Today was pretty fun – decided to dive into the effects world of JQuery and some CSS Effects, and wound up doing something pretty random. So random in fact that I made a small example of placing sunglasses onto an image… that image being Phil Collins lol! Gotta have fun as you learn – the [...]