Fractals

Computer Graphics No Comments »
  • Fractint, free DOS 
  • Chaoscope, shareware
  • Quat 3D kvaternió fractal, GPL
  • UltraFractal 4 animation - shareware
  • Bryce 5 fractal landscapes

Split string to array

php No Comments »

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.

Here documents in php scripts

php No Comments »

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;

?>

Programmer utilities

Programming No Comments »

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

Web gallery index

WordPress, Web development, HTML, DHTML, CSS Style No Comments »

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

Superscape Virtual Worlds

Virtual Worlds No Comments »

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.

Adobe Flash Video Tutorials

Flash No Comments »

Transparent Flash Videos

Flash No Comments »

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

Google Gdata API

php No Comments »

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.

http://videoguide.tevagyasztar.com

WebSite Powered by webHauser
Entries RSS Comments RSS Login