Hi guys, todays post is about yet another fun and small hack, namely: Having twitter posts (tweets) to be displayed right along all wordpress blog posts (posts) in the same timeline (wordpress main view). しかし!!! As my blog is being listed on http://www.dworld.pl/Blogsfera (and for other obvious reasons) I didn’t want all my tweets to [...]
Tags:
coding,
guide,
php,
tips,
twitter,
wordpress
!UPDATED POST – see bellow! As I’ve been recently given a task to “copy & paste” all our properties into an specific document on google docs – that the client wanted to use in order to translate these properties into other languages. Of course I decided NOT to do this by hand – but script [...]
Tags:
coding,
fun,
groovy,
gwt,
java,
jee,
project,
tips
I just found an nice thing in Spring 3.0. I was using it in one of mu current projects, but the client wanted us to use 2.5.6 as it would be provided on the server. Switching back was really easy, no problems there ;-) One interesting thing I found was that while in Spring 3.0 [...]
Tags:
coding,
java,
jee,
spring,
tips
This is a repost from my kenai forum, posted while I was developing my Xplode J2ME game :-) I thought I’ll repost in on my blog, since it may be quite usefull and my blog is more easily found thank just one usefull post on my kenai account :-) Thought this might be useful for [...]
Tags:
coding,
J2ME,
java,
tips,
wtk
Helo again! Today’s post will be an super quick usage scenario for NetBeans Platform Lookups – the probably most essential part of the Platform. An super simple explanation of them is “an Map<Class, Object>”. Sounds simple right? Well it is, and it’s quite powerful at the same time. It enables you to loosely couple parts [...]
Tags:
agh,
guide,
java,
netbeans,
netbeans platform,
studies,
tips,
web dev
It’s always kinda shocking to see that such easy tasks, and what I’ve always thought to be “common knowledge“, are not that common among some students… One such thing is always using the += on strings in Java… C’mon, everybody knows that + and += are horribly slow. Yeah, I know that when used outside [...]
Tags:
java,
tips,
tricks
This will be an short explaination about how OVH treats domains/servers (virtual servers) as @pwesolek asked me on twitter to expand about this a little. What I don’t “like” there is that an server is bound to one special domain that they call the server’s “main domain“. Fair enough, he ought to have some “main” [...]
Tags:
hosting,
server,
tips,
web,
web dev,
webmaster,
www
Let’s drop a little humor in this time… You, brave Terminal Hero, shall kill -9 the daemon that has hidden itself in one of those files! We don’t know in which file you can find it though! We’re running out of time! The kingdom of GNU will be rm -rf‘d if you won’t make it [...]
Tags:
bash,
find,
gnu,
gnu/linux,
hack,
linux,
terminal,
tips
I really love the Exaile gnome music player, and not so long ago version 0.3.0 was released. First thing i did was of course wget && tar xzvf && make && su -c ‘make install’ ;-) but… I’d rather have a version from the repository, to update it easily. As no package for Fedora 11 [...]
Tags:
fedora,
gnu,
gnu/linux,
linux,
open source,
terminal,
tips,
tricks