Have you problems with extensions in beta versions of Firefox 3? I had them too but do you know about extensions.checkCompatibility? No? Yeah, I missed it too – but it’s really great. See more on Glazman’s blog post. And here how it is look like in the Addons Manager dialog:
Posts tagged Development
Proposal for XUL layout of content manager – part 2.
Here are some updates on my layout proposal – as you can see from the screenshots I consolidate main menu and move it into the left pane (user in its preferences can choose left or right sight) and move control buttons from the left side of each tree into their context menus. Here are the [...]
Proposal for XUL layout of content manager – Part 1.
Last few evenings I worked on deep revisition of on old e-shop (PHP4/MySQL) and here I want to introduce latest proposal of my new XUL content manager (more about old manager – post, gallery 1, gallery 2). PS: I’m also writing a long post about my fresh experiences about rewritting and exteding old PHP project [...]
Zend Framework 1.5 released
Zend released new version of its Zend Framework. Release notes are here and downloaded can be here. Some new features which I like the most: Zend Framework now has support for forms generating and processing Layouts and views enhancements UTF-8 character sets in Adobe PDF creation Enhancements in Google GData web services And also one [...]
XUL templates with SQLite background
I really like development on Mozilla platform – here is one of the reasons why: I’m played with Boogie (I wrote about it in this post) and I want to upgrade Boogie’s old text database to the SQLite database and I’ve noticed that new Gecko versions enables building XUL templates also with SQLite datasources and [...]
nsIPasswordManager vs. nsILoginManager
In many of my extensions I used nsIPasswordManager for storing and retrieving user login informations but now is comming Mozilla Firefox 3 (currently the first beta version is released) and brings new component for this purpose – nsILoginManager. So I’ve decided to make a class which can be used without any worries about Firefox’s version. [...]
Simple website admin’s sidebar for Mozilla Firefox
Before a some time I wrote about simple website admin used with Webrunner today I want to introduce another simple solution which I’m using – simple Mozilla Firefox‘s extension which enables access to website admin. I’m using it for the simplest solutions where one man edits one own website. It consists of the tree parts: [...]
Zend Studio Neon Beta vs. original Eclipse PDT
Before a few days I wrote about my testing of PHP IDE Zend Neon Beta but after a few days with it I started trying another solution because of I wasn’t able to run debugging on my localhost (I’m using latest XAMPP as my dev-server) – I downloaded original Eclipse IDE with PDT plug-in installed [...]
From PHP to ICalendar
In current days I’m working on new version of web site for HaDivadlo theater and I wanted to render their program also as an ICalendar file. I didn’t used any external framework only my PHP implementation of Google CTemplate and MazaarPHP – simple PHP 5 framework especially aimed on web pages. Here is the truncated [...]
I like this
I really like this editor whenever I’m trying something in XUL (if you don’t know what I’m talking about try this link) … PS: This should be included in Komodo