Archive for the ‘Web’ Category

Google Analytics Cheatsheet

Friday, February 5th, 2010

google analytics cheatsheet

versión con links

versión imprible

[ vía conversation marketing ]

Adminer / herramienta de gestión MySQL en un solo fichero PHP

Tuesday, January 26th, 2010

Features:

  • Crear y modificar la estructura de tablas.
  • Crear, modificar, eliminar índices/foreign keys/vistas/procedimientos almacenados y funciones.
  • Listar los de datos de las tablas con la posibilidad de buscar, agregar, ordenar y filtrar los resultados.
  • Insertar nuevos registros, actualizar y eliminar los existentes.
  • Ejecutar cualquier comando SQL desde un campo de texto o de un archivo.
  • Exportar la estructura de las tablas, datos, vistas,… a SQL o CSV.
  • Mostrar los procesos y eliminarlos.
  • Mostrar los usuarios y establecer sus permisos.
  • etc.

Online Demo

Download Adminer

[vía webintenta]

Gmail Hardening / Gmail Seguro

Monday, January 25th, 2010

gmail hardening

Tabla comparativa de navegadores

Wednesday, October 14th, 2009

[Tablas] When can I use…

Esta página nos permite comparar las diferentes compatibilidades que ofrecen los navegadores actuales frente a características propias de HTML5, CSS3, SVG, PNG transparency, Canvas, etc.

Y es bastante configurable a la hora de mostrar los datos.

Wordpress Cheat Sheat

Tuesday, October 6th, 2009

chuleta-wordpress

Descarga la chuleta de Wordpress en PDF

Los 12 mejores CSS Frameworks

Wednesday, September 30th, 2009
  1. Elements CSS Frameworks (Source: Project Designs)
  2. WYMstyle: a CSS framework (Source: Daniel Reszka)
  3. YAML CSS Framework (Source: High Resolution)
  4. YUI Grids CSS (Source: Yahoo)
  5. Boilerplate CSS Framework
  6. Blueprint CSS
  7. Schema Web Design Framework (Source: David Golding Design)
  8. CleverCSS
  9. Tripoli Beta CSS Framework (Source: Monc)
  10. ESWAT Web Project Framework (Source: Philip Karpiak)
  11. CwS CSS Framework (Source: Content with Style)
  12. My (not really mine) CSS Framework (Source: That Standards Guy)
  13. Baseline, “real” baseline grid on the web.

(more…)

HTML5 Cheat Sheet

Wednesday, September 23rd, 2009

Antonio Lupetti de Woork ha desarrollado una Cheat Sheet de HTML5 en tamaño A3,  así podemos imprimir todas las opciones con sus respectivos atributos en un sola hoja. EStá en dos versiones, una Dark Background y otra White Background, ambas en PDF o JPG, high quality.

Get Ready for HTML5

Wednesday, September 23rd, 2009

via: A list Apart / by J. David Eisenberg

See what others have done

The first thing you can do to prepare for HTML 5 is see how other people are using it. A visit to the HTML 5 gallery will show you how several sites are already using the new HTML 5 elements. Use the source, Luke!

Now you do it

You can look at the sites, read all the articles here and elsewhere, and even read the specification—but none of that will help you understand HTML 5 as much as using the new elements. You can modify part of an existing site or experiment by creating new pages. I did this myself by updating a trip report I made for friends and family. (I never intended it for public display, but here it is.)

By doing this, you’ll find out what works and what doesn’t. For example, I discovered that, as of this writing, Firefox 3.5 treats elements like article and section as display:inline, and I had to explicitly set them to display:block to make them work as expected.

[...]

What are you waiting for?

Although some developers have reservations about the direction in which HTML 5 is taking the web (and although I share these reservations), HTML 5 has enough new and interesting features to be well worth exploring. So, start looking at other people’s markup, experiment on your own, and go wild with the new form validation and canvas features.

[ver artículo completo]

Opening CakePHP Files in Dreamweaver

Monday, August 3rd, 2009

vía: jamesfairhurst.co.uk

I primarily use Adobe Dreamweaver to create and code all of my websites, mainly because of the code highlighting and the way I organise my sites in separate folders. I realise that there are loads of text editors out there but Dreamweaver is what I’m comfortable with and it does the job.

When starting out with CakePHP I quickly found out that Dreamweaver doesn’t open .THTML and .CTP files automatically and I had to do a bit of hunting on the web to get the problem solved. The solution is pretty easy so this is just a quick post to get Dreamweaver opening .THTML and .CTP files.

THTML and CTP Files

Although I’m using CakePHP 1.1 which uses .THTML files I’ll also add the latest .CTP files which CakePHP 1.2 use. This is just saving time and when I do cross over and start using version 1.2 I don’t have to fiddle around with Dreamweaver again.

Modifying the Necessary Dreamweaver files

There are ultimately 3 files that you need to edit. The first two are located in the folder that you installed Dreamweaver, in my case this is “C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration” although I’m using the latest version of Dreamweaver previous versions also have a “configuration” folder so go there.

Open up “Extensions.txt” and on the first line at the very end add THTML and CTP separated by commas, so the line should read:

,MASTER,THTML,CTP:All Documents

Similarly add these two extensions to the “:PHP Files” line.

PHP,PHP3,PHP4,PHP5,TPL,THTML,CTP:PHP Files

Next open the “DocumentTypes” folder and edit the “MMDocumentTypes.xml” file, just open it up using notepad or wordpad. Search for the line which has an id “PHP_MySQL” and add the THTML/CTP file extensions to both the “winfileextension” and “macfileextension” so the line should read:

winfileextension="php,php3,php4,php5,thtml,ctp"
macfileextension="php,php3,php4,php5,thtml,ctp"

The final file is another version of the “Extensions.txt” which is located in your “Documents and Settings” Folder in my case this is “C:\Documents and Settings\James\Application Data\Adobe\Dreamweaver 9\Configuration” just add the very same things you inserted earlier.

Wrapping Up

Restart Dreamweaver and you should now be able to open up and edit .THTML and .CTP files with everything nicely colour coded. A short post but a needed one for those who use Dreamweaver.

CSS3 Cheat Sheat

Tuesday, July 14th, 2009

download PDF