Tidy HTML, PHP, C++ in Komodo February 12, 2010 No Comments
Code tidier, cleaner and beautifier for Komodo
Code tidier, cleaner and beautifier for Komodo
We’re happy to announce that The Digital Tool Company has developed the backend bidding system for the AMI Collective Bare Auction. The AMI Collective is a company doing extraordinary illustration and and design work for major national and international clients.
Up to a hundred vinyl Bare figures, 40 cm tall, were handed to as many artists [...]
Just BTW. If you ever have that annoying ^M end of line issue in a php script, say someone created a CSV file on a windows machine and your script refuses to open the file as multiple lines… try this setting
ini_set(’auto_detect_line_endings’,TRUE);
It’ll auto detect not only MSDOS new line characters, but also Mac ones. This is [...]
I’ve been working on a project which requires complete compatibility with UTF-8 and in particular with cyrillic characters. From the database to the PDF generator, there are little details to be aware of. The particular issue I want to address here is the problem of creating PDF files which contain cyrillic characters. It seems straight [...]