Warning: Attempt to read property "display_name" on bool in /var/www/html/kodesmart/wp-content/themes/beandot/archive.php on line 21
Posts by:

#1 GUIDE TO DRUPAL, WORDPRESS, CSS AND CUSTOM CODING | BEGINNER TO PRO

Bootstrapping Drupal

- - Drupal

There are cases when you may need to access Drupal’s database and core functions from an external php script (your custom written script), it may be that writing a module is overkill or you just need to do something only once. Whatever the reason it’s really useful to be able...

Working With JSON, JQuery, PHP and Mysql

- - Kode

JSON stands for JavaScript Object Notation and is an excellent alternative to XML. Storing data with JSON creates JavaScript objects which can be easily parsed and manipulated. Learn how to pass JSON output to JQuery, parse JSON data with JQuery and finally inserting it into the DOM. Getting data from...

Using Custom Fonts on your Website

- - Design

Since the advent of sites like Google Fonts, Font Squirrel and Typekit, designers have been publishing more and more beautiful typography across the web. Gone are the days when all website were decked out in is Arial, Tahoma and san-serif, web designers are now leveraging the @font-face CSS2 property along...

Htaccess Tricks

- - Kode

The Hypertext Access (.htaccess) file is a configuration file which is used on Apache based web servers to control which features get loaded. The directives within this small text file are automatically read and the associated feature/functionality enabled/disabled. Here’s a list of just a few of the things you can...

Meet Drupal 7

- - Drupal

Welcome to a Faster, more Elegant and much more User Friendly CMS. Drupal is a popular open source Content Management System (CMS) written in PHP and backed by a very large group of developers. The CMS comes in a variety of distributions that can help you fast track most web...

Installing WordPress on a PC

- - Wordpress

Running WordPress Locally…(Setup guide for hosting your own WordPress website from a PC). WordPress is one of the most popular opensource blogging and content management systems (CMS) available on the internet. It is PHP/MySQL based, very easy to theme and has support for enhancements through plugins which can be downloaded...