 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Tobias Schlitt's Blog: Comfortable PHP editing with VIM -5-
by Chris Cornutt August 23, 2006 @ 09:55:06
Tobias Schlitt has picked by up his "comfortable PHP editing in VIM" series today with this lengthy post with loads of helpful VIM tips to share with PHP developers everywhere.
More than a half year after my last "Comfortable PHP editing with VIM" post, I take up this series again, although I decided to let it die in January. Sadly I did not find any time by now, to extend PDV (the PHP Documentor for VIM plugin) further than it's version 1.0.1, which is available through vim.org and on my SVN. Anyway, I collected a lot of (at least for me) helpful VIM tips, which I'd like to share here
The post contains tons of tips on subjects such as:
- Find matching brace
- Indenting and unindeting
- Emergency help
- Macros
and many more. For each subject, there's an explaination of a situation you might need it in and, of course, the tip itself. He also links to the earlier parts of the series (one through four) for those wanting to catch up.
voice your opinion now!
vim easy edit pdv comfortable matching recover regex commands vim easy edit pdv comfortable matching recover regex commands
Sitecritic.net: Simple Content Management in PHP Without Database Access
by Chris Cornutt August 10, 2006 @ 07:26:50
For all of the content management systems that are out there, most of them have something in common (well, a lot in common, but that's more than I mean) - they all use databases to manage their information. Sometimes, that's just not what a developer really needs. All they want is a simple, light, file-based solution. Well, this new tutorial from Sitecritic.net can help. It details the creation of a simple file-based management system, including login abilities.
A Content Management System (CMS) allows you to update your website easily without touching anything in the backend. If you are a non-IT person, you will almost always want a CMS for your website because it makes you less dependent on your web designers or developers to add, edit or delete contents in your website.
There are many good CMS out there but most of them require some sort of database access in the backend. Many PHP CMS uses mysql or postgres database which resides in the server. Installation and troubleshooting of CMS might require some technical knowledge and server configuration which could be daunting for some.
The tutorial steps you through the login form first, then creating the template HTML files, before adding in the adding and editing functionality to store the content in the files. The full source for the application is also available for download.
voice your opinion now!
content management system flatfile login add edit html content management system flatfile login add edit html
Leon Kilat's Blog: How to edit Wordpress themes using Dreamweaver
by Chris Cornutt June 09, 2006 @ 06:38:33
In this new article (Part 1) from Leon Kilat on the Cybercafe Experiments, he takes a look at how to use a popular web site development tool, Dreamweaver, to modify WordPress templates.
WordPress, like most PHP-MySQL CMS, use template files to control the appearance of websites. The webpage is assembled from several PHP files controlling specific aspects of the site like the header, sidebar, main content and footer.
To use Dreamweaver to edit or customize WordPress themes, you need to combine these different PHP files into one page so that you can immediately view, while editing the codes, how the page would appear.
He opts to go with a template named Zimpleza for simplicity's sake, and gets right into it. He steps through the process you'll need to prepare the environment, including pulling over the code and HTML from the current template files into Dreamweaver. Then, remove the PHP code and insert dummy content to get a better idea of how it will be laid out.
This is just a start - part two, focusing on creation (versus just modification) of a new WordPress theme.
voice your opinion now!
php edit wordpress theme dreamweaver part1 php edit wordpress theme dreamweaver part1
PHPit.net: Creating a file manager with PHP
by Chris Cornutt January 23, 2006 @ 07:35:31
On PHPit.net today, there's a new tutorial that talks about the creation of a web-based file manager you can use to keep track of things from anywhere you have web access.
Moving files across multiple computers can often be a problem, and synchronization is one of the biggest problems. What if you could simply store your files in one place, and access it on each computer? With PHP that's no problem, and in this tutorial you'll learn how to create your own simple file manager.
Our file manager will have four main features: uploading, editing, deleting and streaming (downloading) files. Everything can be done without having to touch an FTP program, which makes it a lot easier to quickly change something.
They start with the uploading feature (so you'll have something to even manage), and move into the reverse - downloading/streaming the files. After that, they describe the editing and deleting functionality. There's code for all of it too, so don't worry about having to work it all up on your own...
voice your opinion now!
php create file manager upload delete download edit php create file manager upload delete download edit
|
Community Events
Don't see your event here? Let us know!
|