Jamil Hallal's Blog
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
ASP.NET
C#
Freelance Calculator
General Software Development
Geospatial
JavaScript
jQuery
SharePoint 2007
SQL
TFS 2010
WCF
Windows Forms
Sponsors
advertise here
Navigation
Home
Blogs
Archives
May 2013 (2)
July 2012 (1)
March 2012 (1)
December 2011 (3)
November 2011 (1)
July 2011 (3)
June 2011 (1)
March 2011 (1)
October 2010 (1)
August 2010 (2)
Recent Posts
4
Comments
Large ViewState & ViewState chunking (maxPageStateFieldLength)
by
jhallal
The ViewState Chunking mechanism allow you to split the ViewState content into several chunks/hidden fields. The reason behind using this feature is that some proxies and firewalls will deny access to the aspx page that contains a huge ViewState size...
Filed under:
AJAX
,
ASP.NET
,
General Software Development
,
.NET
1
Comments
SharePoint Navigation - Setting the Audience Property of an SPNavigationNode
by
jhallal
In this tip/trick i will demonstrate a way of setting by code the target audience of an SP navigation node. You might say setting this property in SharePoint UI is quite simple, but if you want to set it by code you will not find any straight forward...
Filed under:
ASP.NET
,
C#
,
SharePoint 2007
,
.NET
10
Comments
Label vs Literal in ASP.NET
by
jhallal
Unlike the Label control, the Literal control does not render any additional html tags thats why the best practice says: never use the ASP.NET Label control when a Literal can do the job. In different cases we use the Literal/Label controls to label input...
Filed under:
ASP.NET
0
Comments
New Freelance Hourly Rate Calculator
by
jhallal
If you are looking to work as freelancer and you are not sure how to set your hourly rate please check the below link, remember that your hourly rate should always take into account factors like market demand, industry standards, skill level and experience...
Filed under:
Freelance Calculator
8
Comments
Escape Single Quotes Within JavaScript
by
jhallal
While I was trying to register a JavaScript code into an ASP.NET page I came across the need to ensure that passing a string to the JavaScript method would not cause an error ‘Unterminated string constant error’ upon rendering, this error could be caused...
Filed under:
ASP.NET
,
JavaScript
9
Comments
Tips to improve asp.net application performance
by
jhallal
Over 4 years or so working with asp.net I have learned to avoid and do certain things that increase the performance of an asp.net web application, in this post I will offer some tips that I've found useful for writing high-performance ASP.NET applications...
Filed under:
ASP.NET
More Posts
« Previous page