Dynamic Flash Templates are able to load symbols with diacritical marks from the external file. But some adjustments should be done. When you’re editing the external content HTML file you should save it in Unicode format. For example, you’re using default windows notepad editor: edit the text first, and then choose “Save as”from the File menu. …
Category Archives: Programming
cURL with PHP and Apache on Windows
Setting up cURL my linux server it was no problem at all, but I had a heck of a time getting cURL to work properly on my Windows test box with PHP and Apache. There are a lot of tricks scattered around on the web so here is my list of notes:
E4X or ECMAScript for XML in Flash
Somewhere around the second quarter of this year, RichInternet.de mentioned about one of their message about E4X on FlexCoders. With the announcement of Flash Player 8.5, Flex Builder 2 and eventually the next Flash IDE, version 9 that will support the much anticipated ActionScript 3.0, it is about time we look back to that topic.
Execute Lightbox Scripts From Flash
Execute Lightbox Scripts From Flash: Part Deux Since the first thread showing you how to execute Lightbox scripts from Flash was such a big hit, I decided to write another showing you how to gain even more functionality in this regard. Tonight I will be showing you how to initiate a Lightbox containing a Flash …
Share this configuration
The ShareThis plugin for Joomla! provides an unobtrusive way for your visitors to post your Joomla! content to various social bookmarking sites, or send a link via e-mail & other communication channels (like Facebook and MySpace) to a friend. For more information on ShareThis JavaScript widget for standard websites as well as buttons for WordPress, …
php Flushing output
Flushing output void flush ( void ) There is a special function in PHP called flush(), which is not really related to output buffering because it works with standard output, however it is so very similar to what we’ve just been looking at that it makes sense to cover it here. Flush() sends all output out immediately, without …