Posts Tagged ‘JavaScript’

My InnoGames GameJam Story

This weekend there was a big event at my employer InnoGames: The InnoGames GameJam Volume 2! It was the second Jam InnoGames organized, but the first time for me attending. So there were tons of new experience and fun for me. The countdown started Friday at 6 P.M. GMT + 1 and holds 48 hours [...]

Read the rest of this entry »

Game of Life with JavaScript and Canvas

Hey there! I’m back! After a long time of silence here in this Blog, I’ll post some new stuff. This time just a little test or example from my labs. I wrote Conways Game of Life in JavaScript and rendered it on a Canvas element. And yeha, i just like simple like this: You can find [...]

Read the rest of this entry »

Profiling with WebKit

Hello again! If you follow me on twitter you’ve already noticed that I took a look into the Chromium source. I was searching for a way to profile specific code snippets. I asked google for the WebKit Inspector Profile API with no result. So i digged around in the WebKit Inspector code and found out [...]

Read the rest of this entry »

Change URL without reload

Hello and welcome to the show I’m the new guy in the hood, i’ll also mostly talk about javascript development, maybe some server-side stuff and, if somebody cares, also 3D related stuff. Alright lets hit it. We all know and use it, facebook. As a webdeveloper you may have noticed that the “main content area”(where the [...]

Read the rest of this entry »

Inner ‘Classes’ in JavaScript

Hey there, The first post in 2011. So happy new year to all of you! The last days I played around with JavaScript, it’s a very cool language, and this post should be the first a few JavaScript OOP tutorial posts. And I want to start with a little example for inner classes in JavaScript. [...]

Read the rest of this entry »

On-Screen debugger for JavaScript

Hey folks, Today I want to show you a little nice tool which I coded today, it’s not eyeflashing-hardcore-awesomeness BUT its nice! Do you ever saw a desktop gamedeveloper during his work? They mostly have debug output on their screen. Like FPS or s.th. depinding on their needs. They just push string to the upper [...]

Read the rest of this entry »

JavaScript for PHP Developers

Hi @all, During the last Month I spend a lot of my time with JavaScript developing, And I found some very very cool slides from ed-finkler during all my researches. And I want to share it with you. There in there, there were a few very cool JS examples, and many Answers to Questions PHP-Developers [...]

Read the rest of this entry »

Kill your Browser with JavaScript

Hey There, it’s me again, On monday I will talk about Chrome as a Developer Browser, and during the preparation of this presentation I wrote this little JavaScript Object that kill your Browser, if you want to see more, be prepared for my presentation on Monday at InnoGames, and if you can’t come, due to [...]

Read the rest of this entry »

How to get jQuery Version for plugin development

Hey there, Today I want to update to jQuery 1.4.4 but there was a Problem, with my self written fadeToggle() Plugin, due to this problem I have to find out which jQuery version the Plugin User has. And while I try to find an answer via Google, I recognize that there was no real answer [...]

Read the rest of this entry »

Cloud-Zoom inside Fancybox

Hey there, I like to translate this post to english, due to this awesome interest. Today I want to blog some programming stuff, its some time ago I do that. I give my attentaion to the cowork of fanybox and cloud-zoom, booth are jQuery plugins. And to be honest it’s not that hard as it [...]

Read the rest of this entry »