Must Read Books   My Server   Web   Music

Tag Archives | Django

cloudNotes is up and running!

cloudNotes

…a unique platform for any kind of notes…

The first version of cloudNotes is now available. A project that aims to complement with the best possible way TeacherFinder. Two years of hard work, dedication and endless late night coding, but worth it all the way! A tremendous experience that resulted into a clean design, a novel architecture and a secure cloud-based platform, which is built on top of so many different technologies.

cloudNotes

Comments are closed

Building a simple blog with Django

Few months ago, I was asked to structure the logic for a minimalistic blog, by using the Django Framework. Quite straightforward, as the framework provides everything you need and way more…Therefore, I spent a few hours and I came up with a small github project, which is meant only to demonstrate how someone could achieve a starting point for a basic blog, hosted on AppEngine.

 https://github.com/lightyblog/django-lightyblog


...login...



...editing...

Demo:  http://high-hue-532.appspot.com/

Username: admin | Password: p.ota.to

Comments are closed

TeacherFinder got a facelift

Recently, I was working on facelifting TeacherFinder (TF). Tonight, I uploaded the new version which includes a better look & feel, together with some updated features for the search engine.

TeacherFinder

The majority of the changes were focused on optimizing the respond time for the requested queries. The searches are now performed a little bit faster, making searching on TF much easier. Finally, the visibility for classified ads was further improved and a number of statistics with regards to the TF visitors became available.

TeacherFinder

Comments are closed

QAWeb – Using Django via SSH for QA Stats

Today, I finished the basic version of a web tool on which i was working the past few months, named QAWeb. This tool is meant to simplify the presentation of QA statistics. I prepared a demo of the tool, I included a detailed howto and I released the source code under the MIT license for anyone that wants to try it. It was based on an older version of django framework by now (1.4) and it used a number of other open source django modules/apps, so it will need some tuning to get it up and running. However there is adequate documentation and detailed steps included for accomplishing that, as long as you are familiar with the basics of django. Source code and documentation, below:

“QAWeb – “Using Django via SSH for QA Statistics”
portal.tar.gz

QAWeb Statistics

QAWeb Search

Comments are closed

TeacherFinder – Autocomplete, a Better Search

A useful autocomplete feature was added today at the searching capabilities of TeacherFinder. The autocomplete look is as follows…

TeacherFinder

Comments are closed