Bei Spreadshirt gibt es bis 19.03.2012 einen 10 € Rabatt (auf Bestellungen über 50 Euro) mit dem Gutscheincode FRUEHLING2012. Also schaut doch mal vorbei in meinem SpreadShirt-Shop. Vielleicht findet ihr ja was.
Übrigens gibts jetzt auch einen Gast-Checkout. Ihr müsst euch also nicht mehr Registrieren, um zu Bestellen.
Mittwoch, 22. Februar 2012
Fotografie-Shirts bei Spreadshirt
Ich hab einen kleinen, eigenen Shop bei Spreadshirt.de. Dort kann man Motive für T-Shirts und ähnliches selber erstellen, hochladen und dann verkaufen. Entweder nur die Motive oder ganze Produkte. Momentan habe ich zwei Fotografie-Motive gemacht und mit ein paar Produkten verbunden. Schaut doch mal vorbei, wenn euch das interessiert: Fotografie-Shirts
Hier ein paar der vorhandenen Produkte (es gibt noch mehr):


Hier ein paar der vorhandenen Produkte (es gibt noch mehr):
Mittwoch, 9. November 2011
How to crash an IE6
Recently I stumbled upon some really weird behaviour of our much loved IE6. We tested a new website in IE6. On my local development system it worked well. On the live system though it instantly made the IE6 crash (or better, freeze). Finding the reason involved some serious thinking and using Wireshark to capture what's going on. This showed a misconfigured server, which did not send a 404 error message for some missing png image, but instead send a html-file (saying the page has not been found) with a 200er code (success). So the IE6 had a serious problem interpreting the result from the missing image, which was a html file. And that made the IE6 crash.
Hopefully we'll get rid of IE6 very soon.
Hopefully we'll get rid of IE6 very soon.
Mittwoch, 19. Oktober 2011
New Cover for Blogging with Movable Type
Sonntag, 16. Oktober 2011
Ebook about Movable Type
Ever looked for a book about Movable Type? When I had to use Movable Type (job requirement), I've looked for some books or ebooks that would help me get startet with Movable Type. What did I found. The only available Movable Type books are more than 6 years old. So they are not helpful at all. After some time with Movable Type I've decided to write down the basics about Movable Type. What Movable Type is, installation and configuration, creating static pages and blog entries, uploading assets (images and other files), design and themes and publishing (making your content available to everyone). I've written it down as a kindle ebook in English. It's my first ebook, so it might not be perfect. But I hope it's a help to everyone who needs to get startet with Movable Type.

Get it here: ebook: Blogging with Movable Type
If you do not have a kindle, you could either buy one (Kindle eReader, Wi-Fi, 15 cm (6 Zoll)
) - or you can use the free apps available for about every system (Windows, Mac, iPhone, iPad, Android).
Get it here: ebook: Blogging with Movable Type
If you do not have a kindle, you could either buy one (Kindle eReader, Wi-Fi, 15 cm (6 Zoll)
Montag, 12. September 2011
Using jQuery in Movable Type
Movable type comes included with jQuery, a free and very powerful javascript-framework. To use it in your website or blog, simply add the following line to your html-head:
or if you prefer the minimized version:
Minimized version means not a jQuery light with reduced functionality but the js-file size is reduced by stripping out unnecessary content (like spaced, line breaks, ...). Just in case you do not know.
<script type="text/javascript" src="<$mt:StaticWebPath$>jquery/jquery.js"></script>
or if you prefer the minimized version:
<script type="text/javascript" src="<$mt:StaticWebPath$>jquery/jquery.min.js"></script>
Minimized version means not a jQuery light with reduced functionality but the js-file size is reduced by stripping out unnecessary content (like spaced, line breaks, ...). Just in case you do not know.
Samstag, 10. September 2011
Movable Type Custom Template Tag
Movable Type is nice. And it's really easy to create a simple plugin with a custom template tag. That tag could hold a special image url or something. Following the instructions in the developer documentation on movabletype.org works flawless - as long as you do not try to use it in a dynamic template.
Dynamic templates use PHP and are not able to access the perl-script you've created. You will see something like the following error message when loading your site: "Smarty error: syntax error: unrecognized tag ...". So you're googling and find a lot of people with the same problem. But no one seems to has a solution. So keep on reading. Here it comes.
You might have read the instructions about creating the php folder in your plugin directory. But what to put in there. Because it uses smarty tags, you must create a php function smarty can use. So there are special naming requirements for the php file and the function name.
The file must be called function.mtmyimageurl.php (if you follow the documentation on movabletype.org). Inside create a function
Please keep to lowercase filenames and function names. Or it just might not work.
Dynamic templates use PHP and are not able to access the perl-script you've created. You will see something like the following error message when loading your site: "Smarty error: syntax error: unrecognized tag ...". So you're googling and find a lot of people with the same problem. But no one seems to has a solution. So keep on reading. Here it comes.
You might have read the instructions about creating the php folder in your plugin directory. But what to put in there. Because it uses smarty tags, you must create a php function smarty can use. So there are special naming requirements for the php file and the function name.
The file must be called function.mtmyimageurl.php (if you follow the documentation on movabletype.org). Inside create a function
function smarty_function_mtmyimageurl($args, &$ctx) {
$movableType = $ctx->mt;
return $movableType->config('myimageurl');
}
Please keep to lowercase filenames and function names. Or it just might not work.
Mittwoch, 10. November 2010
Blog-Umgzug
Wie einige vielleicht schon mitbekommen haben, ist das Blog umgezogen. Zu erreichen nicht mehr unter www.sebastiankleine.de/blog, sondern unter blog.sebastiankleine.de. Also mit eigener Subdomain. Gleichzeitig kommt jetzt auch ein anderes Blog-System zum Einsatz. Mal sehen, ob der Umstieg sich lohnt. Bei den alten Artikeln gab es massive Umlautprobleme, die hoffentlich zum größten Teil gelöst sind. Mit UTF-8 sollten die dann der Vergangenheit angehören.
Ich plane in naher Zukunft wieder etwas mehr über das zu schreiben, was ich eigentlich den lieben langen Tag (und manchmal auch länger) mache - PHP programmieren. Also schau mal rein.
Ich plane in naher Zukunft wieder etwas mehr über das zu schreiben, was ich eigentlich den lieben langen Tag (und manchmal auch länger) mache - PHP programmieren. Also schau mal rein.
(Seite 1 von 1, insgesamt 8 Einträge)

