WordPress Information
WordPress is a Content Management System designed to create blogs or web pages that are periodically updated. It was developed using PHP as scripting engine and MySQL as back end database.
WordPress is a Content Management System designed to create blogs or web pages that are periodically updated. It was developed using PHP as scripting engine and MySQL as back end database.
Last year we announced the release of Complete UI – an Enterprise Ajax widget framework; today Nitobi is announcing even more : the release of all server code and Dreamweaver Extensions under the MIT License. Complete source code is available today at http://github.com/nitobi/completeui and of course for dotnet and Java, other sources (for PHP, Classic ASP, Coldfusion) already available for download at http://www.nitobi.com/download/ . Below the press release : Nitobi Inc. announces today that Complete UI–its popular suite of Ajax-powered user interface components–including all server code and Dreamweaver Extensions are now available for free under the MIT open source license. While Complete UI components were first open sourced in 2009, starting today .Net and Java server libraries and Dreamweaver Extensions, which were previously closed code, are also free.
Today I was looking for a way to backup my Google Documents, not just having an offline copy, and after few googling (in my reader also) I found the solution in a PHP script that Ilia published about one month ago under a BSD license. From the blog post : It’s “a small (120 lines) PHP script that will retrieve all your Google documents and save them to a local directory, in the event the document was created/updated in the last 24 hours, thus ensuring snapshot support. Each file name is prefixed with Ymd (Year,month,day) prefix to ensure name uniqueness and provides an easy way to spot similar files or files that were created/updated on the same day.” Only cURL and Simplexml extensions are required, which most PHP 5.0+ installs should have. The latest update allow to save each day backup in a separate directory in addition to Zip compression if the extension is loaded. Source code available at http://github.com/iliaal/Google-Docs-Backup .
Oracle VM VirtualBox – the ultimate virtualization software for enterprise and home – came with a webservice tool called vboxwebsrv, and if you have your virtualBox installed on a host machine you don’t have necessarily on the same machine to manage it. phpVirtualBox is a new project which aims to make VirtualBox management possible simply from a web browser. The web application is powered by PHP and jQuery providing a real clone of the VirtualBox software in your web browser. Much of its verbage and some of its code is based on the (inactive) vboxweb project. phpVirtualBox require A web server with PHP > = 5.2.0 and a working VirtualBox installation > = 3.2.2. Key features include : – Start/Stop VMs : Pause, Save State , Discard State, Power Off, ACPI Sleep, ACPI Shutdown – Snapshots : Take Snapshot, Delete Snapshot, Restore Snapshot – View VM Log files – Configure VMs : Excludes serial port configuration, Excludes some display options that do not affect a headless environment – Media : Add media, Full featured virtual media manager, Create hard disk wizard, Mount read-only media (DVD/CD and Floppy images) while VM is running, Clone disk image, Make disk image Immutable (read-only) – Create virtual machine wizard – Global networking configuration : Add / remove / configure host-only interfaces, Configure DHCP settings for host-only interfaces – Import / Export Virtual Machines – Virtual Machine Console access : Allows specification of username / password and screen resolution, Can be “detached” to open the VM’s console in a minimal, new browser window. VirtualBox OSE is supported but support for console tab, USB, and VRDP will be dropped obviously. Notice that the script performs no front-end user authentication of any kind, it is intended to be run on a local network or intranet where access to the phpVirtualBox script is limited by network connectivity.
irontec have just launched an open source project to bring PHP to Android platform. PHP for Android project (PFA) aims to make PHP development in Android not only possible but also feasable providing tools and documentation. The project already have an APK which provides PHP support to Android Scripting Environment (ASE). To get started you can follow the screencast below : APK and source code both available at http://phpforandroid.net . Minimum requirement to get PHP for Android running is Android 1.5 phone or emulator. There is even an unofficial ASE build with PHP 5.3 support included. Now Rasmus can get an Android phone and start scripting on mobile.
ProcessMaker is a very unique enterprise-grade Open Source business process management (BPM) and workflow software designed for small and mid-sized businesses (SMBs) and organizations. ProcessMaker is a user-friendly application to manage workflow efficiently and effectively. Business users and process experts with no programming experience can design and run workflows, increase transparency, and radically reduce paperwork. Automate processes across systems, including human resources, finance, and operations. Private and public organizations can use it to automate document intensive, approval-based processes across systems including finance, HR and operations. ProcessMaker is written in PHP and Ajax, fully web-based with a service oriented architecture. I loved the workflow creation interface where you can open and customize all your business process with simple drag and drop. In addition ProcessMaker includes tools to design forms, create documents, assign roles and users, create routing rules, interconnect with third-party systems including business intelligence (BI), document management (DMS), content management (CMS) and enterprise resource planning (ERP) systems through a service-orientated architecture (SOA), and to map an individual process quickly and easily.
If you are to create a CMS website template which will enable your PHP functions, you need to create a stylesheet switcher for multiple browsers. The switcher should remember the preferences of the user as well as mention the PHP variables, cookies, statements as well as pages with ‘require once’ facilities.
Zend Technologies announced two days ago the availability of Zend Server Cluster Manager , a solution that extends the benefits of the Zend Server Web application server across large-scale PHP deployments. Zend Server provides an enterprise-ready PHP stack that delivers performance optimization, application monitoring, problem diagnostics, job queuing and more. With Zend Server Cluster Manager, Web operations teams can centrally monitor and manage multiple Zend Server instances to ensure high availability and improved scalability of applications. Zend Server Cluster Manager fully supports Cloud deployments, allowing IT managers to easily add or take down PHP servers, monitor multiple PHP servers running in the Cloud, isolate performance bottlenecks or errors with built-in code tracing capability, and ensure consistent PHP configuration across a large number of clustered servers.
I haven’t written about PMC Customizable theme in quite sometime. I have a description about it on my web site http://www.papamikecreations.net where you can go and become familiar with it. Written in PHP with CSS support PMCCT doesn’t resemble a Nuke theme in any way. It will let you create a theme just by filling in values in 6 configuration files. I have 95% of a theme controlled
Most WordPress users online who search for Theme Designs for their Blog/s don’t want to have annoying links within the footer of their chosen Theme or Template. Most template users, especially the people who are familiar to HTML Programming, usually edit the footer.php and replace or remove the original links placed by the Author of that Template or Theme.