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...
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...
Is there any .Net framework for making symbian application?
...
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?
...
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...
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...
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...
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...
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!!!
...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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.
...
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 ...