custom

How Add fake row in Grid helper Telerik to ASP.NET MVC

I need to add a line in the thead of table that going contenter inputs and selects that are used as parameters for filtering. It is more or less how I wanted to stay: <table> <thead> <tr> <th> Name </ th> ... <th> Type </ th> </tr> <tr> <!-- this is the 'tr fake' in th...

Django: provide month and year number as parameter in a template for use in template tag

Hi, I am a Django Beginner. I found this Django snippet to show a simple calendar on my web page. The function needed 3 parameters that one can provide within the template as follows: {% load calendar_tag %} <div> <div>Calendar: </div> {% get_calendar for 10 2010 as calendar %} <table> <tr> <th>Mon</th> <th>Tue</th>...

Using DatePciker with no day picker.

I want to get a DatePicker Dialog with no day picker (only year and month) for credit cards expiration in a form. I checked the DatePicker source code and it's not seem to be suporting such feature as not showing once of it's pickers. Any other widget to do it or do i have to create my own widget again... ...

C# Creating a custom control

Hi, I need help creating a .dll file from a custom control so that it can be used on other projects. This is the first time I am doing this, and I couldn't find much help via google so help would be much appreciated. I have this code and I know I have to compile it as a class project, but I really don't know how, so I'd appreciate it if...

Using MPMoviePlayerController - Can we Add Custom Buttons?

Hi Guys, I am creating an app that plays a video. This video is promotional material for a company. It details some of their products. What I want to do is create a button that can "jump" to a specific product. If you click the Product A button, you can jump to the section of the video about Product A. I've got a basic (and I mean basic...

Customize WordPress comment post query

Hello! I am trying to extend the functionality of the comments in a WordPress install. I read allusion to an elusive 'custom comment type' functionality, but could not find any information. Instead, I was thinking that I would add a custom column ' to the 'comments' database table. That's the easy part. What I have no clue how to do is t...

custom module links not appear after upgrading the magento. it will work on local machine but not work on live?

Hello, I have one big issues don't know due to my mistake or magento's structure. i have update the magento to 1.4.1.1 and all work fine on my local machine but when i have moved it to live then in admin custom module's link are not appeared . i have also tried for clearing the cache and re login but it wont work.. can any one help?? ...

Wordpress multiple custom metabox values?

Hi. I'm trying to add a feature to have multiple featured images to a theme I'm creating similarily to this (from the theme Habitat by Kriesi on themeforest.net): http://s3.envato.com/files/1163033/images/5_backend_post.png You can see there on the right that there is a way to add as many featured images as you want. This requires that...