The Simpsons vs Family Guy

Fun No Comments »

A showdown of The Simpsons VS Family Guy

There are multiple rounds with the characters, check them all out.
http://www.uber.com/simpsonsvsfamilyguy
(click Next Round to view the other rounds)

RIA Project: trafficJam Flex

Flex, Projects No Comments »

As I mentioned before I will try some new technology for developing my RIA trafficJam.

Did some research on Flex and start building, Flex is really easy and nice looking.

Check out these Components Explorer, It pointed me in the right direction.

http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html

also essential >> http://livedocs.adobe.com/flex/2/

Google Calendar and Outlook

Software No Comments »

Today I did some research for sharing my calendar with my colleagues.

After some research I found the perfect FREE tool >> http://www.syncmycal.com/

We all have Outlook and the most of us, have a gmail account and thus google Calendar.

So we want to combine all these calendars, so that we don’t have update all these calendars seperatly.

SyncMyCal is perfect for this, It provides the opportunity to access our gmail Calendar online and update them in Outlook and gmail Calendar.
Because we use gmail Calendar and we have the possibility to share our Calendar at work.

We were thinking about installing an Microsoft Exchange server, but this solution is much more flexible and less expensive (you can use the SyncMyCal lite for FREE) .

RIA Project: trafficJam

Projects No Comments »

I started a new personal web project, called trafficJam
>> http://trafficjam.trinix.be

It’s going to be a fairly simple web application, in which I can keep track of my time of departure and time of arriving and some extra info like destination, ….

I’m currently at Work in Brussel, Belgium capital, and I spent everday in big traffic-jams.
This obviously annoys me that’s why I want to keep track on how much personal time I lose this way.

To develop this little app, I wanted to use 2 techniques.

I will be using the EXTJS (www.extjs.com) from Jack Slockum. This is a really solid extensive javascript framework complete with nice themes. The uniqueness of this framework is that it forms an layer on different known frameworks which you can choose from. Currently it offers:

An other RIA manner I want to try, is using FLEX for building the web app.

I started with ExtJS and my first experience was that ExtJS is really extensive and fairly complete. But I also pretty heavy to load in a browser (long waiting time) and because it’s so big, it’s difficult to start with it. I also noticed that I will be missing the ease of tweaking little lay-out changes. But I guess this first impression is normal for a new framework and new manner of developing.

I will keep you updated with my findings and development of trafficJam.

Virtual Users With Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS

Centos, Linux 5 Comments »

A while ago I wrote an extensive ‘how to’ on installing Postfix, PostfixAmdin, Courier, Mailscanner, ClamAv on a Centos (redhat like) Linux OS. I tried to make the howto as complete as possible. I noticed how hard it was to find a good howto on setting up a mail server with a nice web interface, on a Centos OS. So after some testing and experimenting I decided to write my own howto.

I posted the whole howto on howtoforge.com.
http://www.howtoforge.com/virtual_users_postfix_courier_mailscanner_clamav_centos

PDF format: Virtual Users With Postfix, PostfixAdmin, Courier, Mailscanner, ClamAV On CentOS

Howtoforge.com is a website with the best howto’s on the internet,I find it an honor to finally contribute my little piece back to this large community.

Styling an input type=”file”

CSS No Comments »

Very nifty how-to on lay-outing a file input element with CSS/DOM.
Came in handy when developing my RSS feed reader.

http://www.quirksmode.org/dom/inputfile.html

Extra: another approach

This script will let you use an image for the ‘Browse…’ button and style the textbox. It also clears the path name from both the file and text tags so they stay in synch. I also have it so the image path is displayed on submit so you can see it is working.

<html>
<head>
<script type=”text/javascript”>
function setPath(f) {
document.getElementById(’mypath’).value = f;
}
function browse() {
document.getElementById(’realFile’).click()
}
function clearIt(f) {
f.value=”;
var d = document.getElementById(’browser’);
var olddiv = document.getElementById(’realFile’);
var new_element = document.createElement( ‘input’ );
new_element.type = ‘file’;
new_element.id=’RealFile’;
new_element.onchange = function() {document.getElementById(’mypath’).value = document.getElementById(’realFile’).value;};
d.replaceChild( new_element,olddiv );
}
</script>
</head>
<body>
<form onsubmit=”alert(document.getElementById(’realFile’).value);r eturn false;”>
<input type=”text” style=”width=300px;border:solid 1px #0000FF” id=”mypath” onfocus=”clearIt(this)”>
<a href=#” onclick=”browse()”><img src=”d.gif” border=0></a>
<div id=”browser” style=”display: none”>
<input type=”file” id=”realFile” onchange=”setPath(this.value)”><p>
</div>
<input type=”submit” >
</form>
</body>
</html>

A Summary of RIA Development Tools: Past, Present and Future

Flash, Flex, Web 2.0 No Comments »

It’s hard to keep track of all the different frameworks and all RIA technology.

But on this blog I found an interesting post of the list of the tools for developing RIA.

Here a short list of the RIA mentioned:

  • Flex
  • Flash
  • Laszlo
  • NeoSwiff
  • Xamlon Pro

Check out the full post : http://www.aralbalkan.com/330

Mac vs Windows

General No Comments »

The adds Mac vs Windows are hilarious. :grin:

They are always true concerning the Windows problems.
Here you can watch the whole list.

http://www.apple.com/getamac/ads/

Most anticipated Web 2.0 applications

Ajax No Comments »

The 50 most anticipated applications in the webosphere, as measured by the number of bookmarks at del.icio.us for apps which are not publicly released yet. This list will be updated each Saturday.

http://momb.socio-kybernetics.net/most-anticipated

Welcome @ Trinix

General No Comments »

Hi, My name is Tim Haselaars and i’m a web developer with great interest in the Web 2.0 (r)evolution.

My main focusses are AJAX, Flex, Apollo, PHP and Centos (Linux OS).

On this blog you will find all kinds of information concerning different topics.

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in