cant find any site with themes for sugar - sugarcrm

its odd I have looked everywhere and I couldn't find a site with themes for sugarcrm community edition. like nothing for the new version at all.
if you know of any site please do let me know.
Thank you much in advance

You can find a theme here on SugarOutfitters: https://www.sugaroutfitters.com/addons/google-style-sugartheme
Themes can be hard to find because they can be so difficult to make. This one pulls it off and adds a couple of additional productivity features.

There's a couple here as well: http://www.sugarforge.org/softwaremap/trove_list.php?form_cat=335

Related

Making Magento themes from scratch. Do's and Dont's?

I'm trying very diligently to learn the inner workings of magento, I've watched many video tutorials, read many blog articles and tutorials, and am somewhat getting the hang of it. The only problem i'm running into is I can only find tutorials and videos that are based on versions too old to use as a reference.
I built an HTML shopping cart template. I'm having trouble figuring out where to start in creating a new theme to base it on.
Do I copy the default app and skin folders and modify things? I attempted that, couldn't figure it out.
I'm asking if anyone has any in depth resources for the new 1.7 magento, about theming from scratch and working with the files, blocks, and layouts.
I have a degree in programming, however i'm not used to this version of MVC.
Looking for tips, pointers, books, tutorials, screencasts, anything to help me build a modern magento theme.
Any help is appreciated.
same issue with me earlier , please check this: http://dbhoopendra.blogspot.in/2012/05/layouts.html#.UYibfKLDDRB

JBoss gettingstarted.zip

I am looking for the gettingstarted.zip or the examples in the jboss tutorial, but could not find them, especially the sources for the jsfejb3 example. Are these examples removed from the distribution or am I to stupid to find them?
Do you mean the example shown in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3/html-single/Getting_Started_Guide/index.html#About_the_Example_Applications ?
If so it's available in the "Application Platform 4.3.0.GA_CP09 documentation" available from https://access.redhat.com/downloads/
this might be what you are looking for JBOSS Start Guide.zip, also maybe try JBoss Sourceforge page
edit: try this maybe JSF-EJB3 Example
and these guys LINK seem to have got working what you are having trouble with maybe something in thier posts can help

Plugin Suggestions - Wordpress as a Membership Directory

I've been trying struggling over the last 2 weeks to find a viable way to configure a Wordpress installation as a membership directory that pulls information from user profiles (custom and default) and displays it in a presentable (possibly sortable) format.
Initially, something along the lines of the Sobi2 plugin for Joomla! was searched for, but to no avail. I stumbled on to a fairly straightforward blog entry on the subject, but it just seemed to list plugins without instructions on how to use them. see below.
http://www.cagintranet.com/archive/the-new-improved-way-to-turn-wordpress-27-into-a-membership-communit/
Any suggestions on decent plugins that can achieve what I'm looking for?
I'd like to avoid shelling out $175 for an enterprise plugin like aMember if possible.
#Nick
You must go with DirectoryPress if cost is not barrier. This is excellent Directory Plugin. Check below link...
http://directorypress.net/
If you're looking for Free Plugins then here are few of them...
http://wordpress.org/extend/plugins/business-directory-plugin/
http://wordpress.org/extend/plugins/connections/
http://wordpress.org/extend/plugins/wp-easy-business-directory-1/
check
http://wpclassipress.com/demo/ which is similar to Sobi2

Can I get Eclipse to autocomplete load-> instead of just load?

I am using CodeIgniter and Eclipse PDT; is it possible to get eclipse to autocomplete loa as load-> instead of load? Similair to how you get $this-> automatically.
Thanks,
Lemiant
Good question, lemiant! I don't know if there's a pre-built plugin, but I think PDT can be set up to read class information and the like. Check out this discussion on the CodeIgniter forums to see how people have apparently been implementing this over the last few years:
http://codeigniter.com/forums/viewthread/69098/
It appears there are some hacky ways to do it, but it doesn't seem impossible by any means. Hope this helps.

How to launch minimal eclipse?

This my seem a little odd but I want to start eclipse (v3.5) in the most minimal version possible. Pherhaps just the core and the ui component without anything else. I'm new to eclipse Plugin Development so I don't really know if this is possible at all?
I googled this topic but there seems to be no useful info out there. Perhaps someone can help me...
Thanks
I found the solution. On this webpage in Section 3 "Create your first RCP application". There a minimal application based on the Extensions
org.eclipse.core.runtime.apllications
org.eclipse.ui.perspectives
is created.