based

End-to-End application testing from a users standpoint

I am looking for a good way to consistently test my web applications from the end users point of view. I have all kinds of ways to check to make sure my code is working behind the scenes. I can't count the number of times that I make a change to a piece of code, test it and it works fine and then deploy it only to have it blow up somewhe...

Writing web based/desktop application

I want to create a simple program similar to http://www.basecamphq.com/ that allows you to track progression and completion on projects that will work across a computer network or by the web (really which ever is the easiest to accomplish) The program would be relatively simple but need to have a database that could be edited using a si...

Best technology for Java based simple CRUD web site

I want to create a CRUD (create, retrieve, update, delete) web site using the simplest Java tools. This site will allow users to manage four tables, two of which are reference tables used to build menus and two of which will undergo CRUD activity. I'm leaning toward Stripes but I would like to hear the opinions of experience developers...

Themed based usercontrol asp.net

Is there any way to use a specific usercontrols depending on which theme the site is using? Scenario: I am using themes in my asp.net project. I am going to have same codebase and different look and feel and so using themes & skins. Now the problem is if I want to have different headers & footers (which are usercontrols) depending on th...

Recommended Model Based Testing Tools

Does anyone have any suggestions on what Model Based Testing Tools to use? Is Spec Explorer/SPEC# worth it's weight in tester training? What I have traditionally done is create a Visio Model where I call out the states and associated variables, outputs and expected results from each state. Then in a completely disconnected way, I data d...

Looking to get into the turn base webgames business....

Ok lets start off with info about myself.... that way there is no stone unturned. I am a adult, 27 years old. so this isnt a joke or a passing fad. Im into computers, how they work and how apps and games are designed from the ground up and made. I have ZERO programming back ground. I went to college for the wrong thing. I love ...

TSQL table based function returning different tables

Hi, I am triyng to write a table based fuction so it returns a different results depending of the value. I have: CREATE FUNCTION [dbo].[tblfn_GetAnyDataSet_As_View] (@DataType as varchar(50)) returns table asreturn select * from (select * from table1 UNION select * from table2) DATA where DATA.DataType=@DataType and I want to up...

Hide or remove a tab in tab based application in Xcode

Hi Guys, I am very new to iPhone and Xcode. I am trying to create a tab-based application, in that from the first page, when a button is clicked, I need to remove/hide some of the tabs added in the tab bar. Can any one help me out please. Thanks and Regards, Bala. ...

Real time browser game server

I'm mostly looking for setup advise and pointers on how to go about going about this. I'll explain in as much detail as I can think and also note possible approaches that may be plausible. The aim of this is to create a real time browser game, the best method that I have found for my needs would to use "long polling" with ajax, which wi...

db2 time based trigger

are there any time based triggers in DB2? ...

Set control property based on checkbox state

I have a custom .net control like this: <myControl:control1 ID="dimDataSource" runat="server" SelectorType="red" EnableViewState="False" > </myControl:control1> I want to add a property that varies with the state of a standard html checkbox. (but if this can't be done, i'll add a .net checkbox) So here's a checkb...

Cancel Cocoa Doc Based app Save method?

How can I cancel the automatic display of the Save Panel when closing windows in a doc based Cocoa app? Thanks Paul ...

What's the best way to handle navigation in a WPF application following the MVVM pattern?

I've seen this done inside of an event handler directly behind the .xaml file however it doesn't seem like this would follow the MVVM pattern: MainApplication.mainFrame.Navigate(new HomePage());. Is there a better way for handling navigation with the MVVM pattern perhaps in the ViewModel? or in the XAML? ...

role based access

hi, i am using asp.net with c# .I have 5 roles such as manager,super user, team leader etc .Depending on the role the user sees the data as restricted to him ,only super user can manipulate that data etc.I am using forms authentication.Can anyone provide the code or any form of help is appriciated. Please help ...

Sort a data grid based on a specified column.

Developed a winform project using VB 2008. I'm using a .xls sheet as source. My appln has 7 columns and unspecified rows. I want to sort all the columns based on a specified column and allot a serial number as per the sorted order. If two items in the specified column are same we should consider another column for the equal items and sor...

Guide need to build a JSP based webapplication

I want do a web-application that consists of the following pages: Main, Inventory, Shopping, Login, and Report. All will be JSPs and all will be called using the MVC pattern where one of two servlets uses the RequestDispatcher to call the appropriate JSP. This uses server-side forwarding and not redirection. I have ER diagram: http://ti...

Open source tool for hosting projects similar to "Google Project Hosting"

We are looking for open source tool for hosting our internal projects like "Google Project Hosting". The tool should support individual wiki and version control for each project and it should be easy to configure for each project like in google code. We explored trac but seems it lack good support for multiple projects. The tool will be ...

SQL Policy based management - Problem with ExecuteSql() based conditions

I have created a SQL condition using ExecuteSql() and enabled a policy based on this condition for Stored Procedure facets. When I evaluate this policy “On demand”, it runs perfectly fine and gives the desired pass/fail results. However, if I run this “On schedule”, the policy runs incorrectly and from the SQL Profiler, I am able to figu...

Web based VNC client ??

i am currently developing a web app which has a part where i have to open a specific machine through VNC to see its desktop. i am required to have a web based VNC client , which means it shouldn't install a server or any other file on the client's side, the client just opens the web browser and puts the ip of the targeted machine to Open...

Tab Based Controller Connection Issues

Hey there, I have an issue . I have code that reads in RSS feeds, its navigation based. RssFunViewController - > thats the view for the table (list of feeds) NewsDetailViewController - > thats shows more information about the news feed which was selected by user (in a new view). But when i try to use it in a tab-based navigation pr...