Ermanafacan - ermanafacan.com

General Information:

Latest News:

Jquery keypress event handler 2 May 2013 | 06:26 pm

JQuery keypress event for numeric control $("your-css-selector").keypress(function (event) { // Sign control - + if (event.which 57) { event.preventDefault(); } // Is Numeric Control except , . if ((e...

jQuery Indicator plug-in 25 Jan 2013 | 12:40 pm

Indicator plug-in is in version 1.0 which is really simple and useful. First you must add scripts between head tags. and then JQuery Indicator //

Asynchronous Foreach loop Javascript 11 Jan 2013 | 06:07 pm

Javascript is really fast language to process something except dom operations. Dom operations are getting the UI slower and makes it hiccup. In order to do browser rendering much more faster. You shou...

New Vacancies in Triodor 6 Dec 2012 | 12:05 pm

Hi everybody those links below are new vacancies of my company in Turkey. Links have details inside. Android Developer (Senior) : http://firma2.kariyer.net/website/isarama/ilandetay.aspx?ilankodusfr=V...

Asp.Net MVC 3.0 Convertion of Synch Action to Asynch 23 Oct 2012 | 01:44 pm

Converting Synchronous Action Methods to Asynchronous Action Methods I have been working with asp.net for 5 years and for the first time. I am having problems with iis and .net when concurrency got in...

.Net To Json Resource File Convertion 14 May 2012 | 07:54 pm

In my current project i needed to use lots of ajax calls because %80 percent of the project is based on javascript so i had to use resource files at javascript files. In order to do that i had to conv...

How To Make An Ajax Call To MVC Action 9 May 2012 | 12:19 am

Ajax is a powerful technology that provides us to make server calls without postback. There are lots of client libraries to do that but in this post we’ll use Jquery. So how do we make ajax call? It ...

How to Restart Windows Services Programmatically 7 May 2012 | 11:15 pm

Hi; This post is for managing windows services by asp.net c#. In practice Web applications are complated by some services (which provide data to your app) so that sometimes you might want to manage th...

How to Refresh Partial view With Ajax ASP.NET 3 May 2012 | 07:21 pm

Partial views are contained within their own files and are reusable across views, which can help reduce duplication, especially if you need to render the same kind of data in several places in your ...

How to Create Table Template with Jquery 3 May 2012 | 07:16 pm

JQuery Template Plugin Jquery Template plugin is extremly useful to create a reusable templates (compiled from markup).  instead of writing a lot  of html, just one template enough for all of them. s...

Recently parsed news:

Recent searches: