WP7 : 4Square Accelerator

Hi all,

It was a long time ago now that I didn’t post somthing on this blog (’cause of my job…. like the most of developers…)…

There’s a few days now, I’ve released a new application : 4Square Accelerator.

What’s 4Square Accelerator ?

- It’s an unique Foursquare solution for automatic checkin. It was designed after I forgot to checkin in Barcelona. So, a friend of mine (Aymeric Mouillé) told me just to create a solution based on Foursquare to checkin for me!
So, I did it .

Some screenshots

About features

- Signin on your Foursquare account
- Display last checkin of your friends
- Automatic checkin (via an Agent installed inside your phone) (optional)
- Notification Toast on your phone (optional) on each checkin realized by 4SquareAccelerator
- Historic data about your own checkin
- Display on a map the last checkin of a friend of yours

Finally, this application will be updated to add some enhancements (better behavior of the agent)

This application is just available on Windows MarketPlace and just right here http://www.windowsphone.com/fr-FR/apps/d717abc3-c9d3-41a9-9846-72360c01c03b.

Stay tuned !

Cubrid

Some weeks ago I was looking for a free database for a new personal project.

I  have used MySQL for years, but I decided to change after it was bought by Oracle.
During my research, among other solutions like PostgreSQL or mariaDB (a MySQL fork),  I found a new one, Cubrid.

What is Cubrid?

Cubrid is a Korean Open Source Relational Database Management System (RDMS) distributed under multiple licenses.

Its development began in 2006 and the first stable version was released in 2008. They are now providing a new one each year.
As this system has gone international lately, the major clients are Korean companies or institutions.

This database is particularly adapted for Web applications or, in a more general way, all the projects which require many concurrent database accesses.
You can find details about the architecture on their website.

The binaries are available in 32 or 64bit for a number of Linux based operating systems and also for Windows, from XP to Vista.
Windows 7 is not in their list but I have installed a test instance on my pc and it is running fine.

Get the full list here: http://www.cubrid.org/windows_downloads

Tools

Cubrid’s developers also provide some management tools, Query browser, plugins,…The website is very well documented, so I will not copy the full list now, you can find it here: http://www.cubrid.org/cubrid_manager

Until now I have only used the Cubrid Manager to administrate our database hosted on the Remote Debian Server.
The administration of a Linux instance from a Windows system is not a problem, once the configuration is correctly done on the server.

Conclusion

Cubrid is particulary used in Asia and it’s difficult to find resources or tests from other sites as Cubrid’s.
I never trust the editors reviews but I think it’s a great Open Source project and Cubrid must have its place next to the other solutions. Especially for Web applications projects.

As you can see, this article is just an introduction. I will post another one later when I have more experience with Cubrid.

Giving more details in the blog is useless, the official website is very well documented: http://www.cubrid.org
Take a look at their blog too, there are some interesting technical posts: http://blog.cubrid.org/

WPF – Tip – AllowsTransparency + Popup = brain cast exception

Hi there! Today I would like to share with you a tip that I encountered on my current project in .Net 3.5. Problem I was seeing why my WebBrowser component didn’t want to work in a custom popup. And I didn’t know why, I had the same effect on my ComboBox component… I mean that the [...]
Read more >>

Installing a Mono server for WCF

You are interested in the development of WCF Web Services but you don’t how to host it? One of the solution is, of course, a Windows Server with IIS but there is a cheaper alternative, Mono. Mono Mono is a free Open Source implementation of Microsoft .NET platform, and it can be run on a [...]
Read more >>

Picture of the day

  You can either hang out in the Android Loop or the HURD loop.@xkcd I don’t know why we keep this title…
Read more >>

WP7 : Web Services – Part two : Bing Map Service

Hello and Happy new year! In this post, we will see how to display a Bing Map of a location provided by the Geocode service. If you dowloaded the project source from the first post, you will see that some parts of the code have been re-organized. But all the previous functionalities are in this [...]
Read more >>

WP7 : MVVM framework available for Windows Phone 7

I was looking for a MVVM Framework available on internet, and I went to JAPF blog and I found this. After few moments I found 4 MVVM Frameworks which can be used with Windows Phone 7. MVVM Light toolkit I used to working with this framework. I used to working with this Framework. What I [...]
Read more >>

WP7 : How to use PhotoChooserTask control and adding images inside your Windows Phone

If you want to add images in your windows phone there’s a way to do that. Let see how we can do it. First step, adding images in your application Second step, saving them in your phone like this
Read more >>

WP7 : Build and request a REST Web service (part 2 : WP7 client)

We have seen how to build our REST web service in my previous post, now, let see how to create a windows phone 7 client and how to request this service. 1. Create the project First of all, create a Windows phone application with your IDE. Remove all useless things, your project
Read more >>

WP7 : Build and request a REST Web service (part 1 : REST Service)

If you don’t know how to build your own REST Web Service and you’re wondering how to request it, this article show you the easiest way to do it. 1. Create the REST Web Service First thing, if you want to follow this post and you haven’t REST WEB Service template on your Visual Studio [...]
Read more >>

WP7 : Splash screen for your application

Like some applications you can have your own splash screen on your application. Some people,  like Alex Yakhnin show you how to build one. Here, we’ll see how to implement one and how to keep the user’s eye on the screen when your app is loading. So, we have to create a project (Panorama template for example) : Now, [...]
Read more >>

CSS3 : Box-shadow

In this first post, I would like to share few things about CSS3. Intro This CSS version still a draft, but a major part of its features are already supported by the recent Web browsers. We will assume that all the browsers excepted Internet Explorer are used in their last versions. Keep in mind that [...]
Read more >>

WP7 : How to create your own lock screen (First part : from scratch)

There’s a way to lock your screen’s smartphone to protect your applications from other people who gravitate around you (colleagues, friends and others). On Android smartphone, you have (for the most of you) a lock screen like below: Today, the goal of my sample is to show you that we can bluid a similary system, [...]
Read more >>

Anecdote at work

I was working on a big Java application project. The application is a little sensible, so when we have to correct an urgent bug, we are using hotfixes (class files packaged in a jar and placed at the top of the classpath). The problem was caused by a bad constant value in a interface file. [...]
Read more >>

Picture of the day

http://dilbert.com/strips/comic/2010-11-22/
Read more >>

Picture of the day

http://geekandpoke.typepad.com/geekandpoke/2010/11/not-about-geeks-today.html
Read more >>

Picture of the day

Another Picture..
Read more >>

WP7 : How to create your own lock screen (Second part)

In my previous post, I demonstrated you how to create a lock screen from scratch. Now, let see how to do it again but with the goal to change the shape on the screen, like this: How to create your own shape:
Read more >>

Picture of the Day

Today, it's Xkcd
Read more >>

WP7 : Web Services – First Part: GeoCodeService

As you know Windows Phone 7 is strongly oriented online apps. In this post will see how we can use some Microsoft web Services through SOAP. Let’s begin with a basic application based on Geocode, a part of the Microsoft Bing services. Note that in this sample I’m using a Bing Map key, it’s not a [...]
Read more >>