frameworks

Recommend visually appealing table-driven web forms management framework?

Nearly all our work is "by hand" with some excellent in-house frameworks. However, these are for ERP-style applications and are (sometimes too) complex. Working with more business-critical applications, one focuses on function and not pleasantry. We have a need to bring up some non-trivial "external-facing" data entry forms. There wi...

html/css framework, what should I definitely not miss?

I'm working on a little html/css framework that I can use for most of my websites, at least to have a basis to build on. Here's what I've been using so far: CSS framework Reset.css - I use the one by Eric Meyer, www.meyerweb.com. Typography.css - All main typography styles for the site (from blueprintcss.org) Forms.css - basic fo...

.Net framework for symbian

Is there any .Net framework for making symbian application? ...

Create a desktop widget framework using asp.net.

Hi, I like to create a desktop widget framework using asp.net. its like yahoo widget or google widget any one able to create a simple widget application and plug in to this framework.any one give me idea for this how to develop this framework? ...

PHP framework or library for DB abstraction, secure login

I am building a site that requires a lot of MySQL inserts and lookups from different tables in a (hopefully) secure part of the site. I want to use an abstraction layer for the whole process. Should I use a PHP framework (like Zend or CakePHP) for this, or just use a simple library (like Crystal or Doctrine)? I would also like to make s...

Kohana 3 : Prevent a controller action which renders a sub-vew from rendering if not called from approved controller

Let's say I have the domain www.example.com It has a default controller called 'account'. This controller is based on a template, and creates a view using it's data, and the result of a couple of other controller's renderings. Let's call the other controllers, 'game', and 'stats'. These 'sub-controllers' call View::factory with their...

Javascript frameworks used on server side to extend Javascript core?

There are a lot of frameworks for the frontend: jQuery Prototype Mootools YUI ExtJS Dojo Could these be used on the server side to extend Javascript native classes for example: object2 = object1.clone(); And is this a good way of extending Javascript? Cause I don't want to create every basic function I need but lacks from Javascr...

Using Zend Framework for highload projects

Hello. Zend Framework is a good framework but not very fast. Can you tell whether it's worth using Zend Framework for highload projects, for example, for email marketing service that can inlude about ten or houndred thousand of users? Is it possible to achive acceptable performance using Zend Framework? Has anybody such an expirience? T...

Any 3D Frameworks for IPhone not Engine

Hi , I got the cocos2d framework for create 2D animation in Iphone, there is any framework for 3D animation I got Some 3D engine like SIO2,UNITY,etc... But i need Framework!!! Like cocos2d any cocos3d is there??? Pls give any suggestion for me!!! ...

JSON Framework and user input validation

Hi guys, I use JSON framework in my iPhone application to send text user input to server. This data will be stored in DB and displayed on web afterwards. I want to ask what I should be aware of safety-wise. I tried to add to my input different symbols (like ":" , "} and so on) to close/break my JSON but it seems that JSON Framework ...

Few Logical Programming Questions.

I started coding recently, and this community has helped me a lot understanding many things which I was not aware of. However, many reputed coders instructed me of some patterns, the way I have to code and the way I shouldn't write codes. Although I accepted their suggestion with gratitude, there was many thing I couldn't understand. I...

Arguments for not using a framework

A little while ago I read a great article which described a number of reasons against using any of the RAD frameworks available for PHP. Basically, it argued that a good framework should get you off the ground quickly, and then should get out of your way. But none of the PHP frameworks did that. It pointed out that Django was good at ...

a table of forms that updates MySql database, PHP framework

I am on the lookout for a good PHP framework and/or ORM. I'm thinking that I'll go with the one in which the following is easy/clean to implement: A table of forms filled out with DB values. If you change a value or add a new row, pressing "save" will update or insert DB rows and redraw the table. The data comes from a few different t...

What are some active PHP frameworks with good documentation?

I've been searching for a framework for the past couple weeks and I must say it's not bee very good. So far I've tried Code Igniter Kohana Dingo Looked at (started to try) Symphony Yii and read up on many others but I can't seem to find one that I find usable. Usable for me being simplistic in the CI and Kohana sense, i.e more m...

Where can I find a good open source user account management class/library in PHP?

I am looking for a good framework for user and user group management in PHP. I want a to be able to add/edit/delete profile, save in a db; add/edit/delete groups; assign a user as group leader, nothing more. I tried http://www.phpclasses.org. There are many options there but I simply don't know which once to go for. I don't have much t...

What Web Application Framework for Delphi is recommended?

There has been some activity in the Web Application Framework area for Delphi (Win32). There are many new projects around, and I would love to see a overview description of their features (code and documentation quality, unit test coverage, ease of installation, minimum Delphi version, security, session management, database access, URL m...

EntityDataSource Show Entity Data With It Navigation Properties

Hi i have a entity that cold Users that have a navigation property UsersData that have a field "LastLoginDate" what i want to do is use EntityDataSource to display some information of the users inside a GridView (I don't want to do it from code behind with linq) . I tried to use Include property of EntityDataSource but i don't know how u...

Create Edmx from C# Code - Not from database

Is it possible to generate an Edmx file by creating the collections (schema, conceptual, mappings) and mappings in code and building it up in C#? Note - I've used EdmGen and EdmGen2 which read from a database to create the Edmx. I want to be able to pass the specific items into the metadata without pointing at a database. Any ideas appr...

Is Zend Framework inspired in other frameworks or ideas?

There are a lot of PHP frameworks inspired by Ruby on Rails (CakePHP, Akelos, symfony). Is Zend Framework inspired in other frameworks or ideas? Do you have references (websites, books, etc) talking about it? Thank you. ...

intergrating a MVC (php) Framework with a CMS

Is there a way to build a large-scale, multi-user (meaning users can register and login) web application / website with a php framework like symfony (MVC pattern) and intergrate a CMS like wordpress to manage the site? My desired goal is to use wordpress to manage the content of the site, and quickly and easily add new features to site ...