…dann programmiert man WET:
„We enjoy typing!“
oder auch
We
Edit
Terribly, Tumultuously, Tempestuously, Tenaciously, Too much, Timidly, Tortuously, Terrifiedly...
Hyæna
Freitag, 18. November 2011
Dienstag, 15. November 2011
PDF-Dateien mit Ghostscript verkleinern
Für das Reduzieren der Dateigröße bei PDF-Dateien bietet sich auf den Unixoiden Ghostscript an. Mit einem kleinen Bash-Skript lassen sich schnell viele PDF-Dateien in einer Stapelverarbeitung verarbeiten. Der Inhalt der Skriptdatei ist simpel:
for i in `ls *.pdf`
do
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET \
-dBATCH -sOutputFile="$i".pdf "$i"
done
Nimmt man zusätzlich noch die GhostScript-Option -dPDFSETTINGS=/screen werden die erzeugten Dateien noch kleiner, aber auch ziemlich häßlich…
for i in `ls *.pdf`
do
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET \
-dBATCH -sOutputFile="$i".pdf "$i"
done
Nimmt man zusätzlich noch die GhostScript-Option -dPDFSETTINGS=/screen werden die erzeugten Dateien noch kleiner, aber auch ziemlich häßlich…
Mittwoch, 26. Oktober 2011
Mac: Erstellen einer eindeutigen ID mit dem Terminal
Ich werde in Zukunft hier mal wichtige Dinge festhalten, damit ich sie nachschlagen kann. Als erstes kommt etwas ganz simples, das ich aber immer wieder vergesse:
Wie erstelle ich im Terminal eine eindeutige ID, den „universally unique identifier“ (UUID)?
Ganz einfach:
uuidgen
Return drücken, fertig.
Wie erstelle ich im Terminal eine eindeutige ID, den „universally unique identifier“ (UUID)?
Ganz einfach:
uuidgen
Return drücken, fertig.
Mittwoch, 13. Juli 2011
Lasso 9.1 Product Release
Yeah! Lasso 9.1. ist erschienen:
Und jetzt kann ich endlich den Instance Manager testen…
Donnerstag, 7. Juli 2011
Lasso 9 Erfolgsgeschichte
Ja, man kann Lasso 9 produktiv einsetzen, und ja, Lasso 9 ist schnell:
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility | |
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility | |
Mittwoch, 22. Juni 2011
Lasso 9 wird immer cooler, jetzt mit Server Instance Manager
In meinem Urlaub ist die Beta von Lasso 9.1 freigegeben worden, und es gibt eine sehr interessante Neuerung: Im Gegensatz zu Lasso 8.x hat Lasso 9 ja nicht mehr das Konzept Server->Sites und man konnte nicht mal schnell eine neue „Lasso-Site“ aufsetzen.
In Lasso 9.1 kommt nun aber der „Server Instance Manager “ ins Spiel! Sieht ziemlich cool aus, und ich bin schon ganz gespannt, ihn einmal unter die Finger zu bekommen…
Näheres gibt es bei LassSoft: Lasso 9.1 now in Beta
In Lasso 9.1 kommt nun aber der „Server Instance Manager “ ins Spiel! Sieht ziemlich cool aus, und ich bin schon ganz gespannt, ihn einmal unter die Finger zu bekommen…
Näheres gibt es bei LassSoft: Lasso 9.1 now in Beta
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility | |
LassoSoft scheint auf einem sehr guten Weg zu sein
Nach langer, langer Zeit hat sich mal wieder Sean Stephens von LassoSoft in seinem Blog gemeldet. Seans Blog-Einträge sind ja sowieso meist lesenswert, so auch dieser:
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility | |
element
| Font | |
|---|---|
| font-family | |
| font-size | |
| font-style | |
| font-variant | |
| font-weight | |
| letter-spacing | |
| line-height | |
| text-decoration | |
| text-align | |
| text-indent | |
| text-transform | |
| white-space | |
| word-spacing | |
| color | |
| Background | |
| bg-attachment | |
| bg-color | |
| bg-image | |
| bg-position | |
| bg-repeat | |
| Box | |
| width | |
| height | |
| border-top | |
| border-right | |
| border-bottom | |
| border-left | |
| margin | |
| padding | |
| max-height | |
| min-height | |
| max-width | |
| min-width | |
| outline-color | |
| outline-style | |
| outline-width | |
| Positioning | |
| position | |
| top | |
| bottom | |
| right | |
| left | |
| float | |
| display | |
| clear | |
| z-index | |
| List | |
| list-style-image | |
| list-style-type | |
| list-style-position | |
| Table | |
| vertical-align | |
| border-collapse | |
| border-spacing | |
| caption-side | |
| empty-cells | |
| table-layout | |
| Effects | |
| text-shadow | |
| -webkit-box-shadow | |
| border-radius | |
| Other | |
| overflow | |
| cursor | |
| visibility | |
Abonnieren
Posts (Atom)