Recent Posts

0
Comments

Quick tip: How to get started quickly with OOP-like coding style in JavaScript? by hajan

Writing JavaScript code in OOP style is something which is actively promoted in the last few years... How to get started quickly with simple and straight forward example? Look at this one: var Hobbit = function(name){ this.Name = name; var steps = 0;...
Filed under: ,
3
Comments

Quick tip: How to Make Ninject work with ASP.NET Web API by hajan

Dependency Injection is something which comes along with almost every new project we are building nowadays. I've recently used Web API several times from it's alpha version and now to the latest versions... With each new version, there were some updates...
0
Comments

Speaking at MK Code Camp 2012 by hajan

This year same as the previous one, Macedonian .NET User Group is organizing the biggest event for developers and coders, event that is focusing on Microsoft technologies, Macedonian CODE CAMP 2012! The Code Camp 2012 will be held at 24th of November...
1
Comments

Emit Knowledge - social network for knowledge sharing by hajan

Emit Knowledge , as the words refer - it's a social network for emitting / sharing knowledge from users by users. Those who can benefit the most out of this network is perhaps all of YOU who have something to share with others and contribute to the knowledge...
4
Comments

Microsoft MVP 2012 – ASP.NET/IIS by hajan

It’s Sunday. I wasn’t really sure whether I should expect something today or not, although its 1st of July when we all know that the new and re-awarded MVPs should get the ‘Congratulations’ email by Microsoft. And YES! I GOT IT! This is my second year...
Filed under: , , ,
3
Comments

Simplify your Ajax code by using jQuery Global Ajax Handlers and ajaxSetup low-level interface by hajan

Creating web applications with consistent layout and user interface is very important for your users. In several ASP.NET projects I’ve completed lately, I’ve been using a lot jQuery and jQuery Ajax to achieve rich user experience and seamless interaction...
4
Comments

Now officially MSc. in Computer Sciences by hajan

After having a long journey into deep research and analysis of Performance Evaluation Systems with specific focus to academic institutions, I have successfully completed and defended my Master Thesis title in Computer Sciences at South-East European University...
7
Comments

Sending emails using MvcMailer by hajan

MvcMailer is an interesting component that you can use for sending emails in ASP.NET MVC Framework. The very great thing is that it uses Razor view engine views as email templates and is pretty easy to setup and use. In this article you will see how to...
6
Comments

Guest Speaker at Universities around Macedonia by hajan

Previous and the next week I am a guest speaker at few Computer and Information Science faculties, at different Universities around Macedonia. Previous week I have had great time speaking at: Tuesday, 13 December 2011 - CST Faculty , South-East European...
1
Comments

Code Camp 2011 – Summary by hajan

Waiting whole twelve months to come this year’s Code Camp 2011 event was something which all Microsoft technologies (and even non-Microsoft techs.) developers were doing in the past year. Last year’s success was enough big to be heard and to influence...
More Posts Next page »