SQL Server 2008 Full-Text Search feature can be used by application developers to execute full-text search queries against character based data residing in a SQL Server table
In C++, features like exceptions impact your whole program: you can either disable them in your whole program, or you need to deal with them throughout your code. As a famous article on C++ Report puts it:
Counter-intuitively, the hard part of coding exceptions is not the explicit throws and catches. The really hard part of using exceptions is…
The Search Contract feature helps improve the accessibility of your application. When a user is trying to search for something through the charms, you see a bunch of apps that get listed below. You see that Store, Howzzat Book and Live Reader apps have implemented this feature. So a user types in some text and clicks on one of these apps and this…
I am a bit confusing and I need your help to undertand my problem.
I have developed a web application (PHP, JQuery) for one of my customer.
Recently, my customer ask me to add a new feature permitting PDF to JPG conversion.
After web browsing, I have discovered that iMagick (Apache licence) PHP extension with GhostScript (GPL licence) is the…
I have a page of 10 products. Each product has a list of (7) features associated with it. If a user hovers over the name of the feature, (ex., "Moisture resistance), a tooltip description displays.
The descriptions ( a sentence or two), are loaded once on the page using Javascript, but the titles are not, so I essentially have a bunch of…
In a book I have, there is a following classification of defect:
Critical : A defect receives a “critical” severity level if one or more critical
system functionalities are impaired by a defect with is impaired and there
is no workaround.
High: A defect receives a “high” severity level if some fundamental system
functionalities are…
Problem is, we have developed a small CMS, that is different per implementation (currently).
Of course development of this is never complete. Sometimes, we are working on more than one project that implements it (by copying-pasting the code files of the CMS to each project), and we add a new feature that we want to share on other…
On personal projects (or work), if one gets stuck on a problem, or waiting to figure out a solution to the problem, if you jump to another section of your code, don't you think it will be a good reason your application will be buggy or worse yet never get completed?
Assuming you are not using git and code each feature to a…
I'd like to join three ideas into one interesting and sometimes useful feature. There was a question about using multiple passwords earlier this year, but it didn't receive much attention. I'd like to ask the question again after showing an interesting and new way to use the feature. The three original posts I found to be…
I'm developing a basic triangle mesh raytracer on a short deadline.
This means I can't implement every feature I come across, so I'm looking for some feedback about which features you think are most important, taking into consideration the performance of the feature and how much punch it packs.
I'm especially looking for…
NetBeans 7.1 RC 1 is here. Grab it from the usual place!
As previously discussed, NetBeans 7.1 has full JavaFX 2.0 support but also a lot in store for Java EE and Web developers (CDI in particular is very neat).
One of my personal favorite feature is that Deploy on Save is now set by default on Maven…
I have SharePoint 2010 installed on a Windows Server 2008 R2 machine which is also hosting SQL Sever 2008 R2. I am attempting to deploy a solution that includes web parts in the 2010 environment that is working fine in MOSS 2007.
The Web Part feature has a feature receiver that updates the web.config. When I try to…