I understand there are a number of small applications built on MVC. Is there an enterprise application sample that is standardized and uses best practices?
I need to import yahoo,Live and AOL contacts list. I have already done gmail(their website has the whole hting explained properly). but cannot find much help for live, yahoo and aol for vb.net. Any help will be appreciated. some small source code or where to download API's.
Thanks
What are the best known labs for research in CG especially raytracing/rendering? I want to pursue Masters/PhD in this field and though I have been working on projects such as raytracers, it is all self-driven.
What would be a good place to start, perhaps as a research intern?
Also, what kind of background is expected for admissions in these programs, in terms of programming skills, formal education etc.?
i'm looking to learn about SSO, and heard about Sun Access Manager and openSSO(?)
I want to build a small system that does SSO, like have Apache as a front end working with an SSO server.
Should I investigate Sun AM and is openSSO a product?
Do they offer these free for developers?
Thanks
A common file may be used in one more projects and such files will be shown as a linked file in VSS database. Actually such files are kept at a unique location within the database. Is there a way to get the original storage location of a linked file ?
Is anyone having experience working with pycassa I have a doubt with it. How do I get all the keys that are stored in the database?
well in this small snippet we need to give the keys in order to get the associated columns (here the keys are 'foo' and 'bar'),that is fine but my requirement is to get all the keys (only keys) at once as Python list or similar data structure.
cf.multiget(['foo', 'bar'])
{'foo': {'column1': 'val2'}, 'bar': {'column1': 'val3', 'column2': 'val4'}}
Thanks.
We are working with a PHP application which has no concept of switch-able themes; the situation is that we are modifying the application to add our own features, and CSS/Smarty templates for our own look and feel.
We have 2 projects base on this application, each with a different layout/presentation. Hence I need to have one repo for the base application files, and one for the CSS/smarty templates. How should I go about doing this?
I'm using Fluent Nhibernate with the following query on DerivedClass which extends BaseClass:
var query = Session.CreateCriteria<DerivedClass>().SetLockMode(LockMode.Upgrade)
What I want is the lock hints (updlock, rowlock) to be applied to both DerivedClass and BaseClass, but the generated SQL only applies the lock hints to DerivedClass:
SELECT * FROM DerivedClass this_ with (updlock, rowlock) inner join [BaseClass] this_1_ on
this_.Id=this_1_.Id WHERE ...
This is the same situation described in http://opensource.atlassian.com/projects/hibernate/browse/HHH-2392
If anyone could point me in the right direction it would be much appreciated.
Is the proliferation of open source licenses just another example of programmers living NYI (Not Invented Here) syndrome? I know there are some big differences between some of the big licenses (e.g., GPL, Apache, BSD) but when you start looking to see many projects creating their own licenses. Why?
References:
http://en.wikipedia.org/wiki/Open_source_licenses
http://developer.kde.org/documentation/licensing/licenses_summary.html
I read a lot, also here, but couldn't find a simple way to do it:
In objective c -
I have a big UIImage and a small UIImageView. I want to programmatically shrink the content of a UIImage just enough to fit the smaller dimension within the UIImageView. The larger dimension will be cropped, and the result will be the maximum I can get from an image without changing the proportion.
can you please help me?
For documentation and further inspection, I would like to run an 'extract strings' on all DFM files in many projects. Are there command line tools which can do this? The DFM files are all in text format.
Hello
If have a new project (ProjNew ) where i want to put several classes, that are on other project (ProjOld).
The problem is i want to maintain the old classes marked with Obsolete to avoid running all my projects and check if they using it.
But in that way this may throw a ambiguos class name error because i didn't explicity call by namespace..
There is an way to say in the obsolete what assymbly to use in ambiguity case=
I have a small server application I wrote in Java running on my web server. The client application I wrote can connect to the server and it receives data, but the server does not receive any data sent by the client. Any idea what the problem could be? The two communicate fine on my local machine.
UPDATE: looks like I've misunderstood what TempData is for and what it isn't. It definitively shouldn't be used to "keep certain session-wide data" as I asked initially (see ASP.NET MVC TempData Is Really RedirectData why). I've modified the question accordingly.
Has anyone used CookieTempDataProvider for TempData storage? Are there any caveats to watch out for (apart from keeping the session storage small)? Any issues with using it on Web farms?
I am writing a small windows script in javascript/jscript for finding a match for a regexp with a string that i got by manipulating a file.
The file path can be provided relative or absolute. How to find whether a given path is absolute/relative and convert it to absolute for file manipulation?
Having no end of trouble including a large landscape pdf in a portrait .tex document (using pdflatex).
When it does show up, only the leftmost end of the pdf shows up, now matter how small i make the scale. And i cant seem to get it to show in landscape mode at all...
Is anything wrong with the code i am using?
\begin{landscape}
\includegraphics[scale=0.1]{Appendix2.pdf}
\end{landscape}
Hello,
I have a small web service that returns an xml. at the top of the xml it says: ?xml version="1.0" encoding="utf-8" ? . Is there a way I can change the webservice so it wont include this line in the response?
TY
I have a small NSTableView with a checkbox. Whenever the checkbox is not checked, I want one of the adjacent NSCells to be grayed out and inaccessible.
However, I can't figure out how to address only one specific cell. -dataCellForRow of NSTableColumn always changes the template cell for the whole table column.
How can I access one single cell?
Hi,
I am having multiple points in a plane and some hundreds of lines pass through those points. Some points can have more lines passing through them than other points. I want to show some kind of more gradient or brightness associated with lines crowded together. Is this possible to do in java2d.
Please refer to this : http://ft.ornl.gov/doku/_media/ft/projects/paraxis.jpg
Thank you.
Hi
I'm using Google web toolkit to develop a small login page. I'm using GWT Designer. My problem is that the rootPanel is not being displayed at the centre but at the top-left corner of the browser. How can I put it at the centre of the page plz?
Thanks and regards,
Krt_Malta
Hi all,
i have a solution sln, with several projects (vbproj, csproj), and I have Windows Application, and I use ClickOnce for publish it.
Now, I need automatize the Publish option using msbuild or another good solution (cmd, vbs, bat scripts).
Any help about it ?
thanks in advanced, greetings
I'm looking for an open-source Scrum project management tool for a small dev team (3 to 6 developers). I've been impressed by trac but I don't need its bug tracking feature as we already use Mantis. I'm having a look at iceScrum which seems feature-full and shiny but a bit cluttered. A solution that integrates into eclipse would be a plus.
MSBuild in TFS 2010 has been replaced by Windows Workflow 4.0. It means when you are creating a Build Definition, you won't have a TFSBuild.proj to edit instead you must edit a workflow to customize your build.
BTW am I correct if I say Microsoft is not supporting MSBuild in TFS 2010 and learning MSBuild as a TFS 2010 Team Build administrator doesn't worth?
And another more question: Is microsoft going to replace Visual Studio Projects' language from MSBuild to something like Windows Workflow?
Many Thanks
I'm developing a small project, that is an C# web service, i did that but now i want to run the web service using the protocol HTTPS, for that i have installed web authentication certificate in my system and my IIS 5.1 server is running under HTTPS protocol(i have configured in that directory security)
But now i want to invoke the web service using the HTTPS protocol, somebody told that, i need to modify the WSDL file for that web service but i don't know how to do it...
now my service url is like this....
http://localhost:2335/SWebService.asmx
here i would like to use https instead of http