background preloader

eZ - ez.no

eZ - ez.no

AxCMS.net - the free ASP.NET Enterprise CMS by Axinom WordPress e-Commerce Plugin a WordPress Shopping Cart Plugin by Instinct | Instinct Entertainment the Open Source Content Management System / CMS Manually display a pic from a specific NextGen gallery | The [mis]Adventures of Vuthy Please note: The following was written for NextGen version 0.99.1 and WordPress 2.6.3. Depending on your version of NextGen and/or WordPress, there may be slight to significant variances and this issue may have been fixed in newer releases. This is a detailed discussion of why the original manual function call doesn’t work (widget works) and how I ended up fixing it. Click the following link if you want to skip all the explanation: how to manually display a random or recent photo from a specific NextGen gallery in your WordPress template. I really like the NextGEN photo gallery plugin for WordPress, despite its lack of documentation and some confusing organization. For example, in NextGEN you create what they call an “album,” which is a collection of one or more galleries. This post is about how to pull a random image from a specific category. In case you don’t know, you can show random or recent photos using the NextGEN widget. It can be simplified to: This was my starting point.

Free CMS - The Easy CMS for Web Designers Easy Setup You will be up and running in no time,with no installs and no hassles. Powerful Features Don't let the simplicity fool you. Customizable UI Go ahead, take the credit. 40 Exceptional “CMS Enabling” WordPress Plugins | Noupe May 27 2009 WordPress is a great blogging platform with a potential of being an easy to use content management system. This is the third article of our three-part series, “The Comprehensive Guide for a Powerful CMS using WordPress”. The Comprehensive Guide for a Powerful CMS using WordPress – Part 1 The Comprehensive Guide for a Powerful CMS using WordPress – Part 2 Making Your Content Unbreakable There is one big drawback to using WordPress as a CMS: the lack of custom content types/groups, an area where developers put restrictions on how clients insert content. 1. More Fields is a WordPress plugin that adds boxes to the Write/Edit page. Download Plugin 2. Flutter is made precisely for CMS-making, allows you to create custom Write Panel (Posts, Pages, and Theme Options). 3. If you find yourself writing posts and pages on a regular basis which have the same structure, then this plugin would be a great addition to your WordPress plugin arsenal. Download Plugin 4. Download Plugin 1. 2. 3. 4.

Pixie CMS - The Small, Simple, Site Maker - Home sNews - Lightweight Content Management System Expanse +++ dream. create. do. PHP for Beginners: Building Your First Simple CMS By Jason Lengstorf On CMS, php #The Magic of PHP + MySQL It's safe to say that nearly every website that's up-to-date these days is using some form of content management system (CMS). To get our feet wet as back-end developers, we'll be creating a simple PHP class that will: Create a databaseConnect to a databaseDisplay a form with two fieldsSave the form data in the databaseDisplay the saved data from the database Download Files This class is intended to give you a feel for how PHP and MySQL interact together, and to show the basics of a CMS. #Building the Class Our first step is to simply lay out the class in a file named 'simpleCMS.php' so we have a road map to work with. As you can see, we're creating one class with four variables and five methods. #The Variables In this case, all four variables are for connecting to the database: $host, $username, $password, and $table provide a path and access to our database on the server. #Build the Database #Connect to the Database #Build the Form <! <?

Related: