Download DB2 Upgrade DB2

Selection, Insertion, Deletion, and Updation

August 31st, 2009 by Leons Petrazickis

In the future, we might all say “updation”.

Posted in links | No Comments »

Monty Widenius forks MySQL

May 14th, 2009 by Leons Petrazickis

Looks like the original cofounder of MySQL Inc, Monty Widenius, is forking MySQL. He’s going to try to merge with all the other forks, but I suspect that Oracle will not be interested in merging something they just bought with this particular fork. Especially since it will not support InnoDB, an alternate MySQL engine bought by Oracle some time before they bought regular MySQL.

Posted in links, mysql | No Comments »

Safari for Windows; Rails links

June 12th, 2007 by Leons Petrazickis

Apple has released Safari 3 Beta for Windows. Besides being slick and a pleasure to look at, it finally lets Windows-based web developers test their sites for the 5% that use Macs.

The other browsers that good web developers like us should test for are Opera, IE 6, IE 7, and Firefox.

Rails

dW | Turbocharge Ruby on Rails with Active Scaffold (June 2007)
dW | DB2 and Ruby on Rails, Part 3 (June 2007) [added]
dW | DB2 and Ruby on Rails, Part 2 (June 2007)
dW | DB2 and Ruby on Rails, Part 1 (May 2007)

I am using ActiveScaffold in my next mini-project.:)

Posted in links | No Comments »

Writing for the Web

April 11th, 2007 by Leons Petrazickis

“Not that the story need be long, but it will take a long while to make it short.”
- Thoreau

How users read on the web
In short:

  • Neutral language is 27% easier to read than marketese
  • Short text is 58% easier to read than verbose text
  • Scannable bullets are 47% easier to read than blank prose
  • Start with conclusion; add details after
  • Voice one idea per paragraph

Posted in links, opinion | No Comments »

Javascript Smorgasboard

February 8th, 2007 by Leons Petrazickis

In addition to the PHP Performance link from yesterday, I just added four related to Javascript to the sidebar.

The Opera browser developers came up with some very good advice for making your Javascript run smoothly.

Around the same time, Internet Explorer 7 folk wrote a three part series on the same subject.

Both are rather illuminating.

Posted in links | 1 Comment »

Linkage

February 6th, 2007 by Leons Petrazickis

FastCGI for IIS - Make PHP faster on Microsoft’s server.

Antonio Cangiano | Put DB2 Info Center in your browser search bar

Posted in links | No Comments »

Some links for later note

December 5th, 2006 by Leons Petrazickis

JavaScript Lint

Developing PHP the AJAX way, Part 1: Getting Started

Developing PHP the AJAX way, Part 2: Back, Forward, and Reload

CNet | Google says speed is king

Posted in links | No Comments »

WinSCP & Co

December 1st, 2006 by Leons Petrazickis

Sometimes I develop on Linux, sometimes on Windows. It’s mostly Windows right now. I tend towards editing with UltraEdit (or the free Crimson Editor, uploading with WinSCP, and doing command-line stuff with Cygwin. If you just want ssh (new-fangled telnet), PuTTY is easier to get working.

If I keep doing PHP stuff, I might end up switching to the Eclipse PHP IDE. Stranger things have happenned.

There’s a list of useful Windows software on my wiki.

Posted in links | No Comments »