frameworks

Drawing tools in C# + library code or component

Hi Can any one introduce me a code library or framework to use for drawing in C# like DRAWCLI Sample in VC++ ? thx ...

ZEND Framework with Flickr

I'm referencing this page http://zendframework.com/manual/1.9/en/zend.service.flickr.html In order to pull all albums off a flickr page. But it only lists 6 'methods' tagSearch() userSearch() getIdByUsername() getIdByEmail() groupPoolGetPhotos() getImageDetails() Where do I get a list of all the methods? ...

MapKit not working on device but works in simulator

I have added the frameworks (MapKit and CoreLocation) by selecting the Frameworks folder, right clicking, Add > Existing Frameworks. The app builds in the Simulator (3.1.3) but fails on the Device (3.1.3) with the error: ld: warning: in /Development/Sites/iPhone Projects/SwitchViews/MapKit.framework/MapKit, file is not of re...

Convert Google Docs AtomFeed into FeedSync

Hi, Is it possible to extract Google Docs' document feed and convert into FeedSync for Microsoft Sync Framework? I been searching up and down, but still hard to find and code and tutorial about FeedSync... ...

Check if J# framework installed

I have a VB.NET 2008 (FW 3.5) app with J# 2.0 as a prerequisite. For some problems I have to check during runtime if this framework is installed. How can I do? Thanks Alessio ...

Java web app as desktop app, which frameworks should I choose?

Hi, I need to make a web app that I would be able to install as a desktop application on a client PC (database, jetty+war, firefox/chrome/sth portable). The application is a quite big search app (I MUST use Lucene). There are only few screens, some dependencies in search queue, etc. Now I need help in choosing correct components. A...

eCommerce Framework, Currently looking at Magento

Hey guys, I kind of wanted to ask an opinion based question to start off with. I'm going to be picking up an eCommerce project in a month or two so I've been trying to decide which PHP framework, if any at all, I should go with. What does everyone recommend? Currently, I've been working through some Magento tutorials. One of the things...

linking mac framework to qt creator

Hi, I have a project that uses SystemConfiguration.Framework. I've been using xcode, where adding the framework is quite easy, just add it to xcode project's framework. But now, I need my project to be cross platform, so I'm using QT Creator as a single IDE, for Windows and Mac. The problem is that I don't know how to tell QT Creator ...

Sensitive Data in EF4

What would be the best way to hide sensitive data from being exposed when using the Entity Framework? (for example, a table that contains a SSN column...etc) ...

Can I include a framework in another framework?

I'm writing a framework (called Lighthouse.framework) that, in turn, uses code from another framework (RegexKit.framework, to be precise). I have copied RegexKit.framework into my own framework, so that it has a structure like the following: Lighthouse.framework/ Versions/ A/ Frameworks/ RegexKit.framework Ligh...

How can I package the .NET framework with an executable without using an installer?

I have an executable that displays a simple windows form. Unfortunately this application will not run if the user does not have the .NET framework installed. I would like to be able to detect if the user's machine has the .NET Framework installed, and if not, give them the option to download and install it. I know that this is possibl...

java collections framework history

After searching on the web I didn't found a well-done article on the JCF and what there was prior of the framework. Does anyone know a book, site or itself a good history paper on the question title? ...

.NET Framework Versions

Hi All, I'm trying to find out which versions of the .NET Framework come installed by default with each operating system. But a few Google searches reveal just a bunch of crap, with no real answers. Does anybody know any sites that have this information? Preferably coming from Microsoft. Thank you :) ...

Magento - Trouble with setting up Model Read Adapter

I was following through on Alan Storm's tutorial on Magento's Model and ORM basics and I've run into a bit of a problem. When I get to the portion where I load from the Model for the first time I get this error "Fatal error: Call to a member function load() on a non-object...". I've reset everything already and tried again from scratch b...

Entity Framework Relationship not saving

I tried following the example from MDSN: link text Here are the snidbits from my save method to add a new car to a currentuser: Private Function SaveMe(Optional ByVal pCar As Car = Nothing) As Boolean Using ctx As New NTEntities() CurrentUser = aspnet_Users.GetLoggedInUser 'Must take care of New and Update...

.NET Framework Internals

Can anyone tell a book which covers a in-depth coverage of .NET Framework (2.0, 3.5 or 4.0)? ...

Cant convert poco object from EF 4 to JSON.

Im working on a mvc 2.0 application using the entity framework. With the entityframework I use the repository pattern with poco objects. To start off with the issue, when I convert an entity object to json I get a circular reference error. After some search I discovered that there are proxy's generated to support lazy loading. If there ...

how do you keep up with all the new frameworks in language X?

Frameworks come and go with all languages and as a developer I am having quite a time trying to: pick a good solid framework in a given language concerned the framework i learn will die and i will have to learn a new framework hate 1,2 because frameworks provide so much out of the box and i hate re-inventing the wheel Anyone have adv...

Tips on writing SQL for multiple databases

Different databases have differences in SQL support & implementation. Sometimes there is a difference in SQL syntax, sometimes support for some SQL commands is missing, sometimes the database has a feature that other databases do not have. What are considered to be good practices in writing SQL queries that are good for different databa...

how to integrate google calendar in my app

how to integrate #google #calendar in my app with full function ;mutli level management CRUD ect ;any suggestions ??? my app built in codeigniter (php framework) there is other solutions easy to integrate in my application thanks in advance ...