Scrollbar einfärben

Scrollbars individuell mit CSS einzufärben ist kein Hexenwerk. Jedoch funktioniert das mit Mambo und xtCommerce nicht, wie gewohnt über den BODY-Tag sondern nur über den HTML-Tag:

HTML {
scrollbar-arrow-color:#FFFFFF;
scrollbar-face-color:#8E260B;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#808000;
scrollbar-shadow-color:#808080;
scrollbar-darkshadow-color:#666666;
scrollbar-track-color:#CCCCCC;
}


liefert das gewünschte Ergebniss für die Haupt-Scrollbars. Die Scrollbars in den Forms oder eingebetten iFrames kannst Du über den BODY-Tag formatieren.

Apache GUI

ApacheConf

ApacheConf is the best shell (GUI) for configuring Apache web servers.
ApacheConf represents all the information in the httpd.conf file in structured
view. All of the server’s directives are grouped by category (Global parameters,
Main server’s parameters, Directories, Virtual hosts, etc) and all these groups
are represented as a tree. In this way, you can see the entire structure of the
server at once and you can easily manage all of the server’s directives as well
as the directories and virtual hosts. ApacheConf is a complete Apache web server
configuration GUI.

ApacheConf

Apache Commander is a software complex for administering and configuring
Apache servers. Using this complex makes it easy to administer and configure
them, view their error log files and control both local and remote Apache
servers working on different platforms. It does not matter what Apache servers
you are using – local or remote, working on MS Windows, Linux or Novell NetWare.
This program is especially handy for those who like to configure the server
manually

Wers gerne komfortabel mag, unbedingt mal antesten…
http://www.apache-gui.com/

xt-bugfix: MwSt-Berechnung Koupons

HalloLeider habe ich über die Suche zu diesem Thema nichts gefunden.
Vielleicht kann mir jemand einen kleinen Tip geben, falls ich was falsch gemacht
haben sollte.Der Kupon wird korekt vom Warenwert abgezogen, allerdings wird die
Mehrwertsteuer nicht vermindert. Mit den Einstellungen unter (Zusammenfassung)
habe ich schon herumgespielt. Allerdings waren die alle ohne Erfolg. Mit der
Situation im Moment würde sich das Finanzamt freuen, da wir zuviel
Mehrwertsteuer abführen würden.

Den Bugfix zur falschen MwSt-Berechnung bei Koupons findest Du hier

funpic-server im Download-Bereich. Lade Dir das File bugfix_mwst_koupon.zip - Einbauhowto ist im ZIP enthalten.

Maguma Workbench mit Profiler und Python-Support

Alexander Comploj von maguma.com teilte mir mit, dass im kommenden Juni die Maguma Workbench 2.5.0 (ein der besten PHP-IDEs überhaupt) in der Version 2.5.0 released werden wird. Neue Power Features für PHP-Profis wie Profiling uvm. machen neugierig:

Maguma will be releasing version 2.5.0 of Workbench on the first of June
and with it will come many expanded abilities to produce scripts, not only
enhanced features targeting PHP developers but this time Python developers will
find things to be happy about. The new version will include the ability to
execute and preview Python scripts, automatically detecting the script type
based on file extension settings. Also new to this version will be the profiling
support for PHP scripts, giving the developer an overview of the script timings
broken down by file, function and line. The Function List module has been
enhanced to provide better support for future Resource Kits that give the user
the ability to preparse scripts and display custom library functions and
objects. File based template support has been added to Workbench,
customizable so that you can use a local repository for personal use or define a
network resource to share the templates among a working group.

xt:Commerce - AcceptPath - die Letzte…

Die ab V3 in xt:Commerce integrierten Suchmaschinenfreundlichen URLs setzen einen Webserver mit installiertem AcceptPath voraus.

Viele Hoster u.a. 1und1 stellen AcceptPath nicht zur Verfügung (und ja(!) AcceptPath läuft auch mit 1.3x Apache - um der Hotline-Lüge gleich entgegenzuwirken es sei nur auf Apache 2 verfügbar).

Wer die von shopstat per mod_rewrite umgegenen URLs nicht einsetzen will findet hier eine Bauanleitung, wie xt:Commerce bzw. die äquivalente Contribution für OSCommerce auf AcceptPath freien Servern zum laufen bekommen ist.

http://www.xt-commerce.com/modules/ipboard/index.php?showtopic=14952

Coden werde ich die Änderung nicht, da meine Server nur AcceptPath bereitstellen. Wers unbedingt haben will kann es sich bei mir gegen Honorar coden lassen. Bei Interesse Mail an info # php-boutique.de

©copyrighted material - Alle Rechte an Text und Bild vorbehalten. Die Kopie, Reproduktion oder Modifikation ohne schriftliche Genehmigung von PHP-BOUTIQUE.de EDG. GmbH Dresden ist untersagt und wird juristisch verfolgt. No Trackbacks pls.

altes XT:Commerce und MySQL > 4.x

kann Fehlermeldungen wg. negativer Limits ergeben. Fehlermeldung sieht so aus:

1064 - You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near ‘-20, 20′ at line
1select p.products_id, p.products_ordered, pd.products_name from products p,
products_description pd where pd.products_id = p.products_id and pd.language_id
= ‘2′ and p.products_ordered > 0 group by pd.products_id order by
p.products_ordered DESC, pd.products_name limit -20, 20[XT SQL Error]

Hier ist der globale Patch, getestet auf BETA 1, BETA 2, V2.0 RC-x.

http://khan.kh.funpic.de im Download-Bereich mußt Du Dir das File xtc_db_query.inc.zip holen und im /inc Ordner installieren.

Waterproof PHPEdit neues Release 1.2.1

Neues Release der hervorragenden PHP-IDE PHPEdit von Sébastien Hordeaux. Die Demo-Version hatte es mir schon immer angetan, ich denke die 75,- EUR für den PHP-Beautifier sind jeden EUR Wert - der Code den mancher Kunde zusendet ist damit per Mauskclick lesbar.

Interesse weckt vor allem der UML - PHP code Generator. Mehr Infos auf waterproof.fr

Am liebsten arbeite ich bisher mit Maguma Studio, eine PHP-IDE, die schon in der kostenlosen Variante für mich die geeignetste IDE - darstellt. Nach Email Kontakt zu Maguma wurde mir mitgeteilt - daß noch in den kommenden Monaten auch für die Maguma Workbench ein PHP Beautifier released werden wird. maguma.com