Ansermot.ch Another computer sciences blog….

3mar/100

Google Summer of Code 2010 coming up

As you know (or not), TYPO3 was in the Google Summer of Code 2009 and it was very successful. TYPO3 team want to do better this year. Take a look about what they wrote.

We are excited that Google Summer of Code is underway again this year. After having had a successful first Google Summer of Code last year, we are happy to also apply for GSoC 2010.

We're looking for help to make this years Summer of Code even better than last year and are asking you to think about how things could improve.

Read the full article

19fév/100

jQuery – Element exists ?

Here's a very small snippet about how to know if a Dom element is on the document with jQuery

var myElement = $('#myElement');
if (myElement.size() == 0) {
// Element doesn't exists
} else {
// Element exists
}
3déc/090

Better Source Code Posting

For the coders among you, you may already know that posting source code is really easy here on WordPress.com thanks to the sourcecode shortcode. You just wrap your code in

[sourcecode]

and you’re good to go — no code escaping or anything.

The good news is that the team adds new features as Line highlighting, and other.
Take a look here

2déc/090

New blog section

Good afternoon...

It's from a long time that I'm thinking about opening a new blog category, so today I decided to move and do it !
It's called "Snippets", it's a simple code snippet post category.

As you can see, I've already posted a post in this category, so check it out !
'night.