|
|
26.10.2007.
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 stickBitTorrent Tutorial Roundup - Help - ManualAnti-rootkit, antirootkit tools, scanners
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
05.07.2007.
24.11.2005.
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 editorphp ADOdb (+ ADOdb lite) - DB abstraction layerDatabase Designer - fabforce.netPHP code generatori - code generators -phpCodeGenie - EZPDOOnline 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
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 FrameworkWampserver - WAMP5 + WAMP4 - Win32 Apache MySQL PHPmeebo.com - web instant messaging - ajaxMySQL Cluster + replicationMySync - MySQL - Synchronisation without ODBC-ConnectionMigrating from Microsoft Access to MySQLAjax - 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.
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 FrameworkPHP code generatori - code generators -phpCodeGenie - EZPDOWAMP - Windows Apache MySQL PHP - one click install solutionHDR tutorialTech Info Pages - zgodni prirucni alati - net toolsAnti-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
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-aAjaxCore: PHP Ajax Frameworkmeebo.com - web instant messaging - ajaxAjax - PHP - Asynchronous JavaScript And XML - intro, tutorials, manuals, examplesIIPImage: Ajax-based Ultra High Resolution Image ViewerProjax - Prototype and AjaxMozLab - 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
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.
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 the xajax object on the server which calls the corresponding PHP functions. Upon completion, an xajax XML response is returned from the PHP functions, which xajax passes back to the application. The XML response contains instructions and data that are parsed by xajax’s JavaScript message pump and used to update the content of your application.
|
AjaxAC - Open-souce PHP framework for AJAX
AjaxAC is an open-source framework written in PHP, used to develop/create/generate AJAX applications. The fundamental idea behind AJAX (Asynchronous JavaScript And XML) is to use the XMLHttpRequest object to change a web page state using background HTTP sub-requests without reloading the entire page. It is released under the terms of the Apache License v2.0.
|
Odlican clanak koji govori o tome kako bi se AJAX trebao pravilno upotrebljavati i na sto bi kod koristenja AJAX-a trebalo obratiti pozornost.
Ajax Mistakes
Vezani blogovi:
MorgueFile.com - free photos, images, manuals, tutorials, digital photographyProjax - Prototype and AjaxTop 10 Web Developer LibrariesAjaxCore: PHP Ajax FrameworkSWF uploaderAJAX Debugging with GreasemonkeyAl-ex.net - photoshop tutoriali - tutorials
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
28.07.2005.
Par zgodnih PHP skripti i classa
PHP Bayesian Filter
PHP Bayesian Filter- Do your own adaptive Bayesian analysis of text. I didn’t write it, but I did translate it and hope to build on it. However, it is fully baked as is and includes the class as well as an example script to show you how to use it.
|
Ostali PHPGeek.com util
PHUI - PHP HTA User Interface toolkit. Build stand alone web applications that don’t require a web server.
Phunami - Protect your dynamic PHP scripts from getting Slashdotted.
PHPGeek Utilities - A group of small scripts that make PHP development easier.
|
Vezani blogovi:
IP info - saznaj sve, ili skoro sve ;-), o IP adresiHDR tutorialHow to correct Perspective in PhotoshopSpyware, trojan, malware - alati i tehnike za sprjecavanje i uklanjanjeMP3 - audio filterIP sniffer (network tools)
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
26.07.2005.
PHP aplikacije kao executables (EXE)…
PriadoBlender
PriadoBlender is a tool to let you distribute your PHP scripts as an executable EXEs. It is similar to the PHPCompiler that was available for a couple of months a year or 2 ago. PriadoBlender isn’t a true compiler in the computer science sense of the term. True compilers take the high-level code and turn it into machine/assembly code. Instead, PriadoBlender takes your PHP code and the PHP interpretor itself and blends them into standalone, PHP executable goodness.
|
Vezani blogovi:
PHP, Apache, MySQL - direktno s CD-a
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
15.07.2005.
Odlican clanak o dinamickim jezicima, njihove prednosti i mane…
Dynamic Languages — ready for the next challenges, by design.
Abstract
Dynamic languages are high-level, dynamically typed open source languages. These languages, designed to solve the problems that programmers of all abilities face in building and integrating heterogeneous systems, have proven themselves both despite and thanks to their independence from corporate platform strategies, relying instead on grassroots development and support. Ideally suited to building loosely coupled systems that adapt to changing requirements, they form the foundation of myriad programming projects, from the birth of the web to tomorrow’s challenges.
Nastavak…
Dynamic Languages — ready for the next challenges, by design.
|
Vezani blogovi:
Dynamic Drive CSS LayoutsPHP/SWF Charts -> dinamicki grafikoni u FlashuHigh Dynamic Range ImageThe High Dynamic Range (HDR) Landscape Photography TutorialHDR tutorialphp ADOdb (+ ADOdb lite) - DB abstraction layerWhy a career in computer programming sucks
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
17.05.2005.
Nisam ih testirao jer i nemam bas nesto vremena, ali mozda nekome posluzi. Ako netko ovo nadje korisnim, neka obavezno javi. Imam feeling da bi mi vise vremena trebalo za citanje dokumentacije, nego da CRUD aplikacijicu napisem sam 
phpCodeGenie - php code generator
About phpCodeGenie
Introduction
Given any database schema, tables within, list of fields and properties, one ought to be able to build any kind of database backed applications in any programming language. The basic operations that a database driven application will have are usually the same - Create Records, Retreive Records, Update Records, Delete Records (CRUD).
phpCodeGenie attempts to generate these CRUD code so that programmers have a base they can work on. The core database access code and scripts are usually the same for most applications. Rather than spending a lot of time doing these common code, we can spend our time on the business logic of our applications and let PCG do the boring code for you. phpCodeGenie can generate simple code for beginners where everything is done in the same PHP script or structure Object Oriented PHP Code that follows the PCG framework.
phpCodeGenie requires you to design your tables and then the genie can generate code for reading and writing to the database, the html forms to enter or edit data in the database, scripts to list data, scripts to delete data, search forms, search scripts among others.
Supported Databases
phpCodeGenie can interact and generate code from many database servers - MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro, Access, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic ODBC, ODBTP, through the ADODB Database Abstraction Library.
|
EZPDO
Overview
Motivation
Object-relational mapping (ORM) is useful in developing web applications.
Many of us in desperate search for good ORM tools for PHP end up finding existing PHP persistence packages are either insufficient to address the problems we face, or unnecessarily complex that demand a steep learning curve that not many of us are able or willing to afford. And most importantly, we don’t see the existing tools providing satisfactory solutions that can work with existing code and/or databases. This is what got us started to work on an alternative.
The goal of this project is to design a lightweight and easy-to-use persistence solution for PHP. This is how the project got its name, Easy PHP Data Objects (EZPDO). Simplicity is the key. Constantly we keep the following requirements in mind when designing EZPDO.
It requires zero SQL knowledge1) and a minumum amount of effort in ORM specification.
It should work with existing classes and does not alter the source code.
It should only introduce overhead to a minimum to guarentee performance.
EZPDO is also a test-driven project with continous integration. More on that in developer’s guide.
Features
Here is a quick look at the features in EZPDO before you delve into any details.
Minimum SQL knowledge required
Requires minimum ORM specification
No Phing! No need of explicit command line compile
Works with existing code and database
Has a small runtime core to guarentee performance
Handles 1:N, and M:N relationships automatically
Provides a simple runtime API
Supports object query (EZOQL)
Auto generates database tables
Test-driven with continuous integration
|
Vezani blogovi:
Valid redirekcija - 301 (Moved permanently)Bambalam - PHP EXE Compiler/Embedder (run on CD, stick, …)PriadoBlender - PHP aplikacije kao executables (EXE)YouTube PHP API (upload)CSS round corners generatorOptimizacija PHP-aYouTube uploader
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
11.05.2005.
Jos iz vremena dok sam na natjecanjima morao rjesavati matematicke probleme, rekurzija mi se svidjala kao koncept - tako banalan, a tako koristan koncept.
U danasnje vrijeme instant programera sa stambiljima po knjizicama i fantasticno brze programerske evolucije, mnogi nisu ni culi za taj izraz, pa evo par linkova na temu rekurzije, i njene prakticne primjene u PHPu.
Wikipedia - Recursion
PHP primjena - Storing Hierarchical Data in a Database
PHP - Solving Problems with Recursion
Recursion in plain English
Recursion is the process a procedure goes through when one of the steps of the procedure involves rerunning the entire same procedure. A procedure that goes through recursion is said to be recursive. Something is also said to be recursive when it is the result of a recursive procedure.
To understand recursion, one must recognize the distinction between a procedure and the running of a procedure. A procedure is a set of steps that are to be taken based on a set of rules. The running of a procedure involves actually following the rules and performing the steps. An analogy might be that a procedure is like a menu in that it is the possible steps, while running a procedure is actually choosing the courses for the meal from the menu.
A procedure is recursive if one of the steps that makes up the procedure calls for a new running of the procedure. Therefore a recursive four course meal would be a meal in which one of the choices of appetizer, salad, entrée, or dessert was an entire meal unto itself. So a recursive meal might be potato skins, baby greens salad, chicken parmesan, and for dessert, a four course meal, consisting of crab cakes, Caesar salad, for an entrée, a four course meal, and chocolate cake for dessert, so on until each of the meals within the meals is completed.
It is important to note that a recursive procedure must complete every one of its steps. Even if a new running is called in one of its steps, each running must run through the remaining steps. What this means is that even if the salad is an entire four course meal unto itself, you still have to eat your entrée and dessert.
|
Mislim da je ovo dovoljno stiva za pocetak Za one koji zele vise informacija, na kraju svakog od gorenavedenih clanaka imate linkove za detaljnije informiranje o rekurzijama. 
Vezani blogovi:
Al-ex.net - photoshop tutoriali - tutorialsPhotoshop Tutorials (advanced)Oracle PHP CookbookPractical PHP Programming - Free PHP knjiga - onlineCameraTown.com Guides - Free Photography How-To Guides and TutorialsMorgueFile.com - free photos, images, manuals, tutorials, digital photographyOnline free tutorials, courses - besplatni tutoriali
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
28.04.2005.
Za PHP manijake.
Blog sa sazecima blogova i PHP vijesti. Centralizirano mjesto dnevnih informacija o PHPu. Samo za ovisnike i zesce PHP narkomane. Dovoljno za PHP information overdose.
Eto, to bi mogao biti naramak reklama za sljedeci link
Planet PHP - blog PHP blogova
Planet PHP - blog PHP blogova
Vezani blogovi:
Official google blogsPlanet Smilies - kolekcija smileya i avataraWordpress blogovi o WordpressuVodic kroz galaksiju za autostoperePrijavnice za blogoveidentifyit - odlican blog o brandinguJedna kratka pametna misao…
Was this article helful to you? If so, please click on the (+) [plus] sign below! It's Croatian digg ;-) Tnx!
|