JQuery


Sumits Hot Yoga

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!


Simply simple CSS.

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


Using the HTML BASE tag for portable sites

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


Un-maintainable Code

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


Using JQuery to select an option

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 PHP Framework

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


Updates on MikeMunsie.com

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!


Old and New Self-Projects now have a Portal!!

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


New look and feel of MikeMunsie.COM

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


Having some fun with JQuery

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



From The Blog
Sumits Hot Yoga

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:...

Display or Hide Loading Icon for Ajax Requests

Funny enough I have been doing this the hard way! Everytime I would go into an Ajax request I would basically say

// Before the...
Wearing the “Complicated Gloves”

A friend of mine, Stephen Parish, showed me an article the other day about how some developers fall into the trap of wearing the...

Project FlexMVC

Well so far the test framework I have been developing is going well. It’s definitely a change in how I am used to doing...

Introducing the next level of my MVC

I am in development of a completely new framework yet again. This time around it’s extremely flexible and also packs something brand new. Allow...

Cheers Blogger, Hello WordPress!

I used to have a blog with Blogger; however as the more I involve myself in code, Skyrim, and Pie Five Pizza, I have...