Quantcast
Channel: Code Theory
Browsing latest articles
Browse All 335 View Live

How to Create Social Media Share Buttons

A good social media share button has to be aesthetically pleasing and really accessible — you have to make your users want to click the buttons and share your content (a good hover effect with a clean...

View Article


Top 10 Code Snippets With CSS Animations

A great thing about CSS is that it allows you to animate your creations. CSS animations are typically smooth and add some sense of movement and dimension to your projects. Best of all, they’re fairly...

View Article


My Experience With Newor Media

Where there is code, there is usually some sort of monetization along with it.  For many of us on the web that means digital advertising, which has gotten a bad reputation from pretty much it’s...

View Article

How to install Django on Ubuntu 14.04 LTS for python geeks

About Django Django is a great web application development framework for the perfectionist with deadlines built in python programming language. It provides a very good structure and common methods that...

View Article

How to install and configure Python 2.7 on Windows 7, so you can execute the...

Python comes already installed in most of the linux based operating systems, probably because they’re mostly being used by heavy computer geeks who is passionate about coding and computer technologies...

View Article


Basic Python skills everyone needs to start their coder journey, first part

What is python Python is a high level computer programming language easy to learn and can be simply put in use by anyone who is passionate about coding. The first time I started reading some python...

View Article

Complete list of skills you need to become a Webmaster, first part

Being a computer nerd who has experimented with a lot of different things, I have had the opportunity to build websites for people, completely from scratch. Not only have I developed websites, but I...

View Article

Functions in Python, explained in details for complete beginners

One who has mastered the basic Python utilities such as variables, numbers, lists, tuples and dictionaries; should start to learn about functions and their usage, unless they want to remain in the...

View Article


How to find the length of an object in Python

Python is a high level computer programming language which comes with many already builtin tools that help the coder to accomplish almost any task, they need to. Being an object oriented computer...

View Article


How to check if a specific path exists or not by using Python

Each file or folder in the filesystem has a path, a specific one. Python coders deal a lot with paths of files in their computer programming projects, especially when developing software that deals...

View Article
Browsing latest articles
Browse All 335 View Live