Tag Archive: web programming

WordPress Switches from PHP Interface to JavaScript

December 23, 2015 4:59 pm Published by

The popular content management system (CMS) that now powers roughly 25% of the entire Internet has switched from a PHP user interface to JavaScript interface. WordPress developers made this announcement earlier this month, saying that after 12 years it was...

Read More

6 Undeniable Reasons to Use CSS for Web Design

December 17, 2015 5:54 pm Published by

Originally released December 1996, cascading style sheets (CSS) is a special type of language that’s used to control the presentation of a web page or web document. While there’s no rule – written or unwritten – stating that you must...

Read More

Top 7 Programming Languages to Learn

December 4, 2015 6:41 pm Published by

#1) Java Originally developed nearly 25 years ago (yes, it’s that old), Java is among the most widely used and recognized programming languages in the world. From television and Blu-Ray players to Android smartphones and desktop computers, it’s used virtually...

Read More

Web Programming with Python: URLLIB Module

November 30, 2015 8:01 am Published by

Understanding URLLIB in Python Web Programming Here we are going to learn about the urllib (stands for url library) in Python. ‘urllib’ is a very important Python internet module, often used in Python networking / Internet Programming. Whenever you have...

Read More

What to Expect from PHP 7

November 27, 2015 4:23 pm Published by

Created by Rasmus Lerdorf in 1994, PHP is a server-side scripting language and general-purpose programming language that’s used primary in web development. According to Netcraft, it’s used on more than 244 million websites spread across 2.1 million unique IP addresses,...

Read More

Web Programming with Python: Reading Data

November 27, 2015 7:31 am Published by

Welcome to the tutorial on Reading Data from SQLite. Reading data from the database is important in order to access and verify the details that have been stored in it already. We will be continuing with the same code that...

Read More