Published News » Tips & Tricks


Tips & Tricks »

An easy way to detect mobile devices with PHP and the WURFL service.
Posted by samzzi 23 days ago (http://labs.thesedays.com)
Discuss  | Read MoreBury | Tweet This | Tagged: mobile wurfl programming service
Add To 

Tips & Tricks »

In the Zend Framework’s documentation there are lots of examples how you can initialize all the actions in a given controller – by simply adding the init() public method in the controller’s code. But did you know that you can do the same thing with any model in ZF?
Posted by girish.r 23 days ago (http://www.stoimen.com)
Discuss  | Read MoreBury | Tweet This | Tagged: models zend framework. init
Add To 

Tips & Tricks »

To help you quickly and easily display Most Popular Articles here is a simple tutorial for you.
Posted by girish.r 27 days ago (http://tutzone.net)
Discuss  | Read MoreBury | Tweet This | Tagged: how to posts wordpress
Add To 

Tips & Tricks »

There’ve been lots of times when I wanted to use the mail() function on my local server. I am sure lots of you would’ve been wanting it too but most of you would’ve settled for PHPMailer or just used a web host to test the code instead. I myself had been doing the same until recently when I finally decided to do some research and get it to work.
Posted by girish.r 45 days ago (http://www.absolutelytech.com)
Discuss  | Read MoreBury | Tweet This | Tagged: apache email gmail linux localhost mail() msmtp
Add To 

Tips & Tricks »

A quick post here. Often times I find myself building sites that have a blog and thus use the Comment module that ships with Drupal. That all works great. The problem is, later when I’m building out other content types, say Photo Galleries, I more often than not wish to disable comments on those node types. No problem, right? Just disable comments and get on with it. Well no – it’s not all right
Posted by girish.r 76 days ago (http://www.chrisfree.me)
Discuss  | Read MoreBury | Tweet This | Tagged: drupal comments
Add To 

Tips & Tricks »

There is a lot of HTML5 Video player out there, but how about creating HTML5 Video Player your self?. Steveheffernan has writen tutorial How to Create an HTML5 Video Player It’s meant to give you a basic understanding of the different options you have with the new video tag in HTML5, and the javascript needed to create some of the typical video controls you’d find in other players.
Posted by girish.r 80 days ago (http://blogfreakz.com)
Discuss  | Read MoreBury | Tweet This | Tagged: html5 video player
Add To 

Tips & Tricks »

Well like other’s i had been using the when ever i could thinking that since its an html element its okay to use it. Well its not. So STOP using it.

The use of the Break Element () is only to break lines between text in paragraphs. Using it to add padding between elements was one of the ways i used it for. Use instead as many number of times you want instead of the break element.
Posted by girish.r 80 days ago (http://variable3.com)
Discuss  | Read MoreBury | Tweet This | Tagged: html break br
Add To 

Tips & Tricks »

Following on from my previous two posts, showing a gentle introduction to OOP in PHP and some slightly more advanced concepts, I’d like to take a dive into the magic methods in PHP. It might be magic, but no wands are required!
Posted by girish.r 85 days ago (http://carsonified.com)
Discuss  | Read MoreBury | Tweet This | Tagged: magic methods
Add To 

Tips & Tricks »

Services like Tweetmeme, Bitly and Facebook provide useful tools to share links on-line. The Tweetmeme button and Facebook Like button are a perfect example of these tools you can easily add to your WordPress Theme using just a bunch of lines of code.
Posted by girish.r 86 days ago (http://woorkup.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress snippets
Add To 

Tips & Tricks »

Strings are a very important kind of data, and you have to deal with them daily with web development tasks. In this article, I have compiled 10 extremely useful functions and code snippets to make your php developer life easier.
Posted by girish.r 86 days ago (http://www.catswhocode.com)
Discuss  | Read MoreBury | Tweet This | Tagged: strings snippets
Add To 

Tips & Tricks »

Do you like WordPress Theme Frameworks? To be honest, I'm a Thematic addict. Using this theme, I'm able to create any kind of site extremely fast. To help you getting started with Thematic child theme development, I have compiled 10 useful WordPress hooks in this article.
Posted by girish.r 106 days ago (http://www.catswhocode.com)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress theme frameworks hooks
Add To 

Tips & Tricks »

I discussed a little about URL encoding in my recent post Facebook: Bug with URL encoding, although it seems like the bug still exists. In this post I will discuss “how to encode a given URL before accessing it using CURL or fsockopen”. The problem with URLs is that they might contain certain disallowed characters like spaces, according to RFC 3986. Our aim is to convert these invalid characters
Posted by girish.r 112 days ago (http://publicmind.in)
Discuss  | Read MoreBury | Tweet This | Tagged: encoding facebook php url
Add To 

Tips & Tricks »

Browser v/s Server – Optimizing Site Using GZIP Compression   In the online world if ever a browser and server interacted in a chat environment, this is what would definitely come up:
Posted by girish.r 112 days ago (http://www.ebizontek.com)
Discuss  | Read MoreBury | Tweet This | Tagged: apache gzip compression optimization
Add To 

Tips & Tricks »

Using too many plugins on a Wordpress installation usually slower the loading time of the site, especially when same can be achieved using a simple piece of code. Though its not always wise to use codes in your wordpress themes, especially if you are not familiar with them. Here we will show you how to Show Related Posts Without Plugin which will be based on the tags you will use in your posts. H
Posted by girish.r 112 days ago (http://tutzone.net)
Discuss  | Read MoreBury | Tweet This | Tagged: wordpress posts posts
Add To 

Tips & Tricks »

PHP is a scripting language that is perfect for developing dynamic web pages and applications. Being one of the most popular scripting languages on the internet today, makes it pretty easy to get started with. If you are looking for a technique that you forgot about, or a function you didn’t know someone else has created before; then this article might be something useful for you and will save yo
Posted by girish.r 118 days ago (http://devsnippets.com)
Discuss  | Read MoreBury | Tweet This | Tagged: snippets
Add To