Kategorije:


04.09.2008.

ZZEE php-exe
Lokacija: PHP :: Zanimljivi linkovi   |   Autor: cacan @ 11:09   |  

What is ZZEE PHPExe?

ZZEE PHPExe compiles PHP, HTML, Javascript and other web files into Windows GUI exes. You can rapidly develop Windows GUI applications by employing the familiar PHP web paradigm. You can use the same code for online and Windows applications with little or no modification.

http://www.zzee.com/phpexe/



Vezani blogovi:
  • No related posts






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    04.06.2008.

    PHP - Amazon S3 - file integration
    Lokacija: PHP :: Hosting   |   Autor: cacan @ 14:57   |  

    Nedavno sam se nasao u situaciji da sam zbog ogromne navale (unmetered, ali ogranicen bw) morao naci hitno rjesenje, ili trpiti bujicu prigovora korisnika, ostrice tomahawka i voodoo kletve. ;-) Uglavnom, sadrzajno se radilo o fotkama, ali kad je pipa uska, a potraznaj velika -> sve steka. Srecom, trazeni materijal se mogao tocno odrediti i to je uvelike olaksalo rjesavanje problema.

    Dakle, trebalo je neko brzo i handy rjesenje, bez previse kodiranja i drkanja -> i tu se sjetih S3!

    U vrlo, vrlo kratkom vremenu (kojih 15tak minuta efektivno), uz malu pomoc kolege Kukija (rewrite rule), moze se:
    - regati S3 account
    - prilagoditi posluzivanje na serveru (redirect na S3 za trazenim sadrzajima pomocu .htaccesa) - ovo je jednostavan file requst rule za sve fileove u odredjenom direktoriju

    RewriteEngine on
    RewriteCond ^/%{REQUEST_FILENAME} !-f
    RewriteRule ^(.+) http://bucket.s3.amazonaws.com/dir/$1

    - pronaci optimalno rjesenje za upload sadrzaja na S3 i uploadati fileove na S3 (pomocu odlicnog S3fox plugina za Firefox, vrijeme uploada nije uracunato u onih 45 minuta ;-)) et voila - trazeni materijal se posluzuje po relativno jeftinim tarifama.

    30tak GB, koliko je taj peak pojeo - nesto sitno iznad 5$. Very nice! ;-)

    Kako je peak trajao svega dan-dva i promet se vratio u normalu, ali S3 ostaje kao jocker u rukavu za sve prometno zahtjevne situacije. Ovaj put ga imam u vidu i pri planiranju i razvoju, a ne samo kao vatrogasnu mjeru.

    Evo par handy sitnica za PHP za streamanje (korisno kod velikih datoteka) na S3 server.
    http://www.ogleearth.com/2007/07/kmls_region_ama.html
    http://neurofuzzy.net/index.php?s=s3 + http://www.neurofuzzy.net/2006/08/26/amazon-s3-php-class-update/
    http://www.missiondata.com/blog/linux/49/s3-streaming-with-php/
    http://cesarodas.com/2007/09/php-amazon-s3-stream-wrapper.html
    http://www.phpclasses.org/browse/package/4144.html

    http://www.theregister.co.uk/2008/07/14/mulesource_cloud_amazon/page2.html

    PHP 5 Class



    Vezani blogovi:
  • Amazon S3 - Service Unavailable
  • nLite - Windows Installation Customizer
  • Free file upload sites (upload - download)
  • File upload sites (upload-download dump)
  • The Annals of Improbable Research (AIR) - zanimljivo, njam, njam
  • Wikifortio - file hosting - upload-download
  • Free Content, Free Software, Free Hosting






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    02.06.2008.

    YouTube PHP API (upload)
    Lokacija: PHP :: Ajax-PHP   |   Autor: cacan @ 21:02   |  


    Jochen Hartmann demonstrates the basics of how to use the PHP Client Library with the YouTube Data API.

    PHP Developer’s Guide:
    http://code.google.com/apis/youtube/d…

    Other documentation:
    http://code.google.com/apis/youtube/

    Please note that the code demonstrated is currently only available by obtaining the latest revision of the Zend Framework from svn.



    Vezani blogovi:
  • YouTube uploader
  • File upload sites #2 (upload-download)
  • Free file upload - download hosting list
  • YouTube High Quality hacks
  • File upload sites (upload-download dump)
  • Best format for YouTube Video (quality)
  • Free file upload sites (upload - download)






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    23.04.2008.

    XAMPP - x + Apache + MySQL + PHP + Perl
    Lokacija: PHP :: Install 'n' Tweak   |   Autor: cacan @ 22:56   |  

    XAMPP

    xampp
    Many people know from their own experience that it’s not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl.

    XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.



    Vezani blogovi:
  • Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP
  • WOS - WebServer on Stick - Apache, MySQL, PHP - USB stick
  • PHP, Apache, MySQL - direktno s CD-a
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin
  • WAMP - Windows Apache MySQL PHP - one click install solution
  • PHPfreaks, Apachefreaks, MySQLfreaks - odlican freaks sites network ;-)
  • UniformServer - WAMP server s plugin arhitekturom






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    06.04.2008.

    YouTube uploader
    Lokacija: PHP   |   Autor: cacan @ 22:53   |  

    Iako danas postoji API za to… ;-)

    YouTube Uploader



    Vezani blogovi:
  • SWF uploader
  • YouTube PHP API (upload)
  • YouTube High Quality hacks
  • Best format for YouTube Video (quality)
  • File upload sites (upload-download dump)
  • Firefox - YouTube video - freeze problem
  • Customer value and the network effect






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    26.10.2007.

    Bambalam - PHP EXE Compiler/Embedder (run on CD, stick, …)
    Lokacija: WebDev :: PHP :: Razno   |   Autor: cacan @ 15:57   |  

    Bambalam PHP EXE Compiler/Embedder

    Bambalam PHP EXE Compiler/Embedder is a free command line tool to convert PHP applications to standalone Windows .exe applications. The exe files produced are totally standalone, no need for php dlls etc. The php code is encoded using the Turck MMCache Encode library so it’s a perfect solution if you want to distribute your application while protecting your source code. The converter is also suitable for producing .exe files for windowed PHP applications (created using for example the WinBinder library). It’s also good for making stand-alone PHP Socket servers/clients (using the php_sockets.dll extension).

    It’s NOT really a compiler in the sense that it doesn’t produce native machine code from PHP sources, but it works!



    Vezani blogovi:
  • WOS - WebServer on Stick - Apache, MySQL, PHP - USB stick
  • BitTorrent Tutorial Roundup - Help - Manual
  • Anti-rootkit, antirootkit tools, scanners






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    04.09.2007.

    Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP
    Lokacija: WebDev :: Install 'n' Tweak   |   Autor: cacan @ 14:40   |  

    Jedna jednostavan i brz webdev app bundle (Win32 Apache MySQL PHP)…

    Po defaultu je Apache2, MySQL 5, PHP5, ali podrzava i PHP4 (switch izmedju 5 i 4 je s jednim klikom - zakon!)….

    Wampserver.com



    Vezani blogovi:
  • WAMP5 - Win32 ApacheMySQL & PHP5 instalacija
  • Install: AMP (Apache, MySQL, PHP + Zend)
  • WOS - WebServer on Stick - Apache, MySQL, PHP - USB stick
  • PHP, Apache, MySQL - direktno s CD-a
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin
  • XAMPP - x + Apache + MySQL + PHP + Perl
  • PHPfreaks, Apachefreaks, MySQLfreaks - odlican freaks sites network ;-)






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    05.07.2007.

    Apache Web Server Speed Configuration Hacks (optimization, optimizing)
    Lokacija: WebDev :: PHP :: Razno :: Hosting   |   Autor: cacan @ 10:56   |  

    Odlican clanak o ubrzanju i optimiziranju postavki Apache-a….Apache hacks + jos jedan : 14 rules for fast web pages + Steve Souders’es PPT



    Vezani blogovi:
  • Optimizacija PHP-a
  • Optimizing Page Load Time - odlican clanak
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin
  • Apache - config - virtual hosting
  • UniformServer - WAMP server s plugin arhitekturom
  • Install: AMP (Apache, MySQL, PHP + Zend)
  • pcfg_openfile, Too many open files error in Apache, Perimission denied






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    11.11.2006.

    WOS - WebServer on Stick - Apache, MySQL, PHP - USB stick
    Lokacija: PHP :: Install 'n' Tweak   |   Autor: cacan @ 2:08   |  

    WebServer on stick

    An Apache webserver with PHP and MySQL develops its full power now on every USB Stick on the world. Faithful to the Plug&Play motto:

    “Plug in and Play”

    (Here it really works ;-) Just plug in your USB stick. A complete Apache webserver with PHP and MySQL starts. And you can enjoy the full power of WOS (Webserver on Stick).



    Vezani blogovi:
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin
  • Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP
  • PHP, Apache, MySQL - direktno s CD-a
  • XAMPP - x + Apache + MySQL + PHP + Perl
  • WAMP - Windows Apache MySQL PHP - one click install solution
  • PHPfreaks, Apachefreaks, MySQLfreaks - odlican freaks sites network ;-)
  • Install: AMP (Apache, MySQL, PHP + Zend)






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    27.09.2006.

    PHP & regular expressions (regexps) tutorial
    Lokacija: PHP   |   Autor: cacan @ 13:21   |  

    Evo jedan lijepi Sitepointov tutorial o upotrebi regular expressiona u PHPu za pocetnike…

    The Joy of Regular Expressions [1]

    The Joy of Regular Expressions [2]



    Vezani blogovi:
  • Sharp_or_not - jos jedan odlican pocetnici tutorial za fotkanje
  • Kako ufotkati munje?! Tutorial za fotografiranje munja (photo, lightning bolt)
  • The High Dynamic Range (HDR) Landscape Photography Tutorial
  • Photoshop tutorial - kako uljepsati necije lice - uljepsavanje lica
  • CSS Framework - layouts - zgodno
  • Tech Info Pages - zgodni prirucni alati - net tools
  • .htaccess - firewall example






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    24.11.2005.

    Oracle PHP Cookbook
    Lokacija: WebDev :: PHP :: Database :: Razno   |   Autor: cacan @ 10:54   |  

    O tome sto Oracle misli o PHPu moze se vidjeti na potonjoj adresi… pogodno za sve nadri-enterprise mambodzamboe koji vole pljuckati po PHPu…. ;-)

    The Oracle+PHP Cookbook

    Explore a broad range of HowTos for leveraging Oracle’s PL/SQL APIs in PHP applications.

    Welcome to the Oracle+PHP Cookbook! Whether you are a Web developer or enterprise developer looking to combine the robustness of the Oracle engine with the simplicity, performance, and ease-of-use of PHP, you are bound to find several interesting “recipes” here, each contributed by PHP coders, that will help you take full advantage of both technologies.



    Vezani blogovi:
  • PHP Oracle editor
  • php ADOdb (+ ADOdb lite) - DB abstraction layer
  • Database Designer - fabforce.net
  • PHP code generatori - code generators -phpCodeGenie - EZPDO
  • Online personality tests - testovi osobnosti






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    23.11.2005.

    TurboDbAdmin - Ajax MySQL DB admin
    Lokacija: WebDev :: PHP :: Database :: MySQL :: Razno   |   Autor: cacan @ 10:11   |  

    TurboDbAdmin - Ajax MySQL DB admin

    single-page solution for exploring and editing databases from a browser. Edit data just like you would in a desktop application, without submit buttons or page refreshes. Built using cutting-edge TurboWidgets and the Dojo Toolkit.
    We are proud to release our first public Beta version. TurboDbAdmin is free to download and install on any standard web server.


    Vezani blogovi:
  • AjaxCore: PHP Ajax Framework
  • Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP
  • meebo.com - web instant messaging - ajax
  • MySQL Cluster + replication
  • MySync - MySQL - Synchronisation without ODBC-Connection
  • Migrating from Microsoft Access to MySQL
  • Ajax - PHP - Asynchronous JavaScript And XML - intro, tutorials, manuals, examples






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    08.11.2005.

    php ADOdb (+ ADOdb lite) - DB abstraction layer
    Lokacija: WebDev :: PHP :: Comp & Internet :: Database :: Razno   |   Autor: cacan @ 15:51   |  

    Koristim ga vec neko vrijeme… predivno… a od nedavno i predivno lite ;-)

    PHP ADOdb

    php ADOdb lite

    ADOdb is a database abstraction library for PHP. There is also a Python version; see the ADOdb for Python docs.

    The PHP version currently supports an amazing number of databases, thanks to the wonderful ADOdb community: MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic ODBC, ODBTP. The Sybase, Informix, FrontBase and PostgreSQL, Netezza, LDAP, ODBTP drivers are community contributions.



    Vezani blogovi:
  • PRADO PHP5 Framework
  • PHP code generatori - code generators -phpCodeGenie - EZPDO
  • WAMP - Windows Apache MySQL PHP - one click install solution
  • HDR tutorial
  • Tech Info Pages - zgodni prirucni alati - net tools
  • Anti-rootkit, antirootkit tools, scanners






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    17.10.2005.

    AJAX Debugging with Greasemonkey
    Lokacija: WebDev :: PHP :: Razno   |   Autor: cacan @ 10:38   |  

    AJAX Debugging with Greasemonkey

    What it shows is the XMLHttpRequest debugging console, a floating div embedded in the page being debugged. This replaces the javascript console, which the previous script used for tracing.
    Each individual XMLHttpRequest invocation will get listed there, with all the details on the request and the response, as well as options to edit and replay the request or replay the response callback.

    The user script adds a menu command under “Tools” -> “User Script Commands” -> “Show XMLHttpRequest console". It is mostly useful if you click “hide” in the console menu.



    Vezani blogovi:
  • Optimizacija PHP-a
  • AjaxCore: PHP Ajax Framework
  • meebo.com - web instant messaging - ajax
  • Ajax - PHP - Asynchronous JavaScript And XML - intro, tutorials, manuals, examples
  • IIPImage: Ajax-based Ultra High Resolution Image Viewer
  • Projax - Prototype and Ajax
  • MozLab - Firefox extension - ajax, MozRepl, MozUnit






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    08.09.2005.

    phpCodeBeautifier
    Lokacija: WebDev :: PHP :: Razno   |   Autor: cacan @ 9:07   |  
  • phpCodeBeautifier
  • phpCodeBeautifier is a tool which avoid you of spending hours on reformating code to suit your own way of presenting it.


    Vezani blogovi:
  • No related posts






  • Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!

    16.08.2005.

    Ajax - PHP - Asynchronous JavaScript And XML - intro, tutorials, manuals, examples
    Lokacija: WebDev :: PHP :: Javascript :: HTML :: Razno   |   Autor: cacan @ 21:02   |  

    Stvar koju su svi webdeveloperi cekali otkad postoji HTTP protokol sa svim svojim prednostima i manama. ;-)

    Pocelo je kao XMLHttpRequest, a preraslo je u Ajax (Asynchronous JavaScript And XML).

    Opcenito o Ajaxu:
    Odlican clanak za pocetak

    AJAX - information and tutorials

    AJAXmatters.com

    AJAX Matters is an informational site about AJAX (short for “Advanced Javascripting and XML” or “Asynchronous JavaScripting and XML") and how these technologies are applied to web development.

    AJAXpatterns - primjeri i ideje za upotrebu, odlicno

    fiftyfoureleven.com - AJAX primjeri - zakon!

    PHP framework:
    Xajax.sf.net (odlican)

    What is xajax?
    xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.

    How does xajax work?
    The xajax PHP object generates JavaScript wrapper functions for the PHP functions you want to be able to call asynchronously from your application. When called, these wrapper functions use JavaScript’s XMLHttpRequest object to asynchronously communicate with th