Browsing the archives for the Integrated Project category
Browsing the archives for the Integrated Project category
My final project has finished gracefully with a mark of 16 out of 20 and my first paper submission. Together with my mentor, I wrote a paper about this project and its context to submit to the ORM2009 conference to be held in Portugal in November.
The workshop is primarily aimed at researchers and practitioners interested [...]
Today I’ve been looking for a way to print my code efficiently for my bachelor project. I use to copy paste everything but from now on this is a thing of the past. I decided to use LaTeX to format my code as it can pretty much do everything else.
I found a package that could [...]
Today I searched for about 2 hours to resolve an issue I had in Flex. I had to make sure that a file was grabbed up for download when a user in the Collibra Cockpit used the export function.
Now, the normal way to do this is as follow:
_urlReq = new URLRequest("downloadFile.jsp");
_urlReq.method = URLRequestMethod.POST;
_urlReq.data = new URLVariables();
_urlReq.data.content [...]
Since October last year I’m working on a project for uni, my integrated project or bachelor thesis. It’s a bit late to introduce it, certainly as I have to hand it in the 1st of June, but the introduction might come in handy in light of the next posts about Flex, Flash and ActionScript.
The title [...]