I need Blogger Template for Tools Website - templates

I am Currently Working on my MULTI-Tools website on bloger.
And I want suitable and seo friendly template for my Website.
If You Have some Templates of Tools Website then you can help me by Giving that to me.
I tried many Templates but they some of them are not have multi tools option and rest of them have very poor user interface

Related

Sample easy project with good template in django as provided in web2py

I have started learning Django and have completed the tutorial provided at Django site. I also ran the tutorial present for Web2py but I want to continue with django. But problem I am facing is that Django doesn't creates a sample app just like web2py does on new project creation which provides a good look and feel on project.
Can some one please point me to a simple and small template in Django that I can use for my sample applications in Django. I have searched the Djangosites.org but they are too complex for begineer. I am looking for a html template just like sample web2py appliance provides.
Maybe django-sample-app can help you.

Python CMS for Etsy-like website

I am a novice in Python and would like to build a website similar to Etsy (same basic functionality, different market).
Functionality:
-User (buyer/seller) profiles
-Ability to upload pictures
-Seller posting
-User-to-user messaging
-Payment platform (directly from buyer to seller)
Can someone please recommend an appropriate Python/Django CMS that would provide: (1) the functionality above and, (2) also be easy for a novice to use?
Thanks!
There is a django based CMS project, which supports many 3rd party plugins.
But you need to learn how to setup a django project first.
https://github.com/divio/django-cms

CMS for developer site

I want to build a web to get all my develop content together, get contact information... but I have very low level/imagination with design. Can you recommend me some good CSS web page or a CMS with a template?
Now I'm using blogger (http://www.asturdroid.net/), but it isn't the best alternative
Thank you very much!!
Wordpress is real nice........ especially if it is a self hosted one. There are a lot of nice themes available at themeforest. Also you can find syntax highlighter and other types of good plugins for wordpress
For templates, themforest provides a wide range of them for many cms's. Joomla or Drupal would be a good solution for you, as they're very powerful PHP cms's

What is a simple way to make a basic website with graph database backend for newbie?

Graph database systems like ne04j seem to becoming very popular of late. I am a newbie user who is trying to set-up a website that needs to display some data which is best displayed using a graph database (essentially i will visualize this on the website).
I am designing this website using CMS Drupal but i am open to changing to other CMS or in worst case a web application framework like Django. Can anyone suggest me a basic template, website or extension to a CMS that enable graph databases or a good way to start learning web app development using graph databases for a noob ?
Well, if you're curious about using Drupal to manage graphs, I'd recommend looking over these contributed modules:
http://drupal.org/project/graphapi
http://drupal.org/project/charts
http://drupal.org/project/views_charts
http://drupal.org/project/charts_graphs
There is http://structr.org/, a CMS built on Neo4j and very Open and capable. Other bindings, you might take a look at REST bindings and neo4j embedded bindings to get going.
If you're looking for even more alternatives for charting in Drupal, then you may want to start from the Comparison of charting module, which includes information and links about quite a lot of charting related modules in Drupal.
If you're aware of other modules not included in it, please update that docu if you can, or let me know about it.

Restful forums/groups/friends/tags etc from joomla

Are there any solutions that my app could consume forums/friends/groups etc features using joomla through RESTful urls.
I found 2 links so far,
Plexicloud-JWS :- This seems to supports only core features and not what Am looking out for
https://github.com/techjoomla/Joomla-REST-API
This seems to support jomsocial which looks a paid one
If I am not wrong, joomla and jomsocial seem different, is that kind of social wrapper over joomla?
If such solutions are not available with joomla, then with any other open source GPL/MIT in php/rails/java..?
Could any body provide me any pointers please?
thanks
Amol