 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Richard Davey's Blog: A Guide to using CVS Dude with NuSphere PhpED
by Chris Cornutt April 20, 2007 @ 08:39:00
If you're a user of the PhpED IDE in your development work and have had a bit of a hard time with the CVS support, you might want to check out this new post from Richard Davey with a guide on how to get started - specifically with the CVSDude.com hosting service.
If you use NuSphere's excellent PhpED IDE then you'll know it has built-in CVS support for source control. This is a guide I wrote to using PhpED with the CVSDude.com service, so you can get your projects up and running in no time at all.
He talks about getting a new project set up, configuring the server correctly in the Project Properties, and running an import for all of the files in your application's directory.
With that all in place, he also helps you set up the reverse - a place to check the files back out to be able to work with them easily (in a few simple steps). There's even shortcuts you can assign to help make running the CVS functions simpler.
voice your opinion now!
nusphere phped ide cvs cvsdude project import export nusphere phped ide cvs cvsdude project import export
Community News: Visustin v4 Automates PHP Flowcharting and UML Diagramming
by Chris Cornutt December 06, 2006 @ 11:43:00
According to this note from the International PHP Magazine website, there's a new tool being offered by Aivosto that allows PHP developers to "reverse engineer" their code back into flow charts and UML activity diagrams.
Visustin is the ideal diagramming tool for software developers and document writers. Save your documentation efforts by automatic charting! Visustin reverse engineers your source code and visualizes it. No manual drawing is required. Your existing code is all you need. If you see a real complex case, print it out as a big mosaic and hang it on your wall.
Functionality includes the automatic creation of a optimized layout, the ability to do a multi-page printout, saving the graphs/charts/etc in various formats, run a "bulk chart" on all of your files at once, and export options including PowerPoint, out to the web, and Word.
You can get the full details on the product (as well as screenshots and a demo) from their website.
voice your opinion now!
visutin automate flowchart uml diagram demo export visutin automate flowchart uml diagram demo export
Sephiroth.it: Backup your batabases w/o phpmyadmin
by Chris Cornutt April 07, 2006 @ 07:28:40
As most people, especially those on a shared hosting environment, know, phpMyAdmin can be indespensible for managing your database setup. There are times, however, when you need to work with your databases without it - epecifically in doing a backup. If all you're left with is the command line and you need to make a backup quick, Sephiroth.it has a quick tip to help out.
I often read threads about export/import data from MySQL and it's always mentioned phpmyadmin as the only way to do that (with PHP indeed).
But that's not true, and it's indeed the slower way to do that, expecially when importing large database files (because phpmyadmin has problems with large db)...
He gives an example of the mysqldump functionality, complete with parameters for passing in things like a username and password. The reverse is also shown - reimporting the database data back into the system.
voice your opinion now!
php database backup without phpmyadmin mysqldump export import php database backup without phpmyadmin mysqldump export import
DevShed: An Image is Worth a Thousand Words in PHP (Part 2)
by Chris Cornutt December 22, 2005 @ 07:18:50
Devshed has posted the second part in their "An Image is Worth a Thousand Words in PHP" series today - this time working more with the content, characters, and colors.
We are about to pick up where we left off in part one, but first a quick summary of what we have done so far. We began by creating our conversion class and naming it 'img_to_txt'. Inside this class we defined several basic accessory methods, to allow our users a variety of options. Last, we also set up a method for returning the appropriate CSS markup based on the user's browser type.
That's what we've done so far - but there's a lot more to do, so let's get started.
They wrap up the series by showing how to change some of the colors (inlcuding the code for each color) and, finally, how to export it out to an image...
voice your opinion now!
php image thousand words GD text export php image thousand words GD text export
|
Community Events
Don't see your event here? Let us know!
|