Vortexmind: free your mind Blog

Who controls the past, controls the future. Who controls the present, controls the past.
maggio 7, 2008

Subversion – Software versioning

Author: Vortexmind - Categories: Informatica, Technology - Tags: , , , , , , , , , , ,

Certamente i più smanettoni (leggasi nerd) non mi guarderanno storto se mi metto a parlare di Subversion (SVN per gli amici), il software che permette di gestire le varie versioni di un progetto, specialmente se su esso vanno a ravanare più “cape” in parallelo. Dopo averci giocherellato in locale, mi sono messo a cercare qualche servizio che fornisse un repository online gratuito. Per i progetti open source ci si può appoggiare direttamente a Sourceforge. In caso di progetti “proprietari”, io ho trovato utile il servizio offerto da Assembla, il quale che offre repository gratuiti a patto di rinunciare ad opzioni avanzate riservate agli account a pagamento (come il supporto SSL e il backup automatico). Un’alternativa totalmente gratuita è offerta da OpenSVN (mantenuto da un’università coreana), che però ho trovato abbastanza lento. Entrambi offrono anche l’integrazione con strumenti ausiliari di project management come Trac.

Certo l’utilità di questi servizi è evidente in caso di progetti a più sviluppatori, ma non fa male abituarsi bene anche per i propri progetti personali! Voi conoscete altri servizi di questo tipo?

novembre 5, 2006

I font per programmatori

Author: Vortexmind - Categories: Informatica, Surfing The Net - Tags: , , , , , , , , , , , ,

Dina Programming Font[via quickonlinetips] Siete stufi di programmare utilizzando i soliti Arial, Verdana, Times New Roman e quant’altro? Avete mai pensato che potrebbero esistere dei set di font pensati per la programmazione? Font che, pur rimanendo chiari, sono abbastanza piccoli per mostrare sezioni più ampie di codice su cui lavorare? Nell’articolo che ho citato è presente un’ampia lista di questi font freeware da poter scaricare ed utilizzare nei vostri ambienti di sviluppo. Tra quelli elencati mi sono piaciuti parecchio Dina e i vari Proggy. Molti della lista di quell’articolo sono a pagamento, quindi vedete voi. Io sono dell’opinione che esistano ottime soluzioni gratuite per quanto riguarda i font!

Flickr Group Management – Invite Pool Sweepr

Author: Vortexmind - Categories: Applications, English, Foto - Tags: , , , , , , , , , , , , , , , ,

Flickr - Invite Pool SweeprSince I opened my invite only flickr group Outstanding Shots, I was wondering about writing a program that could automatically sweep the pool searching for invited photos to speed up the moderation process (checking code, adding tags and so on). As I knew it could be done with flickr APIs, I was just waiting to find time to do this … but DrewMyers has already done a great work with his Invite Pool Sweepr application. It requires .NET framework and once installed you should give it proper authorizations (like any other flickr program), but it’s great! It saves me a lot of time and I can concentrate on photos instead of boring tagging and moderation duties smiley You just have to set it with the proper codes you use for invitation, then you can let it run and sweep the pool (“pages” or “photos since date …”). It can also tag automatically photos with group tag, and provide many shortcuts to any other action you may take versus uninvited photos. Well, you should try it out! Keep in mind that is still a public beta version, so you should use it at your own risk! I have tried it and I’m satified with it!

marzo 8, 2006

dhtmlxGrid – sortable AJAX grid

Author: Vortexmind - Categories: Applications, English, Technology, Webdesign - Tags: , , , , , , , , ,

dhtmlxGrid is a cross-browser JavaScript grid control that represents data in a sortable DHTML table. This component allows you to design comfortable user interface by organizing your data into configurable dynamic grid with different cell types, client-side sorting, resizable columns, powerful API, buffering and dynamical loading and other handy features.

Grid content can be loaded from XML data source or created using JavaScript methods. The component enables flexible data sorting (string/integer/date) in ascending or descending order by clicking column header. Table data can be sorted and updated without page reload because grid is 100% client-side solution and loads data dynamically using AJAX.(read more | digg story)