Instructions and guidance for the project management section

For now, I would like to maintain all comunications on the project module.

Thus even discussions over tasks and questions about them can be there. Each project should have the following componentes which we can use for certain things:

  • Code - We can use this for any issue about the actual development.
  • Specs - We can use this for any issue about the specs, such as conversation of new features, questions about certain things of the actual specs, etc.
  • Design - Issues about layout and display of things.
  • Miscellaneous - Things that don't fil in any of the previous components

I am still thinking whether the forum module may or may not be a good idea, but I guess the less things we use the better.

lftp mirror

mirror -v -R -p -x .svn\/ -x files\/ -x sites\/ -x .htaccess --ignore-time --dry-run

Web 2.0 effects with Moo.fx

Moo.fx is a superlightweight, ultratiny, megasmall javascript effects library, written with prototype.js.

  • easy to use
  • fast
  • cross-browser
  • standards compliant

Recently Mad4Milk, the team behind Moo.fx has released the full featured Javascript Library, Mootools. It´s a very compact, modular, Object-Oriented javascript framework.

No more excuses, bring life to your user interfaces!

zend drupal templates

* form textfield
* form submit
* result query + while fetch interaction
* node/module template

Batch file programming in windows

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/batch.mspx

Generic A4 Library

I found this library which uses A4 as a register to offset globals instead of the A5 library. Something that might be usefull when dealing with globals and shared libraries.

NAT iptables - share internet connection and ip-number

Original source: http://myy.helia.fi/~karte/nat-iptables.html

Network Address Translation (NAT) means that one computer shares single internet connection and single ip to many computers. Internet connection is a critical part of network, so stability and security make Linux and iptables an obvious choise for the sharing server.

This howto explains a complete setup for internet connection sharing using free, standard tools: dhcpd and iptables.

My NAT tutorial is in testing phase, please report any bugs in it.

(c) 2003 Tero Karvinen

Multipage forms with the Forms API

I found this article on drupal.org about building multiforms pages. It covers most of the form api hooks, so is something nice and useful to read. Leave its node here for further reference.

http://drupal.org/node/54753

NVFS and DmSyncDatabase()

I found two interesting articles on combee's site about NVFS and that funciton. I am copying both the link and the orignal articles.

DmSyncDatabase() Palm OS Reference

http://palmos.combee.net/blog/TheNVFSFilesHowSyncsCanFa.html

http://palmos.combee.net/blog/TheNVFSFilesDmSyncDatabas.html

The NVFS Files: How Syncs Can Fail

Tuesday, 19 April 2005 11:20 AM

If you've got a Palm OS device with current versions of NVFS, you should be very careful about exhausting the storage available for databases on the device. DmSyncDatabase can fail in an unexpected way.

Speeding up XML-RPC

Nice article of speeding up xmlrpc calls in drupal.

http://www.bryght.com/xml-rpc-hacks

Syndicate content