Category: Programming

HOWTO Add favicon to your web site

To add a favicon to your site or blog do the following (tried on Linux):

  • Create an image in GIMP 16×16 or 32×32 in size, number of colors – below 16
  • Save it as favicon.ppm
  • Convert it to ico using this command:
  • 1
    ppmtowinicon -output favicon.ico favicon.ppm
  • If previos step doesn’t work – install netpbm and netpbm-tools packages:
  • 1
    $ sudo yum install netpbm netpbm-tools
  • Copy favicon.ico to your website document root directory
  • Add the following lines to your index.html or header file:
  • 1
    2
    <link href=’http://www.URL.com/favicon.ico’ rel=’shortcut icon’/>
    <link href=’http://www.URL.com/favicon.ico’ rel=’icon’/>

Programming Languages: What tool is right for which job

http://therighttool.hammerprinciple.com/browse

List of freely available programming books

From http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books :

Meta-Lists

Graphics Programming

Language Agnostic

ASP.NET MVC

Assembly Language

Bash

C / C++

C#

  • See .NET below

Clojure

ColdFusion

DB2

Delphi / Pascal

Django

Erlang

Flex

F#

Forth

Git

Grails

Haskell

HTML / CSS

Java

JavaScript

JavaScript (Node.js specific)

Latex

Linux

Lisp

Lua

Maven

Mercurial

Nemerle

  • See .NET below

.NET (C# / VB / Nemerle / Visual Studio)

NoSQL

Oberon

Objective-C

OCaml

Oracle Server

Oracle PL/SQL

Parrot / Perl 6

Perl

PHP

PowerShell

Prolog

PostgreSQL

Python

R

Ruby

Ruby on Rails

Scala

Scheme

Smalltalk

Subversion

SQL (implementation agnostic)

Teradata

Vim

Websphere

HTML5 and IE

A couple of links to enable HTML5 tags in IE (<9)

Supporting IE with conditional comments

HTML5 enabling script

HTML5 printing support in IE

Styling HTML5 markup in IE without script

 

HTML5 Validator

http://html5.validator.nu/

WordPress Themes