Programming

PHP, Perl, Pyhon, bash, javascript and jQuery and probably other languages to come. This category is all about programming!


5 of the best PHP frameworks for programmers

MVC PHP frameworks

A bit about php frameworks This is a topic that is not very well understood  by people who jump into development pool. PHP frameworks help to promote rapid application development, which saves you time, helps build more stable applications, and reduces the amount of repetitive coding for developers. Frameworks can also help beginners to build more

Best practices to optimize code performance in php

php code

Best practices to optimize code performance in php We developers, should search constantly for best practices when writing code. In this article I will focus on how to can write better and faster php code.  Keep in mind also that people get carried away with performance. I personally prefer to design for flexibility first, and worry

Building web apps with Phonegap.

Building web apps with Phonegap. Because the mobile platforms expanded a lot in the last years, people started switching programming languages in order to be hired. This is a problem that can be partially solved with the next thing I will present to you, and you will see why I use the word “partially”. The

JSONP cross-domain ajax call with jquery

javascript

JSONP cross-domain ajax call with jquery This was killing me back in the past. Imagine the following situation. You are on domain abc.com, and you want to make a request to domain xyz.com to get some data or whatever. To do so, you need to cross domain boundaries, which is a DO-NOT in the world

Internet Explorer text-shadow with jQuery

Internet Explorer text-shadow with jQuery. Hi everyone. Today I will present you a solution to a common web development headache. We will learn how to generate text shadows with jquery and get rid of all the ugly Internet Explorer related css declarations for the same purpose. The old Internet Explorer problem. As we all know,

The ternary conditional operator

The ternary conditional operator In computer programming, ?: is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages. It is commonly referred to as the conditional operator, inline if (iif), or ternary if. Important because… Every good developer knows that less code that do something is better than more code that do the

Html5 autocomplete

Datalist html5 autocomplete tag Last days we talked about the _renderItem method of the jQuery autocomplete, which was an advanced solution for creating complex autocomplete with images, lists and other things in it. The feedback that I received from the reading users was good, but something was missing still. People who wanted a basic autocomplete

Position relative on td table element ?

Position relative on td table element ? Back in the past when tables were fashionable when building websites, I had some problems with the following thing. I wanted to place a span in absolute position within a “<td>” that had position:relative. Everything was clear in my mind back then, you know…I give relative position to the

jQuery autocomplete _rendeItem method

jquery ajax call

The problem I remember that back in the past I had problems with a persons autocomplete that I built with jQuery for a client. The request was simple at first, but then he wanted to add pictures in the left of the generated names list. When the user wrote a letter in the input, from

Random background image on website

Background image using css, php and javascript

How do you make random background image on website I got this idea of article from good friend Craig, the idea itself is really cool, especially if you want to make your website more dynamic for your visitors. However, you should keep in mind that for a website, the background should not take the first attention,

Request an article ←