Archive for August, 2010

JQuery Datepicker Pops Up On Dialog Open

The following issue is observed in UI 1.7.2, jquery v1.3.2

I have a text input on the dialog as the first tabbable control, and it is also a date input field, so there is a datepicker attached to it, the issue is whenever the dialog opens, the datepicker will be activated, we would like the datepicker to be opened when the date field actually gets the cursor focus rather than the dialog focus. Read the rest of this entry »

Tags:

Jquery Dialog Position Problem After Web Form Post Back

In a normal browser window, jquery dialog is positioned in the screen center as default. But when the dialog is opened by code and especially after the web form post back, very likely the dialog will be positioned at the top of your page rather than the viewport, no matter you set maintainScrollPositionOnPostBack=”true” or not. Read the rest of this entry »

Tags:

Adjacent Post Links Styling For WordPress

Providing adjacent post links on single post template helps visitors to stay on your blog. While wordpress document on this seems to me very dated, and not enough information for the styling it used. Here is my piece of code about showing previous and next post link at the bottom of a post. Read the rest of this entry »

Tags:

ExtJS and ASP.NET part 8 – Extjs Combobox and wcf

The most interesting component in Extjs is its ComboBox, it is so powerful that it has auto complete, filtering, paging features supported at configuration level. To be honest till today I still do not know the whole story about this control yet. There is always place for you to explore. But with bit of help and firsthand experience you can get a few grips of this control and might just start to use it in a few circumstances. Read the rest of this entry »

Tags: ,

System.ServiceModel Error 131074

Here is a solution for wcf error :
System.ServiceModel Error: 131074
System.ServiceModel.ServiceActivationException
The service … cannot be activated due to an exception during compilation
Could not load file or assembly ‘App_Web_kr3elyyb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies.
This error is observed both in VS2008 and VS2010.
Solution is : adding bacth= false attribute to your web.config compilation node
Read the rest of this entry »

Tags:

Page 1 of 3123