Monday, December 20, 2010

SocialEngine version 4.0 Tips and Tutorial | SocialEngine Features | Getting Started with SocialEngine

SocialEngine version 4.0 has been released, and has been built on an entirely different architecture than previous versions, Zend Framework. This was intended to provide scalability and new feature sets. SocialEngine most recently announced that the newest features to be added will be built in membership billing as well a simple package manager

The SocialEngine team has been carefully planning the upcoming version of SocialEngine, SE4, since April. With planning now nearly complete and development already underway, we aim to roll out SE4 by early winter.This new version will involve a complete rewrite of the platform itself, leveraging the Zend framework to make it almost perfectly modular and extensible. The frontend will be W3C-standards compliant and more accessible for mobile devices. Not to mention a million times sexier.



Features:
1)Flexibility to implement your community concepts.
SocialEngine makes diverse styles of social networking possible. You decide how your community members will connect, share, and interact with each other on your site.
2)Multiple social frameworks to choose from
Choose from two-way friendships (e.g. Facebook), one-way followers (e.g. Twitter), verified/unverified friendships, and more. Add sub-networks to group your members by university, workplace, location, age, gender, or anything else.
3)Drag-and-drop Content Management
Use SocialEngine's built-in, visual drag-and-drop CMS to arrange content, customize widgets, create whole new pages, and place advertisements. Import new widgets or develop your own with our guides.
4)Membership levels and moderators
Create multiple levels of membership in your community to give some members access to special content or extra privileges. You can also assign moderators to help you maintain your community and remove unwanted content for you.
5)Membership billing: This is one of the most frequently requested features so we're glad to announce it will be offered as a free upgrade to all SE4 clients. Utilizing the existing "Member Levels" feature of your site, you'll now have the ability to bill members and provide them with access to premium content and functionality. This adds a whole new method of monetizing your social network and monetizing is key to a website's success. The billing is handled by 2checkout.com, an excellent payment processor which handles debit/credit payments from all parts of the world and even allows for Paypal payments.
6) Automatic package downloader: We're working on making SE upgrades simpler. With SE 4.0, we started by adding a new package manager that simplifies installing mods and plugins. Now, we've added an optional automatic package installer that will let you pull packages and most upgrades directly from our servers, drastically simplifying the process. Of course, you can still optionally use the old method of installing packages yourself if you prefer.

Get started : http://www.socialengine.net/support/article?q=124&question=Getting-Started-with-SocialEngine

Technical overview:  http://www.socialengine.net/support/article?q=130&question=Technical-Overview

Add Custom logo: http://www.socialengine.net/support/article?q=121&question=Add-a-custom-logo

Thursday, December 9, 2010

Module create easy in magento | custom module

Custom module is created easily in magento.
  • if we download the ModuleCreator folder and it will paste in the htdocs folder.
  • And type in the addressbar localhost/moduleCreator
Use this following licks to download module creator

URLS:

http://blog.theunical.com/ecommerce/shopping-carts/magento-cart/magento-how-to-create-a-custom-plugin-module-example-tutorial/


http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/custom_module_with_custom_database_table



Magento Module Creator:

 window was opened.And you give just the values to give  the input in text box.

namespace    : Companyname
module          :  productname
rootdirectory : D:\xampp\htdocs\magento\
design           : default
design           : default

then click Create button.

Automatically custom module created in a fractional of a second.