coding (2)

Ahmad Muhammad

Adding a contact form to a Django site

So, you’ve got a site set up with Django and you’ve got everything running. One small problem: There’s no way for users to contact you. Having this functionality is essential because sometimes users may have some questions about your site and/or any services you’re offering.

Continue reading...
Ahmad Muhammad

To comment or to not comment?

If you’re a newbie in the world of programming, you may have heard of comments. Most tutorials aimed towards beginners mention comments, but it can be confusing to figure out exactly where to use them. Comments are little snippets of information that the programmer can…

Continue reading...