Sjeiti

jQuery.feedQuilt

Sjeiti @ 18/09/2009 02:21 in admin, javascript, jquery, xml

Ever since I changed ronvalstar.nl into something more comfortable I wanted to give sjeiti.com a quick haulover (change it into the same style, revise structure and content, upgrade from WordPress 2.3 to 2.8… etc…). So I just did but it’s still bit of a mess, I’ll get to that someday…

I made a new cool jQuery plugin while I was at it. At first I wanted to incorporate the Last.fm quilt widget. But the simplicity of the widget into another Flash overkill made me reconsider: this could easily be done with jQuery and not only for Last.fm.

learning a new language

Sjeiti @ 19/02/2009 12:23 in code, javascript, jquery

I’m not so good at languages. I mean real languages, not programming languages (those are easy). I’m going to a Croatian course but you have to get a big vocabulary to really say something more substantial than ‘one beer please’. Learning words from books is not really my cup of tea so I thought I’d make something online to practice. Using jQuery and Google-language I conjured up a little page. On it you can add words to categories that are saved as a cookie on your computer.
The only weird thing is that Google-language sometimes translates stuff quite weirdly. For instance: I wanted to add the word ‘bear’ to it from Dutch to Croatian. It returned ‘pivo’ (Croatian for beer) probably because the Dutch word for ‘bear’ is ‘beer’. So I tried it the other way around: I know ‘bear’ is ‘medvjed’ in Croatian. It translated that into the Dutch word ‘dragen’ (which is to carry or to bear). At first I thought Google had made another Hungarian phrasebook but obviously it first translates any languages to English before translating it into another. If you put in full sentences it mostly comes out right though.

Initially I made it Dutch-Croatian, but my girlfriend is learning French, and the girl I share my studio with is learning Spanish so I turned it into an anything-anything eeeh thing.

The Dutch word for blindly-learning-stuff-by-heart is ‘stampen’ (to pound) so I called it stamp-o-matic (still a work in progress).

SFBrowser 3 beta

Sjeiti @ 31/12/2008 11:56 in code, javascript, jquery, php

I’ve made some major changes to SFBrowser. It will now be able to work with other server side languages than PHP.

I also implemented a structure so SFBrowser can be extended with plugins. To show I’ve added two plugins: filetree and imageresize.

Plus a ton of other minor changes: dragging, resizing, caching, cookie support etc…

Before I merge this with the trunk I will need to test and bugfix this version.
If you care to test you can get it here:

http://sfbrowser.googlecode.com/svn/branches/versionthreebeta/

sfbrowser.googlecode

Sjeiti @ 13/12/2008 16:13 in jquery, php

Since I use SVN a lot, both for personal and third party code, I decided to give Google Code a try. Starting with jquery.sfbrowser. It’s parked at http://sfbrowser.googlecode.com/.

jQuery plugin update

Sjeiti @ 22/11/2008 21:07 in jquery

For those interested: I just updated my jQuery plugins:

Processing.js

Sjeiti @ 30/06/2008 14:46 in code, javascript, jquery, processing

For those of you who know Processing or jQuery… I know, that is two totally different things, but check out what John Resig (the creator of jQuery) just conjured up: Processing.js. I think I can safely say: WHAAAAAAAAAAA?!!!

SFBrowser

Sjeiti @ 29/06/2008 12:16 in code, javascript, jquery, php

I created another jQuery plugin: SFBrowser.
It’s a jQuery/PHP5 file- browsing and uploading plugin and features: ajax file upload, localisation, file filtering, file renameing, sortable file table, folder creation, file download, file/folder context menu, image resize, image preview, text/ascii preview… etc…
I haven’t got round to setting up an example page yet but examples and explanations are in the download from the link above.

SFBrowser

jquery.tinysort

Sjeiti @ 08/06/2008 21:46 in code, javascript, jquery

I was doing some jquery (javascript) today and created a sorting function for html nodes. I tried to find a jquery function or plugin that could do it but I couldn’t find it.

I’ve been using jquery for a year or so, and since it’s just a lazy sunday afternoon out here, I thought I’d turn this snippet into a plugin. It’s a nice and small for for a first plugin.

You can download TinySort from http://plugins.jquery.com/project/TinySort, examples and explanations are here.

jquery

Sjeiti @ 26/04/2007 08:21 in code, javascript, jquery

It seems my days of javascripting are over :.(
My colleague pointed me to jquery. No more browser quircks, one syntax for all (and a cool effects library too).