Dive into the archives.
- Paul Graham take on founding a startup
Everyone asks the big question, why not start your own startup? develop your idea. he has some really excellent takes on opening a startup. Why no open your own startup?
A lot of people think they’re too young to start a startup. Many are right. The median age worldwide is about 27, so probably […]
- My life, told by Wil Schroter from Big Network
I couldnt read a better describing article Wil Schroter wrote about the life of a startup founder. I know his taking it a bit too far and maybe over doing it. but i think his dead on the point of being a startup founder. Its not a human behavior to be a startup founder. its […]
- Handy CSS trick i found on the web
If you build websites that let users upload avatars or image and you wondered how facebook maintain that ratio for images? here is a css snippet that knows how to keep your avatars at ratio scaled to any size:
.avatar img
{
float:left;
vertical-align:middle;
margin-left:0px;
border: solid 1px #CCCCCC;
top:50%;
max-width:60px;
width: expression(this.width > 60 ? 60: true);
max-height:65px;
height: expression(this.width > 70 ? 70: true);
}
You […]
- Build your own Video streaming community for 0$
I’ve been fiddling with flash for a long time and i always knew that if you want to stream a video properly you need a flashcast server that costs more then a malibu home, turns out that most of the big companys out there use free opensource tools todo so, and now someone finally grouped […]
- Got a project? need a good domain name? its time for domain hunting at godaddy
I’ve recently started developing a new project, now as time goes by you cannot ignore the fact that you don’t have a name for your project. usually the name stands out and symbolize something or some agenda you have for your project or its overall design. Back in the days i used to brainstorm good […]
- Start modding your website to iphone!
Macosxtips.com has posted a great note about modding your blog to be best viewed on an iphone, its great for any website that wants an iphone friendly stylesheet.
Check it out
PHP START
$iphone_stylesheet = str_replace(â€.cssâ€, “_iphone.cssâ€, get_bloginfo(’stylesheet_url’));
?>
- Web 2.0 = Reality TV?
Just a few days ago i was laying in bed pondering about world domination and trying to get some sleep with a 30c degree night and 80% humidity outside when i reached a conclusion. There is such a thing as TV 2.0 and its not Joost. Its called Reality TV and it was invented long […]
- Choosing the right technology as ingredient for a successful web application
I must start with a declaration that what im about to write is my own perspective on things and experience of working in startup company’s that failed or prevailed. that expeirence showed me the weak points of bad planning and the selection of a proper technology to start with is an ingredient and even in […]
- Its been awhile…
Yeah, i know. its been awhile since i wrote something on my blog, didnt have much time to dedicate to writing in the blog.
Let me summerize what happend in the past few months. i’v moved to mac osx, thats super nice. Never workt faster and better before, seeya windows!
Went independent (The way that it happend […]
- My server farm pictured!
I hope this is not my servers… Amazing pictures of the worse datacenter you can imagine.
sad but true…More pictures here
