Thursday, September 5, 2013

SLIR

SLIR (Smart Lencioni Image Resizer) resizes images, intelligently sharpens, crops based on width:height ratios, color fills transparent GIFs and PNGs, and caches variations for optimal performance.

Download SLIR
https://github.com/lencioni/SLIR

Install SLIR
After you have SLIR downloaded, visit http://yourdomain.com/slir/install/


Issue - Internal server error at production:
Solution: At production domain update the .htaccess file. Comment below 2 lines.
 php_value auto_prepend_file none
 php_value auto_append_file none

also add below lines in .htaccess
RewriteEngine On
RewriteBase /slir/

Thursday, May 28, 2009

Getting Started with Linux

What is Linux?

Linux is an operating system that evolved from a kernel created by Linus Torvalds when he was a student at the University of Helsinki. Generally, it is obvious to most people what Linux is. However, both for political and practical reasons, it needs to be explained further. To say that Linux is an operating system means that it's meant to be used as an alternative to other operating systems like MS-DOS, the various versions of MS Windows, Mac OS, Solaris and others. Linux is not a program like a word processor and is not a set of programs like an office suite.

http://www.linux.org/lessons/beginner/l1/lesson1b.html

Sadak Map

http://www.sadakmap.com

Twitter on a Map
Use SadakMap to post Location aware Twitter udpates. Select a location on the map, type your update and send it. The update will be sent to your Twitter account along with a link pointing back to the location on the map. Check it out here

http://phpjs.org/

PHP.JS is an open source project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.

Using PHP.JS may speed up development for PHP developers who are increasingly confronted with client-side technology.

It also offers added functionality because JavaScript does not natively support higher-level functions such as: file_get_contents(), mktime(), serialize().

PHP.JS is nothing fancy like jQuery—we're just offering PHP functions, with all of their original flaws and benefits for whomever needs them.

Thursday, August 28, 2008

Symfony

Symfony is a full-stack framework, a library of cohesive classes written in PHP5.

It provides an architecture, components and tools for developers to build complex web applications faster. Choosing symfony allows you to release your applications earlier, host and scale them without problem, and maintain them over time with no surprise.

Symfony is based on experience. It does not reinvent the wheel: it uses most of the best practices of web development and integrates some great third-party libraries.

Thousands of developers already trust symfony for their applications!

New users join the community every day, and that makes of symfony the most popular PHP5 framework around. A large community means easy-to-find support, user-contributed documentation, plugins, and free applications.