I AM LISTENING TO
|
WHAT I LIKE
  • English
  • German


BLOG FILTER



3. July 2007

Server2Go

“Server2Go is a Webserver that runs out of box without any installation.
That means it is a webserver that can run directly from cdrom, usb
stick or from any folder on harddisk. Server2Go allows you to create a
standalone working web site or PHP application on a CD-ROM. Server2Go
was primary developed for the usage on CD-ROM but there is no problem
use it from other drives too. Using a web browser, a user can run php
programs as well as view html files on the CD-ROM. He only need to
insert a CD with Server2Go under the supported Windows operations
systems. The server starts automaticly and opens a browser with the
Website of the CD-ROM.
Server2Go was build to replace a tool called WampOnCD that lacks some important features and isn’t activly developed.

Server2Go supports PHP5, SQLite and MySQL.”

Link

readmore
23. June 2007

A Week of many things

PostNuke Pro Modules
Have been working my way through the Pro modules this week, outlining the future roadmaps for each of them. Will publish them on the Pro website soon.

Accept from my development enviroment and some customer programmming and consulting projects, I am not really actively using Postnuke anymore. Alot of the work I have done on the Pro modules in the past is outdated. My way of thinking and programming has changed alot and will change the way those modules evolve in the coming months.

Due to core changes in Postnuke (session table, api changes), I will have to decide if I add simple switches or branch out.
Design / Programming
I love diversity :) After 2 years of working underground, its
really fun to work on many different projects out in the open again ;)

Have been actively cleaning up portalZINE the past few days and
have some more changes lined up. Still finetuning parts of the framework and adding new functioanlity (never ending story), functionality that is also required for a bigger project I am currently finalizing. Also started a new design/programming
project for a friend of mine, that will take most of the coming week
Its a complete community and company redesign.

Fun
Well all the things above should be fun :) I entered a beta
hardware test here in Europe, that will swallow some time in the next
few weeks, but will definitely be consindered as fun. My sister is stopping by today and we will have a nice barbecue outside, if the weather plays nice.

Enjoy your weekend

Cheers
Alexander
 

readmore
22. June 2007

Code-Highlighting

Finally added code highlighting. Will be alot easier to read the code snippets and be more language native.

Cheers
Alexander

readmore

HTML

Javascript

readmore
21. June 2007

Check Excel CSV files

readmore

“XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested (on linux) and supported on all of the latest PHP cvs branches such as PHP_4_3 PHP_4_4 PHP_5_0 PHP_5_1 PHP_5_2 HEAD(6.x). ThreadSafe/Windows is also supported. It overcomes a lot of problems that has been with other competing opcachers such as being able to be used with new PHP versions.”

Have been playing with it locally and used it on a customer install. Have been trying most of the opcode cachers over the past months, this one is the only cacher that is actively developed, apart from APC.

Link

readmore
21. June 2007

Compress Javascript

Compress javascript easily. Most of the popular libraries already provide compressed versions to minimize their file sizes.

Link

readmore
17. June 2007

Easy Regular Expressions

portalZINE NMN | Development meets Creativity | waterproof.fr.250a93dad65183e11f078e5a3b3fc884Test your regular expression easily right on the desktop.
Link

Some other nice resources for regular expressions:
http://www.regular-expressions.info/ (Tester)
http://regexlib.com/ (my favorite)
Regular Expressions Cheat Sheet
Javascript Regular Expressions
Mac OSX widget

readmore
12. June 2007

Safari 3 Beta

portalZINE NMN | Development meets Creativity | apple.com.1d0a41982d97907bea68be3126fd9469Safari 3 beta for Mac and Windows has been released on the WWDC yesterday.

The OSX version seems to be stable, but can not say the same about the Windows version yet. Well its just a beta and its on windows :)

Interresting that Apple is also moving into the windows browser market. The html / js benchmarks are really impressive.

More

readmore

portalZINE NMN | Development meets Creativity | jquery.com.d41d8cd98f00b204e9800998ecf8427eI have been doing alot of javascript programming in the past few years and had to do many tasks over and over again.

Since last year javascript libraries have been almost exploding, due to the huge ajax hype. Among those are Prototype, jQuery, MooTools, ext, cssQuery, dojo and alot of other larger frameworks.

When I evaluate libraries, I make sure that what I include mostly consists of things I will actual use within a project. Bloated libraries are out of the question for me. Also important is the way a library integrates into my workflow and other server side enviroments I use. The library must be unobstrusive and easy to extend.

While evaluating options for my php framework, JQuery became the library of my choice.
“jQuery is a fast, concise, JavaScript Library that simplifies how you
traverse HTML documents, handle events, perform animations, and add
Ajax interactions to your web pages.”

It has a lighweight footprint of around 19kb(compressed), is CSS3
compliant and provides cross browser functionality (IE, Firefox,
Safari, Opera). The jQuery community is really active and provides a
huge amount of additonal plugins that extend its functionality. jQuery
allowed me to move many of my snippets into small plugins, that I can
load where ever I need them. I will share some of those in the future
and also write up some tutorials about things I have created with
jQuery in the past months.

jQuery is up to version 1.1.2 and version 1.1.3 is just around the corner.


Check it out

readmore