Custom fonts using Cufon on Windows Phone
Every major browser platform supports @font-face syntax, except Internet Explorer Mobile on Windows Phone 7.5.This problem can be resolved using Cufon, a javascript text-image replacement solution.
Ivan Basic — Sunday, Mar 10, 2013
SQL Tips & Tricks: changing column values in multiple tables
Learn how to write a simple SQL script that modifies all fields with a specified name and type from all tables in a database.
Ivan Marusic — Friday, Mar 8, 2013
Delegates in action
This blog covers one of the alternative solutions for dealing with tasks that require fetching and manipulating large amounts of data from the database. Of course, you can always rely on standard SQL scripts, but I feel that this approach allows for more flexibility.
Ivan Marusic — Sunday, Feb 17, 2013
ASP.NET WebAPI, APNS and Android working together
This post describes the application I recently created to send the location of an Android device to Apple Push Notification Service (APNS). We will use a nice mix of technologies, including ASP.NET WebAPI and Xamarin's Mono for Android.
Mario Madzar — Friday, Feb 1, 2013
Installing Redmine and Ubuntu on VirtualBox
In this post I'll address some issues I came across while trying to prepare the environment for Redmine 2.1.4 with Ruby 1.9.3 and RubyOnRails 3.2.9 running on VirtualBox.
Mario Madzar — Monday, Jan 7, 2013
Building Cordova 2.2.0
This post will explain how to build cordova-2.2.0.jar from source - since it doesn't come bundled with the download from cordova apache incubator - and how to run your first Cordova HelloWorld application.
Tihomir Kit — Thursday, Dec 20, 2012
FontFace - custom fonts for your sites
Typography matters and online typography has made a big advance over the last couple of years. There are several approaches for integrating custom fonts to standards-compliant web pages. Find out how to use custom fonts in your web pages.
Ivan Basic — Tuesday, Jan 24, 2012