To disable the KDE File dialog in Chrome Unstable, set NO_CHROME_KDE_FILE_DIALOG=1 as environment variable. Here is the code reference.
-
« Home
Contents
To disable the KDE File dialog in Chrome Unstable, set NO_CHROME_KDE_FILE_DIALOG=1 as environment variable. Here is the code reference.
I love CodeIgniter and I love how easy it is to generate static version of your website. You just have to overwrite the _write_cache function in the Output.php class and turn the caching on. Here’s my version:
Writing bok with markdown is pure joy. I started a short practical SQL tutorial yesterday and it started do get traction today. I used shell script at first to generate the static HTML page for the book but make looked like a better idea. Here is the Makefile I use:
BUILDDIR = ./build
.PHONY: clean spell
all: html epub
html: [...]
Hranoprovod is my ledger inspired calorie/weight tracker written in go. The first prototype version was implemented in PHP, and it also worked well, but I decided to take a look at golang.
Let’s start with the product management. I’ll try to keep it simple for the time being. My weapon of choice, when designing the database schema is the almost great WWW SQL Designer.
Right now the schema looks like this:
And the XML file is located here.
Just started a new project in github today called “malko-erp”. The “malko” part stands for “tiny” in Bulgarian. The idea is to lay the grounds for basic ERP system with e-commerce frontend.
Stay tuned for the updates…
I started to learn Kohana 3 by writing a tutorial for it. Take a look at it here if you are interested.
Top site counter is small and simple appengine hosted counter.
The source code can be found here.
Demo is available here.
I created a test page full of badges and counters and that’s what came out as waterfall diagram:
The whole report is here.
This is my submission for PHASE 2 of the Micro Game Coding Challenge.
rp16g
http://posterfans.com/game/rp16g.php
Size:5.1 KB
Planning and development time ~ 7 hours
rp16g is a small text based rougelike game based on Dragon Slayer. The player (@) must find and kill the dragon (+). The dragon is very strong for the player’s initial fitness so some monster killing [...]