Tomcat MySQL Connection - Using JDBC to Connect Tomcat to MySQL
Tags : Tomcat Java
Created 14/08-2012 by Michael Bornholdt Nielsen
Swing actionPerformed block ui
Tags : Java Swing
Created 04/07-2012 by Michael Bornholdt Nielsen
Java HTTPS client – HttpsURLConnection example
Tags : Java
Created 04/07-2012 by Michael Bornholdt Nielsen
MVC is dead, it's time to MOVE on.

MVC is dead, it's time to MOVE on.

MVC is a phenomenal idea. You have models, which are nice self-contained bits of state, views which are nice self-contained bits of UI, and controllers which are nice self-contained bits of …

What?

I'm certainly not the first person to notice this, but the problem with MVC as given is that you end up stuffing too much code into your controllers, because you don't know where else to put it.

To fix this I've been using a new pattern: MOVE. Models, Operations, Views, and Events.

Created 03/07-2012 by Michael Bornholdt Nielsen
Create a custom jQuery plug-in

Create a custom jQuery plug-in

Extend the jQuery library with your own reusable code

Summary:  jQuery is a powerful library that delivers all of the core functions you need when developing a JavaScript project. However, sometimes it's necessary to extend the core functions with custom code that helps you be more productive. In this article, learn how to create a custom reusable plug-in using the jQuery library.

Tags : jQuery
Created 03/07-2012 by Michael Bornholdt Nielsen
first page - previous page - next page
About
This site is used as a place to dump my ideas, links and other stuff I normaly forget.

Made by Michael Bornholdt Nielsen => Jarry.dk