Joomap / Xmap Serbian

November 25th, 2007 by cvladan

Joomap is probably the best component for Joomla, for generating HTML or XML site maps. Together with it, there is another imporoved Joomap component, that is called Xmap (as eXtended Joomap, I presume). The biggest difference is in interface, an that Xmap supports multiple sitemaps.

Anyway, I already had a Serbian (Srpski) translation of Joomap v2.05, and now I expanded that with translation file for Xmap v1.0.4.

So, download them if you need them, and install by copying in components language path.

eXtplorer / joomlaXplorer Serbian

November 25th, 2007 by cvladan

eXtplorer is the best file manager for Joomla CMS. Once called joomlaXplorer, now it changed a name to eXtplorer probably because of total interface redesign that is now utilizing beautiful ExtJS GUI library.

Anyway, I just translated it to Serbian language (Srpski) using UTF encoding. So everybody can download it (for eXtplorer v2.0.0 RC1). Besides that, I attached the translation of classic (not to say “old”) version joomlaXplorer v1.6.2.

How to install? Just put files it into the /administrator/components/com_extplorer/language.

Accounting packages freely available

November 24th, 2007 by cvladan

If you are looking for LAMP (PHP /MySQL or PostgreSQL) Accounting and ERP solutions, I hope that these links will be very helpfull to you (as they are for me). Read the rest of this entry »

Novi Admin interfejs za Joomlu

November 16th, 2007 by cvladan

Stvarno fenomenalno. Mislim, interno je fenomenalno napisan. Mnogo je brži, a ima odličan sistem prevođenja, koji ih i ja možda primenio na nekim drugim projektima. Nama taj sistem ne radi, pošto smo mi već naš sistem preveli ručno, ali imaj to u vidu.

Delete user – upozorenje

November 11th, 2007 by cvladan

Kada se briše user iz ISPConfig sistema mora se obavezno isprazniti trash. I uopšte kada se bilo sta briše treba isprazniti trash odmah zatim.

Čisti se trash u reseller account-u (najpravilnije)

Every Reseller and the admin have their own trash.

activeCollab

November 9th, 2007 by cvladan

Ubačena su neka značajna poboljšanja. Međutim, za njih se izgleda mora prebaciti u root domena. Čisto da znaš (greška InvalidControllerActionError)

SugarCRM Optimizacija brzine

November 3rd, 2007 by cvladan

Jedan od bitnih elemenata ubrzanja Sugar-a je Expire…

Međutim,  meni pravi mnogo problema (previše kešira, pa nemam pojma kada je nešto dodato ili nije). Trebalo bi da ide ovako:

<Directory /var/www/web30/web/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css

ExpiresActive On
ExpiresByType text/html “access plus 1 day”
ExpiresByType text/css “access plus 1 day”
ExpiresByType text/javascript “access plus 7 days”
ExpiresByType application/x-javascript “access plus 7 days”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 month”

AddType text/x-component .htc
ExpiresByType text/x-component “access plus 1 day”

<Files ~ “^\.ht”>
Deny from all
</Files>
</Directory>

php_admin_value open_basedir /var/www/web30/web:/var/lib/php/session:/var/www/web30/phptmp
php_admin_value upload_tmp_dir /var/www/web30/phptmp
php_admin_value max_execution_time 60
php_admin_value output_buffering 409600

php_admin_value memory_limit 64M
php_value upload_max_filesize 8M
php_value post_max_size 8M

ali sma morao da skinem:

ExpiresByType text/html “access plus 1 day”

SugarCRM – Ma mučenje bre

November 3rd, 2007 by cvladan

Fuck you

problems when installing SugarCRM.
posix_getcwd, change every getcwd to that…

glob replacement – a i ima ga samo na jednom mestu, u file_utils… napravio sam jeftinu zamenu…

blank.gif everywhere u temama…

Razne zajebancije sa optimizacijom

Inače, za Import, mora OGROMNO memorije… Stavio sam za to 256Mb

O internacionalizaciji

October 31st, 2007 by cvladan

The locale code can have between one and three elements as follows: [lang]_[country].[encoding]. The [lang] part is defined by iso 691-1 or iso 639-2 and has two or three characters. The [country] part is normally two capital letters and is defined by iso 3166. The [encoding] part can be ‘utf-8‘, ‘iso-8859-1′ etc.

Different operating systems use different codes for language and country and (in the case of windows) for the encoding. Even between versions of Linux there are differences. This is the reason that a list of codes can be used — one of them might be known by the specific host. It is worthwhile looking up the codes used by openBSD, suse, redhat, windows etc. (a real jungle  Cry)

FrontAccounting (WebERP & OpenAccounting Fork)

October 29th, 2007 by cvladan

FrontAccounting is a fork of the discontinued OpenAccounting which was a fork of WebERP. So, FrontAccounting is a fork of a WebERP, but right now, they are quite different.

FrontAccounting does not have Recurring Invoices, but it does had Dimensions. Anyway, I had a problem on Windows server (Apache) where this ERP shut down the apache process completely. So I would never risk to use it on a production Linux server.