Archiv

Archiv für die Kategorie ‘Blogging’

WordPress 3.0 “Thelonious”

KategorienBlogging Tags: ,

Project: Steam Activities!

About: Steam Activities!

Show Steam Activities on your Website. On the left Side you can see an Example. The information will be refreshed every hour.

The Project parses the Steam Community Site by the User given ID and extracts all relevant Informations.

With the received Data a JavaScript is generated that the User can implement on his own Site or Blog.

The Script outputs the generated HTML Code with document.write on the Page.

To easy archive the needed Data from the Community Site the PHP Simple HTML DOM Parser is used.

About PHP Simple HTML DOM Parser.

  • A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
  • Require PHP 5+.
  • Supports invalid HTML.
  • Find tags on an HTML page with selectors just like jQuery.
  • Extract contents from HTML in a single line.
KategorienBlogging Tags: , ,

Testing the Template: image.php

9. Dezember 2009 Rally Vincent Keine Kommentare

pictures by vixyao on dec. 1st 2009, cc license

Test Entry for Vcastr

5. Dezember 2009 Rally Vincent Keine Kommentare
array (
  'source' => 'http://orz.funufo.com/video/b010924450067.f4v',
  'isLoadBegin' => 'false',
  'image' => '/wp-content/uploads/817491259546702.jpg',
  'scaleType' => 'exactFit',
  'height' => '347',
  'logoText' => 'Taylor Swift - Love Story',
)

array (
  'source' => 'http://orz.funufo.com/video/la.flv',
  'isLoadBegin' => 'false',
  'image' => '/wp-content/uploads/560371197323948.jpg',
  'scaleType' => 'exactFit',
  'logoClipUrl' => '/wp-content/uploads/favefavefave.png',
  'logoimageenable' => 'true',
  'logotextenable' => 'true',
  'scaleMode' => 'exactFit',
  'logoText' => 'Michael Buble - Havent Met You Yet',
  'logoTextFontSize' => '10',
  'logoTextColor' => '0xffffff',
  'textMargin' => '10 20 auto auto',
  'clipMargin' => '10 10 auto auto',
)


orzimg

Ein netter Adventskalender

30. November 2009 Rally Vincent Keine Kommentare

tmohs_xmas-cut

Auf Sachiko´s kleinem Garten-Blog gibt es dieses Jahr einen schönen Adventskalender. Ein Besuch lohnt sich auf jeden Fall.

KategorienBlogging Tags: ,

WordPress 2.8 Testing

WordPress 2.8

KategorienBlogging Tags:

WordPress Version 2.7

wp27

KategorienBlogging Tags:

Change Thumbnail creation size wordpress plugin

If you keep an anime blog, or upload lots of images in wordpress, you’ll realise that the thumbnails automaticall created by wordpress is horribly small (size of 128).

On the website of Ted Fox you can find a nice Solution.

KategorienBlogging Tags:

WordPress in Deutsch

22. Februar 2005 Rally Vincent Keine Kommentare

Um WordPress mit deutscher Sprache zu nutzen folgende Schritte durchführen.

  • Unter dem Verzeichnis “wp-includes” einen Ordner “languages” anlegen.
  • Die Datei de_DE.mo herunterladen und in das Verzeichnis “languages” ablegen.
  • Die Konfiguration von WordPress anpassen, also in der Datei “wp-config.php” die Zeile define (‘WPLANG’, ”); in define (‘WPLANG’, ‘de_DE’); ändern.

Gefunden bei WordDoku – Die Deutsche WordPress Dokumentation.

KategorienBlogging Tags: