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!

    10.08.2008.

    CSS round corners generator
    Lokacija: CSS :: Zanimljivi linkovi :: HTML   |   Autor: cacan @ 12:09   |  

    CSS round corners generator

    Once you have your rough draft laid out in CSS, and you need to start adding style, Rounded Cornr can save you a lot of time. Rounded Cornr quickly and easily creates images and CSS code for different box styles in an easy to use interface. It also offers an option to code it using only one image for all four corners, saving a minimal amount of bandwidth.


    Vezani blogovi:
  • Wordpress Theme Generator
  • Bullshit generator - oldskool + web2.0
  • 50 Beautiful CSS-Based Web-Designs in 2006
  • OneWebDay - One Web, One World, One Wish
  • PHP code generatori - code generators -phpCodeGenie - EZPDO
  • Istina o zenama?






  • 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!

    13.05.2008.

    .htaccess - firewall example
    Lokacija: Zanimljivi linkovi :: Hosting   |   Autor: cacan @ 10:45   |  

    Odlican primjer .htaccess-a koji bi trebao odbiti dobar dio napada se moze naci ovdje: My Webapplication Firewall Tutorial. Najbolja preporuka za ovaj vid zastite lezi u cinjenici da je pravila sastavila osoba kojoj je domena securitya web aplikacija dobro poznata. ;-)

    ovakav ili slican .htaccess + ModSecurity + dobro definirana pravila na HW/SW firewallu (block all, allow only necessary na ogranicenim IP rangeovima) i server bi mogao biti poprilicno siguran…



    Vezani blogovi:
  • pcfg_openfile, Too many open files error in Apache, Perimission denied
  • Online Armor Firewall - best freeware firewall
  • Remove the Windows security icon from the tray!
  • Apache Logging - advanced access_log
  • Apache Web Server Speed Configuration Hacks (optimization, optimizing)
  • Why IT Sucks






  • 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!

    22.04.2008.

    Yahoo Media Player - mp3
    Lokacija: Javascript :: Ajax-PHP   |   Autor: cacan @ 9:50   |  

    Yahoo je smislio jos jednu zgodnu foricu za one koji vole brza i jednostavna rjesenja… Yahoo Media Player.

    Dakle, samo ubacite jednu liniju koda kojom ucitavate Javascript koji se nalazi kod Yahoo-a i sve vase mp3-ice na stranici postaju instant slusljive… ;-)



    Vezani blogovi:
  • meebo.com - web instant messaging - ajax
  • Flash MP3 Player
  • Canon EOS 1D Mark III DSLR - gallery
  • nLite - Windows Installation Customizer
  • Firefox - YouTube video - freeze problem
  • Lawrence Lessing presentation skills
  • OpenClipart.org - free clip art library






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

    14.04.2008.

    pcfg_openfile, Too many open files error in Apache, Perimission denied
    Lokacija: Hosting   |   Autor: cacan @ 12:26   |  

    Eh, eh… tako je to kad se idu instalirati zadnje verzije APC-a ;-)

    Configuration: Apache2, PHP4.x + APC 3.0.18

    Simptomi: Korisnik dobije Error403, u Apache error logu
    “(24)Too many open files: /home/site/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”

    Bug reported: http://pecl.php.net/bugs/bug.php?id=13529

    Solution: Revert to earlier versions of APC (3.0.15)



    Vezani blogovi:
  • Apache - config - virtual hosting
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin
  • Apache Logging - advanced access_log
  • WAMP5 - Win32 ApacheMySQL & PHP5 instalacija
  • Apache Web Server Speed Configuration Hacks (optimization, optimizing)
  • MultiEX commander - game editor
  • Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP






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

    13.04.2008.

    Modsecurity audit_log analysis
    Lokacija: WebDev :: Hosting   |   Autor: cacan @ 17:10   |  

    Par korisnih Mod Security grepova za cupanje iz audit_loga…

    egrep ‘Host:’ audit_log | sort | uniq -c | sort -rn | sed “s/mod_security-message\: Access denied with code 412\. //g” >

    egrep ‘mod_security-message’ audit_log | sort | uniq -c | sort -rn | mod_security-message-sort.txt

    egrep “^HTTP/” audit_log | sed “s/HTTP\/[01].[019] //g” | sort | uniq > HTTPcodes-audit.txt

    i za access log…

    cat httpd-access.log | awk ‘{print $7}’ | sort | uniq -c | sort -rn | less

    P.S. Jos samo da ne moram procitati 17 zilijardi manuala u kojima cu pronaci upute kako iskljuciti zapisivanje 404 u audit log. Ugh…



    Vezani blogovi:
  • .htaccess - firewall example
  • Captology - i ja zelim prati mozgove…
  • PHP Bayesian Filter i par sitnih PHP utila
  • PHPcap - Pcap and Network extension for php - packet sniffing
  • Online Armor Firewall - best freeware firewall
  • Trynt.com - Free web API’s
  • Free english dictionary - thesaurus - besplatni engleski rjecnik






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

    07.04.2008.

    Ultimate Regex Checker
    Lokacija: WebDev :: Zanimljivi linkovi   |   Autor: cacan @ 22:55   |  

    Ultimate Regex Checker



    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!

    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!

    01.04.2008.

    Apache Logging - advanced access_log
    Lokacija: Hosting   |   Autor: cacan @ 14:00   |  

    Odlican clanak o raznim tehnikama za bolje logiranje apache logova…
    Advanced Logging Techniques With Apache

    i jos malo : HowToForge - How To Tell Apache To Not Log Certain Requests In Its Access Log

    i jos…

    * http://forums.digitalpoint.com/showthread.php?p=488716
    * http://www.keithjbrown.co.uk/vworks/unix/logs.php
    * http://www.htaccesselite.com/htaccess/setenvif-examples-vt141.html



    Vezani blogovi:
  • Apache Web Server Speed Configuration Hacks (optimization, optimizing)
  • Photoshop Tutorials (advanced)
  • Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP
  • WOS - WebServer on Stick - Apache, MySQL, PHP - USB stick
  • PHP, Apache, MySQL - direktno s CD-a
  • Apache - config - virtual hosting
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin






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

    14.03.2008.

    HTML & CSS Reference - manuals
    Lokacija: CSS :: HTML   |   Autor: cacan @ 12:55   |  

    Dva zgodna Sitepointova reference manuala za HTML i CSS

    HTML Reference
    CSS Reference



    Vezani blogovi:
  • CSS - odlican vodic kroz CSS - guide - Index dot CSS
  • 25 free encyclopedias - Wikipedia alternative
  • MorgueFile.com - free photos, images, manuals, tutorials, digital photography
  • Godwin’s Law
  • Free english dictionary - thesaurus - besplatni engleski rjecnik
  • Ajax - PHP - Asynchronous JavaScript And XML - intro, tutorials, manuals, examples
  • HTML emails - savjeti






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

    02.01.2008.

    MySQL Cluster + replication
    Lokacija: Zanimljivi linkovi :: MySQL   |   Autor: cacan @ 3:00   |  

    You may know about the MySQL Cluster, which is a complex architecture to achieve high availability and performance. One of the advantages of MySQL Cluster is that each node is a peer to the others, whereas in a normal replicating system you have a master and many slaves, and applications must be careful to write only to the master.

    The main disadvantages of MySQL Cluster are (as of MySQL 5.0):

    * The database is in memory only, thus requiring more resources than a normal MySQL database. (MySQL 5.1 introduces table spaces, with the capability of storing nonindexed data on disk.)
    * Some normal features are not available, such as full-text searches, referential integrity, and transaction isolation levels higher than READ COMMITTED.

    There are some cases where the MySQL Cluster is the perfect solution, but for the vast majority, replication is still the best choice.

    Replication, too, has its problems, though:

    * There is a fastidious distinction between master and slaves. Your applications must be replication-aware, so that they will write on the master and read from the slaves. It would be so nice to have a replication array where you could use all the nodes in the same way, and every node could be at the same time master and slave.
    * There is the fail-over problem. When the master fails, it’s true that you have the slaves ready to replace it, but the process of detecting the failure and acting upon it requires the administrator’s intervention.

    Fixing these two misfeatures is exactly the purpose of this article. Using features introduced in MySQL 5.0 and 5.1, it is possible to build a replication system where all nodes act as master and slave at the same time, with a built-in fail-over mechanism.

    Read more: Setting Up a Multimaster Replication System



    Vezani blogovi:
  • Wampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHP
  • MySync - MySQL - Synchronisation without ODBC-Connection
  • Migrating from Microsoft Access to MySQL
  • WOS - WebServer on Stick - Apache, MySQL, PHP - USB stick
  • PHP, Apache, MySQL - direktno s CD-a
  • MySQL regular expression search engine
  • Appserv Open Project - one click install Apache PHP MySQL Zend phpMyAdmin






  • 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!