[M7IM][COM] Developer notes about php, mysql and ubuntu

26Oct/110

Using Rsync and SSH

Posted by admin

Good guide to setup dsa keys when setting up ssh and rsync in crontab
Using Rsync and SSH.

Tagged as: , , No Comments
26Oct/110

SMTP Email | SMTP relays | Mail SMTP Server – SendGrid.com

Posted by admin

Email service with relay smtp and web api. Pricing is cheap for smalle projects with $0.1 per thousands email. Good for private server projects.

SMTP Email | SMTP relays | Mail SMTP Server - SendGrid.com.

Tagged as: , No Comments
10Oct/110

Dart : Structured web programming

Posted by admin

 

 

 

Dart : Structured web programming.

Google just release a new structured programming language that is supposed to replace javascript. Its only supported on chrome for now be can be compiled to javascript for other browsers.

9Oct/110

Next gen css

Posted by admin

When css first came out it was pretty neat but it has met its limit and big sites easily get bloated with lots of css rules.

The solution is to put a meta script on top of css and get the benefits of regular coding principles.

sass lang is  the structured language to code your next gen css files. Compass is a library of css mixins coded with sass lang.

Other nice options is twitter bootstrap build using preboot and less,  a language similiar to sass lang.

Requirements Ruby but that should not be a problem on a real os:)

20Sep/110

Soap Exception: Error fetching http header

Posted by admin

when this error appears then its most likely due to timeout.

Set this in top of php script to increase timeout:

Tagged as: , No Comments
16Sep/110

CSS Message Boxes for different message types | Web Builder Zone

Posted by admin

Use full article about css message boxes. The examples are for success, notice, failure and important which should cover most needs.

The bluetrip css framework also includes these message boxes.

CSS Message Boxes for different message types | Web Builder Zone.

Filed under: Uncategorized No Comments
16Sep/110

Speedtest.net – The Global Broadband Speed Test

Posted by admin

Fancy interface for something very simpel

Speedtest.net - The Global Broadband Speed Test
.

13Sep/110

Ono List Pager | The Bright Lines

Posted by admin

Cool scroll plugin to jquery. I like the timeline indicator feature and the continuous scroll.

Ono List Pager | The Bright Lines.

13Sep/110

Ascii Table – ASCII character codes and html, octal, hex and decimal chart conversion

Posted by admin

A simpel page worth a bookmark!

Ascii Table - ASCII character codes and html, octal, hex and decimal chart conversion.

Another usefull resource:
http://www.praestkjaer.dk/dk/it/detaljer/ascii-og-ebcdic-karakterer.htm

Tagged as: No Comments
12Sep/110

Install– Phing

Posted by admin

Installing phing, remember --alldeps:

Login as root and...

 

$> pear channel-discover pear.phing.info
$> pear install --alldeps phing/phing


Users/Download – Phing
.

Tagged as: , , No Comments