portalZINE@Twitter
  portalZINE TV

Browser

Safari 3 Beta

Safari 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


portalZINE DEV > Software > Browser
Tuesday, June 12, 2007 -   3853

Javascript

Javascript library of choice

I 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.


portalZINE DEV > Development > Javascript
Tuesday, June 12, 2007 -   5888

CSS

CSS Hacks Overview

We all hate tweaking our css to conform for multiple browsers. Even though things got alot better with the latest browser releases, sometimes elements need to be positioned by the pixel in any browser and you have to adjust your css for each of them.

Here is a site covering most of the possiblities to handle css for different browsers, highlighting quirks that work on special versions and browsers.

Link


portalZINE DEV > Design > CSS
Sunday, June 10, 2007 -   3904

Linux

.htaccess generator

Easy way to generate a .htaccess online:

Link


portalZINE DEV > Server > Linux
Thursday, May 24, 2007 -   4988

Linux

Linux shell find / chmod

Lately I had to change permissions for a lot of files at once. When working on the shell this can be quickly done using the linux find command.

If you want to adjust permissions on all php files, you can do :

[code=bash]find .. -name *.php -type f -exec chmod -R 0640 {} \;[/code]

Some more info here



portalZINE DEV > Server > Linux
Thursday, May 24, 2007 -   5914


©2001-2010 portalZINE ® New Media Network