What is the future of Web Applications?

0

I’ve been building websites for almost 10 years now and recently I had the chance to work in a team where we can investigate about new technologies, patterns, etc.
While we are building an application which has be be compliant with multiple platforms, we have to use webservices to provide data and services to third party application such as a flash interface or a mobile application for exemple.

(more…)

Zend_Db and Symfony 2 using Dependency Injection

0

This week I spent some time playing with Symfony 2, a framework that everyone heard about which become as famous as Zend. After few hours juggling with the bundles, configuration, routing, etc it come to life and does not look as complex as it seems to be.

(more…)

Install Nginx & PHP with FastCGI & MySQL on OSX 10.7

0

Here we go, after months of standby a new post that I think can be useful for some of you wanting to install nginx (http server) and compile PHP with fastcgi (you have to run PHP as a CGI with nginx).

(more…)

Merry Christmas From Crustiz

0

The Crustiz Team wish you Merry Christmas!

Many articles coming soon about codeigniter libraries, jQuery IE 6/7 fixes, CMS and Codeigniter working together, etc…
Let’s hope IE6 would be banned in 2011 :P

Cheers,
M. & J.

Fancybox 1.3.4 not working on ie6/ie7

0

Hi guys,

The other day I noticed there was a new version of Fancybox, the Fancybox 1.3.4. Initially, I was using the Fancybox 1.3.1 for all our websites.
Seeing that, I decided to update the files and quite surprisingly (or not :) !) it didn’t work on Internet Explorer 6 and Internet Explorer 7.

Theres’ definitely an issue with the CSS, could even be the last release of jQuery library.
My advice: not use the Fancybox 1.3.4 for now (if you want to make it work on IE).

I tried few things but didn’t really get the time to work in depth on it.
I’m going to update this post as soon as I have an IE6/IE7 fix.

I’ll keep you posted,
J.

youtube

Youtube library for CodeIgniter

3


It has been almost a year that I’m using CodeIgniter and I can tell you that the thing missing with this framework is libraries. Today I’m gonna share with you this youtube library which basically return an array of video for a keywords, very useful if you need to illustrate a article or whatever you want actually.

(more…)

highcharts

Highcharts Library for CodeIgniter

28


Hi everyone, in this post I’ll talk about a Codeigniter library that I’ve done after few hours using highchart. Highchart is one of the best javascript library i’ve ever used to render beautiful charts (which are compatible with iPhone and iPad). This library is awesome !

(more…)

fancybox

jQuery Fancybox 1.3.1 plugin images not working on IE : How to fix it

26


Here is a little fix for the jQuery plugin FancyBox 1.3.1.
If you have encountered the same issue as me with the images display on IE, here is the solution:

(more…)

jQuery UI 1.8 autocomplete : how to fix issues/bugs with label and value

3


Ok so if I have decided to write this article it is mainly because a lot of developers like me encountered issue with this new jQuery UI autocomplete. Here is my function autocomplete that I re-use all the time in my different website projects.

(more…)

linux useful command

Linux useful commands line

0


I opened this post to share with you some linux commands that I use most of the time.
This list is exhaustive and I’ll try to update it as much as I can.

(more…)

Go to Top