Hajan Selmani
My world of Microsoft ASP.NET
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
Accordion
AJAX
ajaxSetup
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET WebPages
assembly
BING
Blogs
C#
CMS
code camp
Code Snippets
Community News
conference
DatePicker
Entities
event
Handlers
HttpResponse
IDE
IIS
inArray
Integration
JavaScript
JavaScriptSerializer
jQuery
jQuery Load
jQuery Templates
jQuery UI
JSON
knowledge
Learning
LINQ
ListView
Localization
Macedonian CodeCamp
master
MaxBufferSize
MaxReceivedMessageSize
MCC
MCTS
Menu Control
Microsoft
Minification
Minify
MiniProfiler
mkdot.net
Model
MSDN
MVB
MvcMailer
MVP
NDepend
Ninject
nopCommerce
NuGet
OOP
open source project
Orchard
params
Performance Test
Plugin
Pluralsight
poll
Post
Razor
Reflection
Regular Expression
science
Search
Sending Emails
Serialization
Speaking
Tablesorter
Tabs
TechDays
Tips
Tricks
University
URL Routing
Validation
Videos
ViewBag
VS.NET
Web Api
Web Development
Web Forms
Web Services
Web User Controls
Web.Config
WebMatrix
Windows Azure
XHTML
XML
XPath
YouTube
Sponsors
advertise here
News
CERTIFICATIONS
Translations of the blog posts in Macedonian language:
mkdot.net blog
Added on 25 June 2010
Subscribe in a reader
Navigation
Home
Blogs
Archives
March 2013 (2)
November 2012 (1)
October 2012 (1)
July 2012 (1)
June 2012 (1)
March 2012 (1)
January 2012 (1)
December 2011 (1)
November 2011 (3)
October 2011 (3)
September 2011 (3)
August 2011 (3)
July 2011 (1)
June 2011 (5)
May 2011 (6)
April 2011 (4)
March 2011 (6)
February 2011 (4)
January 2011 (5)
December 2010 (12)
November 2010 (8)
October 2010 (6)
September 2010 (6)
August 2010 (3)
July 2010 (7)
June 2010 (3)
- my other blogs -
CodeASP.NET Blog
MKDOT.NET Blog (Macedonian & English)
ASP.NET Communities
www.asp.net
www.codeasp.net
IIS Communities
www.iis.net
Links I Read Often
Gunnar Peipman
Scott Guthrie
Raghav Khunger
Vincent Maverick Durano
Jalpesh P Vadgama
Ken Cox
Phil Haack
Scott Hanselman
Joe Stagner
Vivek Thakur
Chris Alcock
Alvin Ashcraft
Dejan Dimitrovski
Darko Milevski
SQL Server Communities
www.sqlservercentral.com
www.sqlpass.org
February 2011 - Posts
4
Comments
Change the default Icon on your jQuery UI Accordion
by
hajan
I've got this question in one of my previous blogs posted here (the same blog is posted on codeasp.net too), dealing with jQuery UI Accordion and I thought it's nice to recap this in a blog post so that I will have it documented for further reference...
Filed under:
ASP.NET
,
jQuery
,
jQuery UI
15
Comments
Using jQuery Live instead of jQuery Hover function
by
hajan
Let’s say we have a case where we need to create mouseover / mouseout functionality for a list which will be dynamically filled with data on client-side. We can use jQuery hover function, which handles the mouseover and mouseout events with two functions...
Filed under:
ASP.NET
,
jQuery
36
Comments
Table sorting & pagination with jQuery and Razor in ASP.NET MVC
by
hajan
Introduction jQuery enjoys living inside pages which are built on top of ASP.NET MVC Framework. The ASP.NET MVC is a place where things are organized very well and it is quite hard to make them dirty, especially because the pattern enforces you on purity...
Filed under:
ASP.NET
,
jQuery
,
ASP.NET MVC
,
Razor
14
Comments
Functions inside page using Razor View Engine – ASP.NET MVC
by
hajan
As we already know, Razor is probably the best view engine for ASP.NET MVC so far. It keeps your code fluid and very expressive. Besides the other functionalities Razor has, it also supports writing local functions. If you want to write a function, you...
Filed under:
ASP.NET
,
ASP.NET MVC
,
Razor
,
Functions
More Posts