Scards & ICT Creativity of The Year

Second part of April was great time for me :D .
I justified (somehow) my absence in blogging for long time without new post.

Scards BC

Scards product

On 18th of April we inaugurated Scards, a project I’m involved for a year. Great products, great system. I really encourage to check it out.

ICT Creativity of the Year

ICT Creativity of the Year

Another great happening was on 26th of April, in Tirana, Albania. ICTS Media supported by several other respected institutions (and governments of Albania and Kosovo) organized Albanian ICT Awards, “The highest individual recognition” for contribution and achievement in technology for pas year.

I was very honored and lucky to be the winner of this award for what I’m really happy! I am really happy also for the project (for what I was estimated), Scards that made the difference and I hope will do also in the future.

So in this short post I just want to post some photos of the event I really enjoyed.

ICT Creativity of the Year

ICT Creativity of the Year

ICT Creativity of the Year

ICT Creativity of the Year

Please find some posts about event:

Thank you!

Posted in Albanian, Event, General, Price, Technology | Tagged , , , , , , , , , | 2 Comments

ALNUG & ALSSUG takimi i dytë

ALNUG & ALSSUG takimi

Sot në ambientet e Innovation Centre Kosovo dy grupet e përdoruesve të teknologjive të Microsoft, Abanian .Net User Group dhe Albanian SQL Server User Group organizuan takimin e dytë me radhë, të përbashkët.

ALNUG & ALSSUG takimi

Continue reading

Posted in Albanian, ALNUG, Event, General, Microsoft, Technology | Tagged , , , , , , , , | 2 Comments

Web API on IIS 8.0 – 405 Method Not Allowed for PUT

Lately I’m extensively developing my web services in ASP.Net Web API and generally speaking it’s good framework in supporting HTTP programming (REST “style”), even if it is in it’s early stages and needed more features to be “completed”.

Yesterday I had a very interesting problem when I published new version of my project (btw, I am developing web api in ASP.Net 4.5 and deploy it in Windows Server 2012 and IIS 8).

When I hit my web api with a PUT request (PUT -> api.mydomain.com/profilecontroller/) web server’s response was error 405 (or method not allowed) while in same time my controller supported all types of requests (get, post, put, delete).

I was surprised with this error while just few minutes earlier everything worked perfectly.

I googled for some time and get disappointed with results – no solution found.

Started to think what I did with my web server and I remembered some “not friendly” touches :D in Web Server (IIS) Role configuration, like installing “WebDAV Publishing”.

I immediately uninstalled (unchecked) that “feature (not Windows Feature :D )” in Web Server (IIS) Role and everything started to work like a charm :D .

IIS Role WebDav

It was kind of a stupid solution (I have to admit) but finally everything worked fine :D .

 

Posted in ASP.NET, Development, IIS, Microsoft, WebAPI | Tagged , , , , , , | 1 Comment

Why Windows Phone 8 should succeed?!

Like everyone else has an opinion about new comings I also have mine and I want to share my bits why I think Windows Phone 8 should succeed. According to my opinion there are several reasons and conditions why next mobile operating system from Microsoft should make remarkable debut and gain significant percentage and momentum.

Suposed Windows Phone 8 logoThe factors that Windows Phone 8 should succeed according to my opinion are:

  • “Windows Phone 7″ factor
  • SP1 “culture”
  • “The 8″ ecosystem
  • Devices and functionality
    Continue reading
Posted in Development, General, Microsoft, Technology, Windows Phone, WP8 | Tagged , , , , , , , , , , | 4 Comments

Albanian stop words

Definition

A stop word can be a word with meaning in a specific language, or it can be a token that does not have linguistic meaning. According to wikipedia  definition for stop words is:

In computingstop words are words which are filtered out prior to, or after, processing of natural language data (text). It is controlled by human input and not automated. There is not one definite list of stop words which all tools use, if even used.

Continue reading

Posted in General, Publication, Technology | Tagged , , , , , , , , , , , , , , , | 2 Comments

Registration error… Windows Phone with Windows Azure debugging problem!

You just have started to trying out the Windows Azure Toolkit for Windows Phone 7, and created your first sample application. Then , when you launch the admin page, you get this error:

Sorry, an error occurred while processing your request.
WP7CloudApp1.Web.Infrastructure.RoleInWrongPortException: The Web role was started in a wrong port. For this sample application to work correctly, please make sure that it is running in port 443. Please review the Troubleshooting section of the sample documentation for instructions on how to do this.

Interesting. You notice that in the address bar, Internet Explorer has for some reason browsed to port 444 instead of the expected port 443. Looking at the documentation on MSDN for Azure, in the paragraph Testing an HTTPS endpoint in the compute emulator, one can find this little tidbit: If a port that you specify is not available, in the case of an HTTPS endpoint 443, the compute emulator will increment the port number until it finds one that is free.

There are several solutions proposed in web, like one that is to change port in Compute Emulator when you start debugging. But I personally did another solution, that is maybe dude but it functions well :D .

In Web project (ASP.Net MVC3) in Global.asax.cs I changed Default HTTPS Port const from

private const int DefaultHttpsPort = 443;

to

private const int DefaultHttpsPort = 444;

and voila :D I received message

Welcome to the administration site for the Mobile Cloud Application Services!

Posted in Development, Programming, Windows Azure, Windows Phone | Tagged , , , , , , , | 1 Comment

Innovation 4 Good @ Microsoft

Last week (2-4 May, 2012) I had chance (together with two other friends, Shpend Bytyqi and Dren Imeraj) to be part of a Microsoft’s wonderful organization in Brussels, Innovate 4 Good.

Innovate 4 Good - All attendees

Innovate 4 Good – All attendees

Continue reading

Posted in Event, General, Microsoft, Technology | Tagged , , , , , , , , , , | Leave a comment