Skip to main content

Karoly Sz

Karoly Sz's Public Library

Firebug Lite

Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari?

The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".

getfirebug.com/lite.html - Preview

firebug javascript

Lazy Load Plugin for jQuery

  • Lazy loader delays loading of images in (long) pages. Images below the fold (far down in the page) wont be loaded before user scrolls down. This is opposite of image preloading. Using lazy load on long pages containing heavy image content makes page feels snappier. Browser is in ready state after loading visible images. No need to wait for unknown amount of pictures to load.

Deprecations and removals in symfony 1.3

This document lists all settings, classes, methods, functions, and tasks that have been deprecated or removed in symfony 1.3.

www.symfony-project.org/...deprecated - Preview

symfony upgrade

Upgrading symfony projects from 1.2 to 1.3

This document describes the changes made in symfony 1.3 and what need to be done to upgrade your symfony 1.2 projects.

www.symfony-project.org/...upgrade - Preview

symfony upgrade

Switch culture from any page of your site and improve SEO

Symfony internationalization is normally managed using session variables. To switch culture you can visit a page that first changes you session variable and then send you back to the page you were visiting, but this potentially breaks your SEO.

Adding culture in every URL is a better solution, but if you want to go back to the page you were visiting, you have to deal with redirection by yourself.

This widget solves the redirection issue by creating localized urls.

snippets.symfony-project.org/...360 - Preview

symfony i18n culture url snippets

Symfony-Zone » Serving PDF Files through Symfony Controllers

A lot of web applications offer to download some kind of PHP file. Maybe you want to implement some kind of export feature or you have paid content in form of a PDF or other media or you just want to secure your PDF files in the same way as the rest of your application (i.e. username/password). If this is the case you wouldn’t place your PDF-files in a subfolder of the web-Directory of your Symfony project, because all these file can be accessed directly via browser.

www.symfony-zone.com/...es-through-symfony-controllers - Preview

symfony file readfile download private

22 Sep 09

Improving Autocompletion « Guide pour le framework Symfony

Ajax autocompletion is really easy with sfWidgetFormJQueryAutocompleter. But the input hidden (which is the value you really matter about when processing the form) that is rendered previous to the input text box (which is only there for humans :) ) is not filled-in if user fill it in very quickly. It can be tedious, because when submitting the form, the user will notice (or maybe even not) that the data he thought he filled-in has not been saved.

symfonyguide.wordpress.com/...improving-autocompletion - Preview

symfony ajax form sfWidgetFormJQueryAutocompleter

1 - 20 of 1137 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo