We are a small, intelligent App development studio. We love "Building Amazing Apps", solving problems and cultivating strong relationships with our clients.
Create your own online store in few hours using satchmo (django)
By : rama
What is satcmo?
Satchmo is a django based framework which allows you to create an online store very quickly. Satchmo also offers powerful customizations which allows you to tune a store to your specific business needs.
Sample Demo Store : http://www.xfgw.info/store
Login details
- Use below mail and password to login into the site:
Email : test@test.com password : welcome - Use dummy credit card number like 4222-2222-2222-2222 (VISA) to make any purchases.
Above is the sample demo store which is being provided by satchmo outofbox just after installing it.
In this blog post we will discuss very basic ...
more info..Create a new social networking site in few hours using pinax platform (django).
By : rama
if you are excited to see how such a social networking site would like.Just follow the below link
We made the above site on pinax platform (Please note pinax has done most of things we have done very little).A platform for rapidly developing websites.
In this blogpost we will try to understand what pinax is? How it helps a developer to do things quickly? How to install & deploy? and various other things related to pinax.
What is Pinax?
In the present day world every website require components like regisration,openid support,some kind groups ...
more info..Uswaretech whitepapers
By : rama
We have released some whitepapers recently, which you can get from our whitepapers subsection
- Django and J2EE
- Challenges and solutions in Offshore software development
- Usware Technologies Value Proposition
We are going to be publishing some more whitepapers very soon, so download the whitepapers and bookmark this page.
more info..Django-subdomains - Easily create subscription based subdomains enabled webapps
By : Shabda Raaj
A common goal in web application development is creating subscription based application, where users can use their domains.
For example,
1. Basecamp allows you to manage your project, and gives users as subdomain like xyz.grouphub.com
2. Blogger goes a step further, and allows you to use arbitrary domains with your domain, using Cnames.
django-subdomains is an application which makes both these possible, and allows you to charge the users using paypal.
More details are available here, but to whet your appetite, some details
- You want to allow users to create accounts.
- Users should get a subdomain for their ...
Finding keywords using Python
By : lakshman
Update: keywords2.txt is Pride and Prejudice from Project Gutenberg. Attached for convenience.
Finding keywords in a given snippet of text has many uses. From classifying web pages to fighting spam mails, keyword recognition is the first step in many algorithms.
We here show the naive Bayesian filter to find keywords, which was popularised by Paul Graham to discover spam mails.
Steps to find keywords.
- Have a large corpus of text against which we will compare.
- Find the relative frequency of words in corpus. Eg if your corpus is "the green way is very green way green". Relative frequency is ...
Web development companies working with Django
By : Shabda Raaj
At Agiliq, we work with some of the best web development agencies. I wanted a list of the other building web applications with Django, here is such a list, in no specific order.
- Additional View Tasmania, Australia
- Lincolnloop Colorado, USA
- EnzymeIt Hong Kong and Australia
- Illusion Factory California, USA
- Zigzap Technologies Cincinnati, USA
- Torchbox Oxfordshire, UK
- Liberiun Brazil
Yed-PriorNow known as Djangostars Ukraine- Tatum Interactive New York, USA
- Menttes Argentina
- Tarams Bangalore, India
- Cubedroot Ireland
And of course Agiliq
Additions:
- Adoleo Texas, USA
- Siu Design United Kingdom
- Web Collective Seattle, USA
- Digital Eternal Malaysia
- Revolution Systems Lawrence, Kansas, USA ...
Developing a Web Application Live in 15 min, in django framework
By : Shabda Raaj
Here is the presentation which Lakshman presented at Bar Camp Banglore, where he created a Web application(simple forum), and got to audience to complete the forum with him live.
more info..Constraint programming in Python
By : Shabda Raaj
Imagine this, you want to solve a problem, the algorithm for which you do not know. You just know the problem.
From wikipedia,
Constraints differ from the common primitives of imperative programming languages in that they do not specify a step or sequence of steps to execute, but rather the properties of a solution to be found.
Assume that there exists an alternate world where you only need to specify the problem, the computer will find out an algorithm to find it, even better if could you write it in Python.
Stop assuming it hapens every day, and this is ...
more info..Django with Mysql and Apache on EC2
By : Shabda Raaj
What is EC2
Unless you have been living on Mars these last few years, you are sure to have heard of EC2. Amazon's cloud offering, it offers infinite scalability. Using EC2, you can bring up any number of machines online at minutes notice, and after you are done with them, bring them down.
How does EC2 work?
A EC2 machine is nothing but a bare machine. An Amazon Machine Image (AMI) is a machine bundled as an Image, with preconfigured software which you can start at moments notice. We will take a AMI with a basic Ubuntu installed, and ...
more info..AJAX & SEO
By : rama
In today's web world we can’t underestimate the importance of search engine traffic to a website.As this traffic plays a key role we must take care that our web pages are also search engine friendly.
WebPages in which the content is constructed and displayed by AJAX is not search engine friendly.Such content is not accessible to the crawler , as the result those pages are not indexed in the search engines by which we may miss a certain amount of traffic from a search engine.
So before using AJAX on a webpage for displaying content you must ...
more info..- Deploying django using docker
- Common testing scenarios for Django app.
- Logging in Django
- Serving static files in Django
- Two Scoops of Django: Review
- Introduction to Python Workshop on February 15th, 2013
- Easy client side form validations for Django: Django Parsley
- MoreApps - Android Library Project: Open Sourced
- Tutorial: Building a Chrome app
- Password Generator App: Open Sourced
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- November 2012
- October 2012
- September 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- April 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- June 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- April 2009
- March 2009
- February 2009
- November 2008
- October 2008
- June 2008
- May 2008
- April 2008
Exploring Authorize.net Payment Gateway Options and integrating it with django
By : lakshman
Authorize.net has a user base of over 200k merchants making it the largest payment gateway service provider. Most e-commerce solutions already integrate with Authorize.net, including our favorite e-commerce store Satchmo, developed in django, that we have covered earlier.
However, many shopping portals still require custom development. The robust REST API Authorize.net offers (AIM and SIM) allows for integration with e-commerce merchants' websites.
The AIM API allows for the check out of the customer within the merchant's site, it requires SSL certificate for the merchants site and data is to be transferred in an 128-bit encrypted format ...
more info..