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
Amazon ASP
Amazon Payments
Animation
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET WebPages
assembly
BING
Blogging
Blogs
Book Review
C#
Certification
CMS
code camp
Code Snippets
Collection
Community News
conference
Cookbook
CQL
CST
Cyclomatic Complexity
Data Linking
DataPager
DatePicker
Debugging
Delegate
Deserialization
Dzone
EBook
Entities
event
Excel
Faculty
forums
Functions
GemBox
GridView
HttpApplication
HttpContext
HttpResponse
IDE
IIS
inArray
Integration
JavaScript
JavaScriptSerializer
jQuery
jQuery Templates
jQuery UI
JSON
LINQ
Localization
Macedonian CodeCamp
master
Microsoft
NDepend
open source project
Orchard
Plugin
Razor
Reflection
Regular Expression
Repeater
science
Search
Sending Emails
Serialization
Simple Pay
SortedSet<T>
Speaking
SQL
Squish
SquishIt
Stopwatch
System.IO.Path
Tablesorter
Tabs
TechDays
Tips
Tricks
University
ViewBag
VS.NET
Web Development
Web Forms
Web Services
Web User Controls
Web.Config
WebMatrix
Windows Azure
XHTML
XML
XPath
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 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
January 2011 - Posts
24
Comments
Create nice animation on your ASP.NET Menu control using jQuery
by
hajan
In this blog post, I will show how you can apply some nice animation effects on your ASP.NET Menu control. ASP.NET Menu control offers many possibilities, but together with jQuery, you can make very rich, interactive menu accompanied with animations and...
Filed under:
ASP.NET
,
jQuery
,
Menu Control
,
Animation
9
Comments
Create excel files with GemBox.Spreadsheet .NET component
by
hajan
Generating excel files from .NET code is not always a very easy task, especially if you need to make some formatting or you want to do something very specific that requires extra coding. I’ve recently tried the GemBox Spreadsheet and I would like to share...
Filed under:
ASP.NET
,
Excel
,
GemBox
4
Comments
Linqer – a nice tool for SQL to LINQ transition
by
hajan
Almost all .NET developers who have been working in several applications up to date are probably familiar with writing SQL queries for specific needs within the application. Before LINQ as a technology came on scene, my daily programming life was about...
Filed under:
ASP.NET
,
.NET
,
LINQ
,
SQL
,
Linqer
,
Model
,
Entities
16
Comments
Only 3 simple steps to create jQuery UI tabs content navigation in your ASP.NET Website
by
hajan
jQuery is definitely the most popular JavaScript library in the web. Together with jQuery, the jQuery UI library becomes very popular too. The reasons why jQuery UI library is popular are that its still lightweight, and with almost no coding you get astonishing...
Filed under:
ASP.NET
,
jQuery
,
jQuery UI
,
Tabs
6
Comments
Find odd and even rows using $.inArray() function when using jQuery Templates
by
hajan
In the past period I made series of blogs on ‘jQuery Templates in ASP.NET’ topic. In one of these blogs dealing with jQuery Templates supported tags, I’ve got a question how to create alternating row background. When rendering the template, there is no...
Filed under:
ASP.NET
,
jQuery Templates
,
inArray
More Posts