BlogEngine.Net - Headlinepost always on top of start page
Hi, I am using BlogEngine.Net 1.5. I want to show the last post of a certain category always on the top of the start page (like a headline). Any ideas? ...
Hi, I am using BlogEngine.Net 1.5. I want to show the last post of a certain category always on the top of the start page (like a headline). Any ideas? ...
I'm implementing our school's website using Wordpress as CMS. So far, it works well and i'm 80% done. Our website is basically 11 wordpress pages and a blog. Now, there is one feature i'm not sure how to resolve. We want to have "testimonies" of past students to be displayed across wordpress pages, in a specific area of the page. They w...
I just used UIAlertView to show "loading..." with a progress bar showing how much data my app is loading so far. And as the HIG says, I'm doubt Apple reviewers will approve that action. Since the alert is not supposed to "alert" users when things are going on normally. So, if I override it with a custom background, would the Apple revie...
At my company we develop prefabricated web applications. While our applications work as-is in many cases, often we receive complex customization requests. We are having a problem in trying to perform this in a structured way. Generic functionality should not be influenced by customizations. At the moment we are looking into Spring Web Fl...
Can I change the default icon used on a Winform? Most of my forms have their icon property set to a custom icon. For the few forms that slip through the cracks, I don't want the generic "hey look, he made this in visual studio" icon. One solution is to tediously check every one of my forms to make sure they either have a custom icon s...
I have an NSTableView with several text columns. By default, the dataCell for these columns is an instance of Apple's NSTextFieldCell class, which does all kinds of wonderful things, but it draws text aligned with the top of the cell, and I want the text to be vertically centered in the cell. There is an internal flag in NSTextFieldCell...
I want to be able to change the default mapping of actions with RESTful url and type of request. For example, After adding map.resources :fruits in the routes, by default, sending a GET request to /fruits/:id calls show action in fruits controller. However, I would like to call a custom action, say display, in the fruits controller in...
I'm using VS 2008 and I notice a lot of wasted screenspace, such as the Error List upgrade I propose below. Is there any way to change the way panels are rendered to make them smaller? Or maybe some addon to VS that does what it does but with compacted panels. Current Error List - Only 2 errors visible Future - 6 errors visible in s...
I'm asking this question because I haven't seen it documented anywhere. We are using a combination of Team Foundation Server 2008 and Team Explorer 2005. Is it possible to deploy a custom check-in policy that works in such an environment ? Obviously, the custom check-in policy contains some code that must run on the client-side (in ord...
I want to customize the headings of my tables outputted in a dynamic data website. Specifically, if a column has a name like "PhonebookManager", I want it to display, "Phonebook Manager" (note the space). Where should I be looking to get this done? ...
When I try to create a new class in Eclipse using the CDT plugin I enter in the name of the class. For example MyClass. This generates the default file names MyClass.h and MyClass.cpp. I want to change the default file naming to be of the form my_class.h and my_class.cc. Can this modification be made and if so can it be done from wit...
hello, Mission i would like to customize the search field and button on my wordpress blog. the search textfield and button i have in mind will have 3 states: off :hover :focus so i will need to have 3 different DIV ids for each of these 3 states. Search's Text Field specifics additionally I will need there to be the text "search s...
Hi, I need to develop an eCommerce website using PHP. I am not sure if to use Magento or use CodeIgniter and write the site basically from scratch. I have experience with CI and no experience with Magento. My questions regarding Magento: Performance: I read that it has performance issues. Is it the case for the latest version too...
Hi all, since I did'nt find any related information on the topic I post the question here: Does the Angel LMS has an plugin interface like let's say moodle or webCt? I figured there's some coding interface which produces something like portlets, does anyone have more specific information on this topic? thx, K ...
We are building an intranet application that would use integrated windows authentication. The application would require custom actions and roles to secure different parts and functions. My current idea is to extend active directory by storing the roles and actions in a different database linked to an active directory user using the SID....
I've spent a few hours searching for this, and can't find it, so I'm asking. Why here? How can I customize Eclipse so that when I create a new JUnit test class or method, it includes different items? For other source, I'd just go into Window->Preferences, and change the templates. But for JUnit, that doesn't seem to be possible. I...
Everytime I start typing $( to call a jquery command visual studio 2008 automatically converts that to: $addHandler( ... I have to delete that and retype it every single time. Is there a way to fix this change it? ...
I need to add a button to the title bar of a Wicket modal window. I can't find anything useful in the Wicket API that will help me. Is there any way to customize the title bar in this way? ...
Hi! Is there a way to send e-mail from a MSBuild script using a task that get a connection from a SMTP server that listens to a non-standard port? I've seen that tasks from Extension Pack, Community Tasks and SDC Tasks provide an attribute for the SMTP server name but no attribute for the server port. Any idea? Regards, Olivier. ...
I'm currently changing my theme and I need each individual code of each widget. For example I need the rss widget, or categories widget or comment widget, etc. I want those widget integrated in my footer. Where can I see the code? I have no idea where to begin look... ...