Fix File Upload on Nginx

Hits: 820  Nginx (Engine-X) is a Web server and reverse proxy server for HTTP, SMTP, POP3 and IMAP, It have a strong focus on high concurrency, performance and low memory usage. Here are the steps to fix file upload on nginx. 1. SSH to nginx box 2. Edit nginx.conf a) backup the config file: # cp [...]

PHP strip_tags not working

On November 10, 2011, in Concentrate, Imagine, LAMP, Launch, Observe, Open Source, PHP, by Sandeep Verma

Hits: 508  PHP have rich set of function to deal with errors Sometime single setting in php.ini can effect the output of function. Magic Quotes is a process that automagically escapes incoming data to the PHP script. It’s preferred to code with magic quotes off and to instead escape the data at runtime, as needed. Magic [...]

Stock Indicator using CSS Sprite

On November 10, 2011, in Concentrate, Imagine, Javascript, LAMP, Launch, Learning, Observe, PHP, Tricks, by Sandeep Verma

Hits: 497  An image/css sprite is a collection of images put into a single image. A web page with many images can take a long time to load and generates multiple server requests. So, using image sprites we can reduce the number of server requests and save bandwidth. CSS Sprites can be generated using online Tools [...]

Install Union Development Platform

Hits: 584  Union is a development platform for creating multiuser applications which runs in a central location on the Internet or a LAN. Users need to connect to Union server then users are in constant real-time contact or session. Users can send messages to/from Union Server. Application may be chat, game, shared document, widget on web [...]

Recursive Function for Nested Categories

On November 7, 2011, in CakePHP, Concentrate, Imagine, LAMP, Launch, Learning, Observe, by Sandeep Verma

Hits: 690  Nested Categories over Drop Down Categories and its sub categories are always useful while developing simple to huge applications. Here is a simple php code to create multi-leveled nested categories on select box to those categories. CREATE TABLE `tb_category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `name` varchar(255) NOT NULL PRIMARY [...]

SIP Web Phone

On November 7, 2011, in Cloud, Concentrate, Imagine, Java, Launch, Learning, Linux, Observe, Open Source, Red5, Tricks, Web Application, by Sandeep Verma

Hits: 2116  SIP Phone service which lets you use your SIP account anywhere in the world via their web based SIP service. The good thing is they already have a few popular SIP services pre-configured, so you don’t even have to configure their SIP. SIP (Session Initiation Protocol) is the most popular Voice over IP (VoIP) [...]

Tagged with:  

PHP PEAR File Download Package

On November 5, 2011, in Concentrate, Imagine, Launch, Observe, PEAR, PHP, Tips, Web Application, by Sandeep Verma

Hits: 557   The PEAR package contains: * PEAR installer, for creating, distributing and installing packages * PEAR_Exception PHP5 error handling mechanism * PEAR_ErrorStack advanced error handling mechanism * PEAR_Error error handling mechanism * OS_Guess class for retrieving info about the OS where PHP is running on * System class for quick handling of common operations [...]

Record Audio from Websites

Hits: 991  Flex is a platform for developing and deploying Applications that run on Flash player on Web using Red5 Server. Flex / Red5 applications are compiled to SWF files and are executed at runtime by Adobe Flash Player. Open source Red5 video flex flash recorder and player project allows you to insert a red5 / [...]

PHP Syntax Highlighter

On October 26, 2011, in Concentrate, Imagine, LAMP, Launch, Learning, Observe, Open Source, PHP, Tricks, by Sandeep Verma

Hits: 478  Online syntax highlighting PHP has a great function that automatically highlights PHP code called highlight_string(); this could be used to roll your own code highlighting on a site. In this demo I’ll show you the basics of how it works, then extended it with a few tricks.

Tagged with:  

WordPress User is Online or Offline

On October 24, 2011, in Concentrate, Imagine, LAMP, Launch, Observe, Open Source, PHP, Web Application, Wordpress, by Sandeep Verma

Hits: 783  There are few wordpress plugin available for user online / offline status… but my requirement is different. I want a plugin that can show user status on profile page to inform other users about availability… http://wordpress.org/extend/plugins/member-status/ http://wordpress.org/extend/plugins/im-online/ http://wordpress.org/extend/plugins/who-is-online/ http://wordpress.org/extend/plugins/wp-useronline/ http://wordpress.org/extend/plugins/mingle-users-online/ wordpress_users_online.php This file or function allows wordpress developer to integrate user online / offline [...]

Install Etherpad on SUSE Linux

Hits: 854  Collaborate on documents in really real-time on SUSE Linux EtherPad is the first web-based word processor that allows people to work together in really real-time. All editing of the document is instantly visible on the screens of all participating users, enabling new and productive ways to collaborate on text documents. Etherpad is useful for [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...