Posts Tagged ‘PHP’
CMS With XML Based Data Storage
December 31st, 2009
OPEN SOURCE ![]()
GetSimple is The Simplest Content Management System EVER.
GetSimple has everything your client needs, and nothing a CMS doesn’t
GetSimple is an open-source project licensed under the GNU GENERAL PUBLIC LICENSE.
GetSimple don’t use mySQL to store information, but instead depend the simplicity of XML. By utilizing XML, able stay away from introducing an extra layer of slowness and complexity associated with connecting to a mySQL database. Because GetSimple was built specifically for the small-site market, feel this is the absolutely best option for data storage.
GetSimple CMS Home Page
About GetSimple CMS
Demo
Documentation
REQUIREMENTS
- UNIX/Linux host
- PHP 5.1.3+
- Apache
- No Database
- 6 minutes to spare
FEATURE LIST
- XML based data storage
- Best-in-Class User Interface
- ‘Undo’ protection & backups
- Easy to theme
- Great documentation
- Growing community
Tags: CMS, PHP, web development, XML
Posted in php development, web development | 1 Comment »
some useful wordpress plugins
September 2nd, 2009
here is the list of some useful wordpress plugins. i hope everyone like tht
Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view.
Want to create a poll for your readers and see live results? Bloggers use polls more than any other interactive application to engage their readers. Create an engaging experience for your audience today and keep them coming back for more.
Don’t you find it annoying when someone comments with just a smiley? Or a “thanks”? On quite a few forums you have to leave a comment with a minimum of 15 characters to be able to comment, but WordPress doesn’t allow you to set such a threshold. With this plugin, it does.
This plugin displays random blogging tips and suggestions. The tips are just some ideas of what you can do to improve the popularity of your blog and improve the content. All of the tips are designed to inspire you to be a better blogger.
Gravatar recent comments is a plugin providing you with a “Top/last commenters” widget but instead of just displaying names, it also displays gravatars.
Scan all of your theme files for potentially malicious or unwanted code. Be aware of advertisements or dangerous JavaScript inserted into legitimate themes by third party theme download sites.
List Category Posts is a simple WordPress plugin which allows you to list some posts from a category into a post/page using [catlist=ID], where ID stands for the Category Id.
This WordPress plugin allows you to create sections of text in your post or page which expand/collapse when clicked on. You simply wrap the special tags around your text, and set the ‘expand link’ (the link visitors click on to show the text).
Actionable allows the creation of a categroized list of action items for users to check off and track. It was originally developed for Share 350.0 – a plan for regional sustainability to help people track their actions and efforts to create a sustainable community.
Lightbox Plus is used to create overlay display images on the webpage and to automatically add the correct overlay links to images. Lightbox Plus captures the image title for display using a fairly robust regex to capture most character that may appear as part of the title.
original blog from http://www.blogohblog.com/10-new-useful-wordpress-plugins/
from,
kiran
Tags: cms plugin, PHP, plugins, woprdpress
Posted in php development, web design, web development, wordpress | 1 Comment »
Joomla! Resources Directory Launched
July 30th, 2009
In response to overwhelming interest and requests from the Joomla community, the Joomla Project is pleased to announce the Joomla Resource Directory goes online today at resources.joomla.org. If you’re a Joomla user, there’s no easier way to find developers, service providers, and other valuable resources.
“We think this will be a great way to connect end-users and service providers in the Joomla Community,” said Wendy Robinson of the JRD Team.”Most small businesses can’t afford to advertise on the Joomla.org sites and this will provide them wide exposure. With close to a million visitors and 14 million page views a month, the JED has proven that there is wide interest in products related to Joomla.”
The JRD builds on the success of the JED—the most popular place to find Joomla Extensions. Both are powered by the Mosets Tree 2.1 directory extension, a GPL extension that also powers the Joomla Site Showcase.
If you’re a service provider, listing in the Resource Directory is free of charge (premium listings will be offered in the future for a fee). This includes consultants, template designers, tutorial sites, and just about any other Joomla service. Users can post reviews of these services and share their experiences with the community.
Tags: CMS, directory, India, joomla, PHP, Web devlopment
Posted in joomla, php development, web development | 1 Comment »
magento ecommerce feature :)
July 1st, 2009
hello all, today i want to write some exisiting feature of magento e-commerce. one best thing is magento provides multi store managment.. some of magento features are as under.
Marketing Promotions and Tools
Flexible Coupons (pricing rules) with ability to restrict to stores, customer groups, time period, products, and categories.
Catalog Promotional Pricing
Analytics and Reporting
Admin Dashboard for Report Overview
Abandoned Shopping Cart Report
Best Customers Report by Total and Number of Orders
Search Engine Optimization
Google Site Map
URL Rewrites give full control of URL’s
Meta-information for products and categories
Site Management
Control multiple websites and stores from one Administration Panel with ability to share as much or as little information as needed
Web Services API for easy integration between Magento and any third-party application
One-Click Upgrades
Google Website Optimizer Integration for A/B and Multivariate Testing
Catalog Management
Batch Import and Export of catalog
Google Base Integration
Downloadable/Digital Products
Advanced Pricing Rules and support for Special Prices
Catalog Browsing
Layered / Faceted Navigation for filtering of products in Categories
Layered / Faceted Navigation for filtering of products in Search Results
Product comparisons
Product Reviews
Product Browsing
Multiple Images Per Product
Product Image Zoom-in Capability
International Support
Multi-Language
Support for Multiple Currencies
Checkout
One-Page Checkout
Checkout without account/Guest Checkout
Shipping to multiple addresses in one order
Shipping
Shipping to multiple addresses in one order
Multiple shipments per order
Free Shipping
Payment
Integrated with Google Checkout (Level 2)
Payment Extensions Available through Magento Connect
Configurable to authorize and charge, or authorize only and charge on creation of invoices
you can download magento from link.
I hope you liked this information.please write your comment and reviews.
from ,
kiran vadariya
Tags: magento ecommerce, multi store development, PHP, shopping cart
Posted in magento, php development, web development | No Comments »
Developing Symfony with Eclipse
June 3rd, 2009
hi i found a great link for symfony developers.
Developing Symfony with Eclipse
The Symfoclipse-Plugin: Currently in Version 1.2.1 this is the first Symfony-Plugin for Eclipse. Some glitches and rough edges but pretty usefull. It allows you to run common commands like freeze, cc and so on for a symfony project. First support for YAML is also available. The plugin is available from: http://noy.cc/symfoclipse
from ,
hiren sejpal
Tags: eclipse, PHP, symfony development, web development
Posted in php development, symfony, web development | 3 Comments »
Symfony
May 25th, 2009
A framework streamlines application development by automating many of the patterns employed for a given purpose. A framework also adds structure to the code, prompting the developer to write better, more readable, and more maintainable code. Ultimately, a framework makes programming easier, since it packages complex operations into simple statements.
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application’s business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
Symfony was written entirely in PHP 5. It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites. It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. It runs on *nix and Windows platforms. Let’s begin with a closer look at its features.
original blog from : Symfony
Tags: Framework, PHP, symfony web development, web developing tool
Posted in php development, symfony, web development | No Comments »
some useful symfony plugins
May 12th, 2009
here is the some useful symfony plugin list for symfony developers.
Manage javascripts/stylesheets libraries as coherent packages, dependencies, packing, caching and supercaching. JS framework independant. No magic included.
This plugin gives you a component to include a simple language switcher. It holds the current URL and changes the sf_culture parameter.
This plugin gives you a component to include a simple language switcher. It holds the current URL and changes the sf_culture parameter.
attempt to translate your sentences using Google AJAX Language API
Main features includes: * multilanguage support (the same news item in different languages) * frontend (AJAX or form-based) administration * backend administration * lastest news block component and helper * autogeneration of news item annotation * fully customizable to suit your needs * news item files managment * nested news categories * RSS feed
hope tht you liked it.
thank you,
kiran vadariya
Tags: development, PHP, plugins, symfony web development
Posted in php development, symfony, web development | 1 Comment »
Creative Uses for PHP
May 6th, 2009
If you’re a familier with the word ‘PHP’ then here is some useful creative uses for it.
E-Commerce
E-commerce is one of the major uses for PHP. From a small business level to an enterprise level, businesses are always looking to create additional streams of revenue online. If you know how to integrate existing e-commerce solutions or build your own from scratch, this gives you a distinct advantage with your clients.
Beginners
Advanced Coders
· CakePHP.
Graphical User Interface
If PHP is your favorite programming language, then you can use some of these PHP extensions to get you started creating GUI applications.
- PHP GTK – This extension is a popular open source that implements the GIMP toolkit
- ZZEE PHP GUI – A paid solution that allows you to turn your PHP scripts into Windows applications
Image Processing and Generation
Using the GD library with PHP, you can do more than just output HTML to the browser! You can output images in different file types including jpeg, png, and gif. This feature of PHP is useful because it allows you to create thumbnail pictures, add watermarks, resize and crop images, and even create a photo gallery!
Mailing Lists
You can write your own script to send e-mail newsletters to your client, or use a ready-made script. The PHP online documentation explains PHP mailing functions in more detail. There are also scripts you can download and install on your website:
Developing Facebook Applications
You can integrate Facebook with your website using PHP. If you have developed Facebook applications using another language or you would like to get started with PHP, the Facebook developer’s wiki can help you to get started.
Create Graphs and Charts
Do you need visual representations of numbers on your site? PHP can create graphs and charts too! Using Image_Graph, you can create up to fourteen different types of charts including pie charts, bar graphs,.
Generating PDF Files
The PDF format is Adobe’s proprietary file type for document exchange. Using a library called PDFLib, you can generate PDF files with PHP. This library is already included with PHP5; to access it, you need to uncomment the appropriate lines in your PHP configuration file. An example of why creating PDF files might come in useful is, if you were building an online invoicing application and you wanted to output an HTML-generated invoice in PDF format.
Parsing XML Files
PHP allows you to parse XML files. Parsing XML is an important feature of PHP 5 because not all browsers can output the contents of an XML file; so you can create a parser in PHP to facilitate this process. Using XML is important for RSS feeds, and also for data storage and rendering data on different devices – for example, cell phones use an implementation of XML called WML (Wireless Markup Language). Working with XML files in PHP is similar to handling the opening, closing, and reading of a file.
Content Management Systems
One of the most popular uses of PHP is creating or using Content Management System. A good CMS allows your clients to update their website and add content without any in-depth knowledge of HTML and CSS. You can use one of the widely available free or commercial solutions listed below:
Create Dynamic Website Templates
Using PHP, you can make it easier to add pages and elements to your websites dynamically. You begin by creating the HTML page and splitting it into the header, main content, and footer sections. Add the .php extension to your subsequent pages and use server-side Includes for the header and footer for each new page. You can also have dynamic sidebars and top navigation sections. As a matter of fact, the more “templated” your site is, the easier it is to update the content.
Building an Online Community
You can build your own PHP-driven online community, or choose from widely available scripts that you can implement into your website. Some popular ones include:
from kiran vadariya
Tags: creative use, online community, PHP, uses, web development
Posted in database, drupal, javascript, joomla, php development, web design, web development | 1 Comment »
WordPress for Designers Series
May 4th, 2009
WordPress is not only a web technology by itself but excellent combination of HTML, CSS, PHP and jQuery. The most popular blogging platform and one you’ve most likely heard of. When you’re ready to learn how to use WordPress, these tutorials will teach you what you need to know.
If you want to learn how to work with WordPress, one of the best places to start is by watching this series of screencasts. Okay, so this isn’t one tutorial but that’s what I’m calling it since it’s one big series covering one subject, WordPress. This series isn’t finished yet either so make sure you subscribe to the ThemeForest blog to keep up to date on new screencasts as they arrive
i have few links for you chk this
- WordPress for Designers: Day 1
- WordPress for Designers: Day 2
- WordPress for Designers: Day 3
- WordPress for Designers: Day 4
- WordPress for Designers: Day 5
- WordPress for Designers: Day 6
- WordPress for Designers: Day 7
- WordPress for Designers: Day 8
- WordPress for Designers: Day 9
- WordPress for Designers: Day 10
- WordPress for Designers: Day 11
- WordPress for Designers: Day 12
- WordPress for Designers: Day 13
- WordPress for Designers: Day 14
hope your enjoyed it
Tags: css, designer, Jquery, PHP, wordpress
Posted in javascript, php development, web design, web development | 1 Comment »
Symfony 2.0 an Enhancement of Symfony 1.0.
April 22nd, 2009
Symfony 2.0 is a major step forward for the symfony project. This new version introduces new concepts and new components, and make the framework even more decoupled and flexible than before. As an added bonus, the framework is also more lightweight and much faster. This session will give you a feeling of the power of Symfony 2.0 by introducing the main new components of the framework.
It’s realy good and nice one framework of PHP5.So let’s begin toward it.
Tags: 2.0, Framework, PHP, symfony, Website development
Posted in php development, symfony, web development | 2 Comments »
