frameworks

Javascript or PHP or Zend Framework - how to check previous url?

Note: For marketting analyze, this url is in many other websites (ex: http://mysite.com/marketting ). So user clicks it and comes to my site. Problem: But how can i check from where he came from? Did he came from facebook/ or google.com/ stackoverflow.com or wordpress.com or etc.com How can you find, which link he clicked and reached t...

C# .NET 4.0 Testing Framework?

If I'm not mistaken, NUnit is the de-facto standard for unit testing, but I've just downloaded it, wrote a simple test, and then apparently I have to fire up the GUI and load my .exe assembly, which simply failed. I tried editing C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\nunit.exe.config As suggested in this question, but that...

.NET Wizards Frameworks

I'm aware that there is an ASP.NET Wizards Control however this is fairly basic and doesn't offer a whole lot of flexibility. I was wondering if there was a .Net based wizards framework that allowed you to build complex wizards with some of the following features: Re-use steps between wizards Dynamically control the wizard flow Per pa...

Google App Engine + JSON based service + Authentication

I am new to GAE (cloud based development in general actually) and I am looking for some advice. I am looking to use GAE only as a service (REST + JSON) with my client-side in Sproutcore. I am looking to find a light-weight service-based framework that will provide me with strong security (authentication, protection against XSS etc). Ja...

PHP / MySQL Frameworks for a basic CRM System

Perhaps, using the word CRM is a bit of a misnomer, essentially, I'm looking for a fast and easy way to create a front-end so that others in my organization can utilize a MySQL database that I've created that manages lists of respondents to marketing research surveys. I would need to do the following through the proposed front-end: ...

HTML5 canvas advanced framework

Hi, I need HTML5 canvas framework to do: draw object (e.g. rectangle) on onmouseover event of the object change color/border style on click do some js action thx EDIT: I have finally decided to use raphaeljs (alternative would be dojo). This framework is awesome. (It doesn't need HTML5 canvas and uses SVG) ...

[Zend Framework] Do an ZendX autocomplete in a layout

Hi there, I would like to use ZendX_Jquery autocomplete in a partial, which is in my layout. How can I do that : My layout : <div class="prefix_11 grid_5" id="header_search_engine"> <?php echo $this->partial("/common/_search_engine.phtml"); ?> </div> An action : public function autocompleteAction($search='') { $this->view->...

How separate are C# and .NET?

I see language features like C#'s foreach loop (which requires the use of IEnumerable), and its using syntax (which uses IDisposable, knowing which method to call), and LINQ (which I assume uses a heap of .NET stuff too). All of this seems very tied-in to the .NET framework. So: Could C# exist with a different framework? (Does it alrea...

Best way to bridge two large PHP frameworks

Hi, I've made several php scripts as a plugin for one large framework. My scripts use its libraries quite often. Now someone who is using another platform, with its own libs and so on (probably just as powerful as the framework i use) wants to call functions in my scripts. What's the best way to make my scripts callable from another fr...

Windows Form .Net 1.1 & WCF

Hello Guys, I've been tasked with finding out if it's possible to have a WCF service that can be hooked into by a Windows .Net 1.1 application, as well as newer web applications and one mobile app. I've done a fair bit of reading on the subject but I've got next to no experience on winforms or the .net framework prior to 2.0. Any help...

MessageUI problem

I have added the message ui framework to my application and it is working fine on 2 devices (ipod 2G with ios 3.0 and iphone 4.0 with os 4.1). But when I gave the code to the customer (iphone 3gs or 3g with ios 3.0) he sent me this log that was shown him after building and running application. 2010-10-11 14:29:33.849 GhostCamera[31099:2...

Events Website CMS/Framework Suggestions

I'm planning to build a website that has the following in the first Phase Events List Events Management by admin Register for events (buy tickets) News List Manage News Support Multi-Language In the next phase i would like the site to be a social networking site (considering elgg) I want the website to be light and fast. I've tried ...

I'm trying to pick a framework for a product I'm about to build, and so far I'm leaning toward Nagare... Any thoughts?

http://www.nagare.org/ As far as the type of product and framework usage, think something like Facebook (it's not exactly a social network, but close enough for evaluation in this context). Basically, I'm just looking for something robust, scalable, easy to work with (small learning curve is a plus), compatible with older browsers, and...

What is a good open source ecommerce package?

Here are my requirements: Needs to run on a lightweight open source web app framework. Must be open source. Needs to be able to run in a clustered server environment. ...

Modeling a badly designed database using Entity Framework

Hi, I am trying to model a database that is badly designed. The POCO objects I came up using Entity Framework(EF) do not represent the business entities accurately as I am limited by bad DB design . I am planning on having my business entities defined separately and have them map to POCO. So it would be something like: Business Entiti...

How is extra script layer implemented?

If you have ever worked on alfresco, you must know the web script layer in it, my question is how does alfresco implement this ? What framework does it use? If you don't know alfresco, then my question is : how can I implement a script layer to expose my service layer as a JavaScript style object? With the layer, I can write the follow...

What is the difference between an API , framework and middleware?

Hey guys Just Randomly got this question in my head! Whats the difference between API , Framework and middleware? Essentially all of them provide abstract low level services to apps. In that case why is dot net called framework and windows API called well.. API? ...

Including headers from custom framework in XCode

Am I supposed to adjust FRAMEWORK_SEARCH_PATHS or HEADER_SEARCH_PATHS when I add custom frameworks to the project? I have MainProject.xcodeproject that links SomeFramework.framework that's simply dragged from "Products" in SomeFramework.xcodeproject to "Link with Binary Libraries" build phase in main project. Framework contains all req...

2d Framework c++

I'm looking for a 2d framework with such things as layers/particles/screen manager/sprite batch/parallax/etc coded in c++ out there? I'm looking for somethings that doesn't necessarily have graphics, because I want to add it on to airplay sdk. Or something I can easily rewire to do the graphics through airplay. ...

Which is better framework Java/GWT or Scala/Lift ?

Hi folks, I wanted to start a new web application project and I am confused between two frameworks that is GWT(Java) or Lift(Scala). So I want your opinion which one I choose? Both are good according to my project requirement. So on the basis of frameworks comparison please tell me which is good? ...