Başarılı Girişimcilerden 13 Büyük Başarısızlık ve Bunlardan Aldıkları Dersler

1. ‘Hiç faaliyete geçmemiş bir şirket için 1 milyon dolar harcadık’ Hiten Shah, KISSmetrics Kurucu Ortağı Şirketimizin diğer kurucu ortağı ve ben, hiçbir zaman faaliyete geçirmediğimiz bir internet hosting şirketi için 1 milyon dolar harcadık. Bizler çok fazla mükemmelliyetçiydik, ve müşterilerimizin ne istediklerini anlamadan, yapabileceğimiz en mükemmel ürünü ortaya çıkarmaya çalıştık. Fakat artık, finansımızı akıllıca yönetmeyi, optimizasyon yapmayı ve müşteri memnuniyetine odaklanmayı öğrendik. Hilten, bu başarısız deneyimden sonra KISSmetrics ve...
AyhanAk Technology

Hangi programlama dilini öğrenmeliyim?Which Programming Language Should I Learn First?

Here's a try for subject for "What's the best programming language for a beginner" on LifeHacker. That's probably one of the most popular questions from first-time learners, and it's something that educators debate as well. The thing is, you can ask ten programmers what the best language is to get your feet wet with and you could get ten different answers—there are thousands of options. Which language you start with depends...

The Next Big UI Idea: Gadgets That Adapt To Your SkillThe Next Big UI Idea: Gadgets That Adapt To Your Skill

More and more interactive products are being returned. In 2002, 48% of all returned products were technically fully functional but were rejected for failing to satisfy user needs (28%) or purely due to users’ remorse (20%). Even though a product may have all the features one can hope for, complexity and bad user experience can prevent users from integrating it into their lives. User experiences are subjective and dynamic, but...

Development with Native or HTML5?Development with Native or HTML5?

Web-based UserInterface is more popular nowadays after created Hybrid application frameworks like (PhoneGap, Appcelerator) for Android&IOS. But I am hearing many companies turns back to native development environment (Xcode and Java) on them for better performance. On contrast some embedded UI frameworks like Wx, QT and GTK etc. gives better performance but needs more effort to develop a rich User Experince. I am looking for a HW and OS independent,...

Android Developer Days 2013 – Ankara

I have attended to Android Developer Days at 14-15 June in Ankara. It was really great event which any can see many enthusiast people, entrepreneur and business men. At least you can take the breath of Android flora, and see the great apps, tools which any can use with your job.   I have experienced Google Glass at first time. It was exactly different than I expected. It can capture your...

Android Studio

Google launches another Android IDE built on IntelliJ IDEA Community Edition, sharing many features with the Eclipse-based tool. Beside the standard Eclipse bundle that Google has offered so far for Android development, they announced Android Studio at Google I/O 2013, a new IDE based on IntelliJ IDEA Community Edition. Android Studio comes bundled with the entire Android development platform, including the SDK, the tools and emulators. Some of the eye-catching features demoed by Google are: Deep intellisense for resources...

GUI using Event Driven Design GUI using Event Driven Design

GUI design is an excellent place to explore the application of event driven design techniques. Most UIs are built using a derivative of the model-view-controller framework, which is based on an event driven control model. It is not surprising then that GUI designs that use this framework can benefit from the application of event driven design principles. Event Driven GUI Design Activities Event driven GUI design consists of the following 5 activities: 1) DEFINE...