02
Feb 11

[RESOLVED] Samsung Omnia 7 keeps on restarting

If  you stack on infinitive loop where your Samsung Omnia 7 (Windows) phone keeps on restarting, this may solve your problems (it solved mine)

Make sure your Device is switched off (remove and reinsert the battery)

1. Press and hold the Camera, Volume Down, and Power buttons simultaneously.

2. Release Power when the phone vibrates, but continue to hold down Camera and Volume Down.

3. Release Camera and Volume Down when the Format prompt is displayed on screen.

4. Press Windows key twice to confirm the hard reset.

Enjoy your phone now  :)


07
Dec 10

Plus conf – Online conference with most awesome speakers from the world of web apps!

PlusConf is free online Conference founded by Benjamin Alijagic ,  you can watch videos from conference bellow.

The first one is by Allan Branch from LessEverything

Watch live streaming video from plusconf at livestream.com
Twitter comments:

@emanuelblagonic: “I totally agree – Your logo is not a brand!”  by @allanbranch

@jasonhanley: “In business, you are weeks away from losing your house, losing your car, and living with your f-ing mom.” #plusconf @allanbranch

@jeff_epstein: “Money is a great justification for doing something you don’t really want to do” the genius of @allanbranch  #livinthedream #plusconf

@NickRovisa: “Spend less, save more” – @allanbranch #plusconf – #plusconf live on http://livestream.com/plusconf

Other speakers you can watch at http://www.livestream.com/plusconf


09
Nov 10

WPF Series #1: Application Architecture

As I said before, I’m starting my first Blog post series, and it would be about Windows Presentation Foundation (WPF).

WPF, a component of Microsoft .NET Framework, empowers you to build the next-generation of Windows user experiences. WPF supports UI, media, documents, hardware acceleration, vector graphics, scalability to different form factors, integration with Windows, interactive data visualization, and superior content readability.

I’ll assume that you have basic information about WPF and that you have played a little with it and try to build something. I’m using VS 2010 for programming, and Expression Blend 4 for designing application.

WPF Application Architecture

This one is no-brainer, but I need to start with something :) Every time I’m creating new application I want to have place for Common code and Data access separated from my UI project. Even if you think that your application will be small one and that you don’t have any need to separate it, I would still suggest you  to take this advice and Separate Common classes and DataAccess from UI. Continue reading →


08
Nov 10

In line for an Windows Phone 7?

A few minutes ago Enis Šahinović posted on twitter

So Windows Phone 7 smartphones are on sales in the US. I haven’t seen anyone waiting for them in front of the stores. #wp7 #windowsphone7less than a minute ago via web

But I disagree with him Continue reading →


20
Oct 10

My first blog post series, are you interested in it?

I was thinking to write blog post series about process of developing WPF applications.

The series would be about WPF and:

  1. Main architecture of Client/Server application (the big picture)
  2. Using Entity Framework with SQL Server, SQLite (or SQL CE)  and WPF (+Advanced topic on Error handling on Model level)
  3. Authentication and Authorization
  4. Navigation through Forms in WPF app. Continue reading →

20
Oct 10

Sneak peek at ISOR login screen

ISOR is our latest WPF application, outsourced for Government of Bosnia and Herzegovina (Federal Ministry of Development, Entrepreneurship and Crafts). Case study will be published in next posts, but for now, how do you like our Login Screen :) ?


06
Oct 10

Design by Developer VS Designer?

Left side of this image is design not produced, but instructed, by developer (Me).

Right side of image is design created by designer (Emanuel Blagonic)

Which one is your favorite, and what is your profession?

Leave your thoughts in comments :)


05
Oct 10

Din is dancing on David Guetta’s music :)


24
Sep 10

My 2 sweet boys :)

This are my two boys playing :)


15
Jul 10

How to create one click update from bin/debug folder?

Well, it’s really easy!

I don’t know about you, but I have huge problem with copying files from my debug folders. First of all, it’s annoying, and second of all it takes time. Continue reading →