Group join one to many relationship

E-mail

SQL

Written by Henrik, Monday, 29 December 2008 Last Updated ( Tuesday, 24 February 2009 19:45 )

I have never tried to join data from a one to many relationship in one sql query, but today I needed to.

Apparently there was a really easy way to do this, which I found here. Post nr #:1286020 by Coopster;

Read more: Group join one to many relationship

 

How to make plugins process Sections and Categories

E-mail

Joomla

Written by Henrik, Tuesday, 23 September 2008 Last Updated ( Tuesday, 24 February 2009 19:47 )
I thought plugins processed the Category and Seciton texts also, if you used blog layouts.

This is not the case, and it was a bit annoying before I found out how to get it fixed!

Read more: How to make plugins process Sections and Categories

 

Zend Model Creator version 1.1

E-mail

Labs

Written by Henrik, Wednesday, 17 September 2008 Last Updated ( Sunday, 15 February 2009 11:15 )

Today I finished up the first public version of Zend Model Creator (ZMC)!

The ZMC is used to create nifty models for Zend Framework to fetch data from a database. Instead of writing these files yourself, you just specify which database you would like to use for your project. ZMC then fetches the information about these tables and creates DTOs and DAOs plus some misc files for you to use. Then its just a matter of calling the static service for each MySQL table, voiala, data is given to you directly with DTO objects for each result.

Read more: Zend Model Creator version 1.1

 

Ajax spinning wheel graphic

E-mail

XHTML-CSS

Written by Henrik, Monday, 15 September 2008 Last Updated ( Sunday, 15 February 2009 11:17 )

Have you ever wondered how these nice spinning graphics are created?
You know, the ones which often appears when you are waiting for an ajax request to finish...

No need to wonder anymore, ofcourse they all come from Ajaxload...

...not really, butnow there is no need in spending time to manufacture one yourself anymore! :-)

 

All the flags of the world

E-mail

XHTML-CSS

Written by Henrik, Monday, 15 September 2008 Last Updated ( Sunday, 15 February 2009 11:17 )

I am no designer, at all, therefore it's always a pain when I need country flags on a web page.

Not anymore thou, thanks to this site:

All the flags of the world.

Brilliant i tell you, brilliant.

 

Finding files containing text

E-mail

Linux

Written by Henrik, Friday, 12 September 2008 Last Updated ( Tuesday, 24 February 2009 19:43 )

A thing that always bothers me, is finding a text string in a bunch of files. I have tried more than ten different ways of doing just that, but I never remember how...

...until i googled this way;

grep -lir "some text" *

Thanks Carlo!

 

Page 2 of 2

<< Start < Prev 1 2 Next > End >>

Like this Joomla template?

As many other things on this site it is completely free! In collaboration with Midsjö AB are we releasing it into the public domain under the GNU/GPL version 2 license. You will find this template and other extensions under the Labs section then Joomla!. Good luck and happy Joomling!