- Fractint, free DOS
- Chaoscope, shareware
- Quat 3D kvaternió fractal, GPL
- UltraFractal 4 animation - shareware
- Bryce 5 fractal landscapes
If you want to use split to check on line feeds (\n), the following won’t work:
$line = split("\n", $input_several_lines_long);
You really have to do this instead, notice the second slash:
$line = split("\\n", $input_several_lines_long);
Be advised:
$arr = split("x", "x" );
print_r($arr);
will output:
Array
(
[0] =>
[1] =>
)
That is it will catch 2 empty strings on each side of the delimiter.
If you have mixed characters in html string, use php here document string format.
<?php echo <<<EOF
<!-- template displaying code start-->
<!-- template displaying code end-->
EOF;
?>
Must have programmers’s utilities on the Windows operating system.
- Total Commander
- Edit Plus
- PowerGrep
- WhatColor
- Mozilla FireFox
- NOD 32 Antivirus
- Unix Utilities (wget, ls, ..)
- Active Perl
- Eclipse IDE
Here you can find some of the recent Web gallery standards and examples:
- WordPress CSS Gallery plugin
- WordPress NGG Gallery plugin
- SlimBox Effect
- MediaBox Effect
- Flash Galleries
- MS SilverLight
Where the Superscape Virtual Worlds have gone? Are they lost in space? Please tell me if you know anything about it. Here i want to show some examples created with Superscape Authoring Toolkit and the real time demos can be seen downloading and installing the Superscape Viscape Active-X Plugin on the web browser.
- Flash video template: Spokesperson presentation with synchronized graphics http://www.adobe.com/devnet/flash/articles/vidtemplate_corppreso_03.html
- Flash video template: Customized Adobe Flash video gallery
http://www.adobe.com/devnet/flash/articles/vidgal_structure_07.html - Flash video player: Progressive Flash Video Player: Part 1
http://www.pixel2life.com/publish/tutorials/3/progressive_flash_video_player_part_1/ - Flash Transparent Video: How to create transparent flash videos?
Green Box captured Video shots adapted to Web using Flash Videos.
- Rovion inPerson technology
- Includable Yaoti actors webshop including free bonus video footage
- Onsite Videos actors and prices
- Video Persons with Flash Videos
A Youtube videóim a következő címen XML Atom csomag formában lekérhetők: http://gdata.youtube.com/feeds/videos?vq=webHauser&max-results=20
A szabványos Google Gdata API programozói interfésszel az ügyes webprogramozók és a professzionális webalkalmazások nyílt hírcstornákon keresztül egyaránt elérhetik és feldolgozhatják a Google (Email, Office, Blog, Picasa, Youtube Video, stb.) felhasználói szolgáltatásait.
Az adatkommunikáció szabványos XML Atom feed csomagok formájában történik, melyet több modern böngésző program formázottan, stíluslappal jeleníti meg, mint pl. Az IE7 vagy FireFox 2.
A telepítéshez a Zend php 5 kiszolgáló szükséges a GData API csomag előzetes telepítésével és könyvtár felvétele a php rendszer könyvtár keresési útvonalában.
Recent Comments