We are Google Ventures, the venture capital arm of Google Inc. In our previous lives, we have founded startups, built products, and invested in companies. Now we focus on finding the most interesting entrepreneurs from a range of sectors and stages, and then using all of our resources to help them succeed. We’re nationwide, with …
Monthly Archives: April 2011
Superfish & Cufon in IE8
Submenu items aren’t visible when they are Cufonized. To fix this change superfish.js
greek letters using strtoupper and strtolower
Solution
Greek Translit greek2latin rules
Romanization of Greek is the representation of Greek language texts, that are usually written in the Greek alphabet, with the Latin alphabet, or a system for doing so. There are several methods for the romanization of Greek, especially depending on whether the language written with Greek letters is Ancient Greek or Modern Greek and whether …
HTML Parsing and Screen Scraping with the Simple HTML DOM Library
If you need to parse HTML, regular expressions aren’t the way to go. In this tutorial, you’ll learn how to use an open source, easily learned parser, to read, modify, and spit back out HTML from external sources. Using nettuts as an example, you’ll learn how to get a list of all the articles published …
Continue reading “HTML Parsing and Screen Scraping with the Simple HTML DOM Library”
PHP pagination
http://www.catchmyfame.com/2007/07/28/finally-the-simple-pagination-class/ http://mis-algoritmos.com/2007/05/27/digg-style-pagination-class/