Martin Rasser's Friends

  • Mark W. Bender
  • Peter van Westen (NoNumber!)
  • Stian Didriksen
  • Amy Stephen

Martin Rasser's Groups

 

Martin Rasser's Page

Latest Activity

Profile Icon
Martin Rasser replied to Shemeena's discussion 'create a folder in joomla while installing a component' in the group Developers
I tried a few things in the manifest for a similar problem, but no luck. Eventually I built in a check for the folder in the component entry file and created the folder if necessary.
Aug 18, 2011
Profile Icon

Installer manifest for database drivers

Thumbnail
Hi,I'm trying to add a database driver to Joomla 1.7, but I don't feel like copying the driver class into /libraries/joomla/database/database/ manually.From the JDatabase::getInstance() code it looks like that the path to the drivers is hard-coded, so I thought there might be a way to add the drivers to this path via a installer manifest file, but from what I can see, you cannot "escape" the path where extension files are supposed to go.Does anyone know a trick or a straight way to get the…See More
Martin Rasser added a discussion to the group Developers Aug 13, 2011
Profile Icon
Martin Rasser replied to Jamie Derrick's discussion 'secure document download help needed' in the group Developers
remository might be worth checking out.
May 17, 2010
Profile Icon
Profile Icon
Martin Rasser commented on Amy Stephen's blog post 'The Gap - no, not the department store'
I'd put it very simply: This site makes is simple to share Joomla related topics (knowledge, questions, opinions, flames :) ) and Ning offers a nice platform for this. If this site is part of Joomla.org or independent is quite irrelevant to me,…
Apr 17, 2010
Profile Icon
Martin Rasser replied to Martin Rasser's discussion 'Using a different PDF library in Joomla' in the group Developers
Thank you Nicolas for the piece. I know plugins and how they work and I really like what you can do with it. I didn't know that you can detach observers, that seems very useful in case you need to prevent plugins from doing their business.
Apr 13, 2010
Profile Icon

Using a different PDF library in Joomla

Thumbnail
Hello,I'm experimenting with using dompdf in a Joomla component and I'm yet to find a clean way to get my component's HTML output out there as PDF (I'm working with MVC). My first approach was to:- use format=dompdf as GET param- put a full html structure in the view template- render as pdf directly in my JView extensionProblem is that I won't benefit from any plugins modifying content (in worst case, plugin output will mix with the PDF content…See More
Martin Rasser added a discussion to the group Developers Apr 13, 2010
Profile Icon
Martin Rasser commented on Amy Stephen's blog post 'Encourage Your Creative Beast'
I really like it! Thanks Amy
Mar 29, 2010
Profile Icon
Martin Rasser commented on Svein Wisnaes's blog post 'Work smarter - translation'
Lang INI Maker helps me a lot to create translation files.
Mar 6, 2010
Profile Icon
Martin Rasser commented on Markus Bopp's blog post 'Preventing jQuery and MooTools conflicts in Joomla! on component level'
This plugin helps dealing with MooTools/jQuery conflicts without any template tricks. It manipulates the order the scripts are loaded in the header in a quite clean way. jQuery will be available as $jquery, MooTools as…
Feb 26, 2010
Profile Icon
Gobezu Sewu replied to Martin Rasser's discussion 'Need help to find a decent image gallery' in the group Site Builders
if you don't mind paying http://www.ignitejoomlaextensions.com/ have worked wonderfully so far for me and with a helpful developer behind it
Feb 13, 2010
Profile Icon
Eric Lewis replied to Martin Rasser's discussion 'Need help to find a decent image gallery' in the group Site Builders
Haven't used it, but this one may help, and appears to support translation http://www.joompower.com/products/joompower-slick-slideshow.html
Feb 2, 2010
Profile Icon
Eric Lewis replied to Martin Rasser's discussion 'Need help to find a decent image gallery' in the group Site Builders
Martin, I've used a few of the gallery solutions at www.projoom.com with success. http://www.projoom.com/extensions.html The Smart Flash Header works well. http://www.projoom.com/extensions/smart-flash-header.html
Feb 2, 2010
Profile Icon
Rene Kreijveld replied to Martin Rasser's discussion 'Need help to find a decent image gallery' in the group Site Builders
Hi Martin, Due to bad experiences I had with custom (complete) gallery solutions I 100% switched to Joomlaworks Simple Image Gallery Pro. I have added all small hack to SIG Pro so it understands caption files in more than 1 language. I can add a…
Feb 2, 2010
Profile Icon
Robert Vining replied to Martin Rasser's discussion 'Need help to find a decent image gallery' in the group Site Builders
I've not tried to translate this gallery, but JoomGallery does alot of what I want it to do. It supports image captions, built in lightbox, has an overview page of galleries, plus you can view each 'category' or gallery individually…
Feb 2, 2010
Profile Icon

Need help to find a decent image gallery

Thumbnail
Hi all, I'm trying to find an image gallery component that has following qualities:- having image captions- fully translatable (internally or via Joom!Fish)- possibility to show images of a certain gallery via URL and an overview of all galleriesI'd appreciate if someone can help!See More
Martin Rasser added a discussion to the group Site Builders Feb 2, 2010

Profile Information

Please share a bit about your Joomla! Experience and yourself. The more information you provide the quicker we will be able to process your membership.
Doing all sorts of extensions (templates, components, modules, search/userauth/editor-xtd plugins)
Business Web site
http://www.elovaris.at/
Twitter
http://twitter.com/elovaris

Martin Rasser's Blog

Martin Rasser

How script kiddies can find your vulnerable extensions

Recently a client's Joomla website got cracked, and guess what? Attackers breached through a 3rd party extension (of course not installed or suggested by me). After getting a super admin's credentials via SQL injection, they took the liberty to try the credentials on another website of the client and bingo, got 2 websites under their control and played fantastic background music on a brand new one-page template with vital information about improving my sex life. The client however preferred the… Continue

Posted on October 14, 2009 at 7:30am — 18 Comments

Martin Rasser

Advanced Frontend Editing in ConfigBox

I uploaded a screen recording to youtube to show the frontend editing functionality of ConfigBox, our in-house developed product configurator for Joomla. There, you log into the frontend and simply doubleclick anything to edit it via AJAX. Short strings like titles get edited in the same style as the text looks like, html text is edited with the user's html editor.… Continue

Posted on October 3, 2009 at 8:00pm — 6 Comments

Martin Rasser

Automate your whole backend development

Hi all!



For a bigger Joomla component I decided to stop writing duplicate code for every view, model and controller and created classes extending JView, JModel, JController and JTable. As an outcome, my controllers and models are each 5 lines long!



All you have to do is write a special JTable file. Instead of doing classic



var $tablefield;



you give some more meta information about that field, like 'type', 'validation', etc. See the screenshot for an… Continue

Posted on September 28, 2009 at 2:30pm — 16 Comments

Comment Wall (1 comment)

You need to be a member of All Together, As A Whole to add comments!

Join All Together, As A Whole

At 4:05pm on September 28, 2009, Amy StephenAmy Stephen said…
Martin - do you have a Twitter ID? If so, I added a field to the profiles so that we can share our Twitter IDs. If you could add yours, I would very much appreciate it.

Now, how the heck do you have 17 posts in the Joomla! forums and write code as elegant as this? Again, thanks for sharing. :)
 
 
 

Badge

Loading…

© 2012   Created by Amy Stephen.

Badges  |  Report an Issue  |  Terms of Service