Compiled VC Questions About Startup Idea
I recently had a VC interview for one of my projects I’m working on. These were the questions they asked me, I orgnized them into different sections.... more »
0 commentsSave Tags: reviews
Normalized CSS & HTML framework to develop iPhone webdev applications.
This is my personal project, dedicated to anyone who wants to develop web applications for the iPhone. It all began when Apple launched a few examples... more »
0 commentsSave Tags: apple, css-html, frameworks, mobile
Detailed Release Notes for the F# September 2008 CTP release
These are the detailed release notes for the F# September 2008 CTP release. The release announcement is here. We will be publishing a known issues... more »
0 commentsSave Tags: other languages
YUI-based alert box - replace your ugly javascript alert box
This tutorial will explain how you can override the default alert box of your browser, without modifying your existing code and by adding 2 lines of... more »
0 commentsSave Tags: ajax, css-html, javascript, web 2.0
MSDN Low Bandwidth Bookmarklet
There’s a semi-hidden feature in the MSDN Library website: Low Bandwidth view. We’ll talk about how to use it, why I like it, and some tips for... more »
0 commentsSave Tags: .net, tools
Indepth generator usage in python (part2)
In this second part we look at the more advanced features available from generators such as .send() and .throw() and also make a small performance... more »
0 commentsSave Tags: how-to, open source, python, tools
PHP Code Optimization Tips #10
It’s time to test string concatenations, I’ve seen so many tests and so many myths that I had to try it for myself.
0 commentsSave Tags: how-to, php, research
Programming with Yum in 5 minutes, or so
Tutorial on how to use Yum in a Python script by "giving you an overview of how you can use the yum API to perform queries or tasks that would... more »
0 commentsSave Tags: how-to, python, unix-linux
Deploy, test and pack your code - Part 1 Using NAnt
In this part, I show a way to build and deploy your project using NAnt. As, you already might know that NAnt is a tiny deployment tool that enables... more »
0 commentsSave Tags: .net, tools
When programmers can write no more
It happened to Ernest Hemingway, F. Scott Fitzgerald and Tennessee Williams. All wrestled with monumental cases of writer's block. Now you can add Jon... more »
0 commentsSave Tags: opinion
Where did the Computer Go? Computing in the Cloud
"The network is the computer," Sun's chief researcher John Gage prophesied in 1984. In the blooming space of cloud computing, we see an industry... more »
0 commentsSave Tags: opinion, trends
Does you application have a blog?
I was having dinner with Dru Sellers and Evan Hoff and Dru brought something up that really sparked my imagination. To put it in more concrete words,... more »
0 commentsSave Tags: opinion
Polyglot Programming: Building Solutions by Composing Languages
Polyglot programming refers to leveraging existing platforms by solving problems via solutions that compose special purpose languages.This concept... more »
0 commentsSave Tags: opinion
Groovy & Dynamic Typing vs. Weak Typing
Stupid test huh? No way it would pass.. Think again. Try it yourself. Then go lookup the ASCII value of 1.
0 commentsSave Tags: groovy
Obsessing over URLs
One of the most important components of a website is URL design. I have obsessed over URLs since the beginning of time, and REST caused me to focus on... more »
0 commentsSave Tags: opinion
Griffon and Greet: Starting to get Groovy
Things on Griffon and Greet have been chugging along. Just a soon as Groovy 1.6 Beta 2 ships I'll likely be ready for a 0.0 release, and such.... more »
0 commentsSave Tags: groovy
Tutorials on Flash Player 10 Roundup part 1
Tutorials on Flash Player 10
0 commentsSave Tags: flash-flex, how-to
Could governments effectively subsidize open-source development?
At the Utah Open Source Conference yesterday I presented a dilemma. Briefly, the idea is that as open-source buyers grow comfortable with open source... more »
0 commentsSave Tags: open source, opinion
Singularity, a C# operating system
Singularity is a research OS from the Microsoft people, it's not the only OS being written in C# these days, as Cosmos and SharpOS continue making... more »
0 commentsSave Tags: .net
Improving Performance By Using ASP.NET Caching - Output Cache
The post describe how to use the output cache mechanism of the ASP.NET.
0 commentsSave Tags: .net, how-to
Workflow and switching to Git, part 2: The tools
In the first part of this blog, I discussed a bit the change process and the development process we’re aiming for.It’s interesting to realise that... more »
0 commentsSave Tags: opinion, tools
XNA shader series 5: multipass lighting
The number and types of lighting effects that can be applied to a given piece of geometry are limited only by the need to maintain an interactive... more »
0 commentsSave Tags: .net, frameworks
Google Objective-C Style Guide
Apple has already written a very good, and widely accepted, coding guide for Objective-C. Google has also written a similar guide for C . This... more »
0 commentsSave Tags: other languages
Data Binding with FXG in Flex 4
One of the cool things about FXG is that it works with Flex data-binding just as your would expect it to.Below is a simple example (which requires... more »
0 commentsSave Tags: flash-flex, frameworks
XNA shadow series 1: basic shadow mapping
This sample shows you how to implement basic shadow mapping from a directional light where the view and projection of the shadow map adapt to the... more »
0 commentsSave Tags: .net, frameworks
via