Tagged Questions

0
votes
3answers
112 views

The differences between Python and PHP [closed]

What are the differences between Python and PHP? What are things that Python is good at and what are things that PHP is good at? And last question, Can I mix Python and PHP in the same website? I …
5
votes
6answers
235 views

Is LAMP the cheapest way to run a dynamic website?

I know that .NET cost alot if you are thinking from different points of view: the database, the servers,etc. When I think about Java or JSP I'm not sure how much does it cost and how it is comparted …
1
vote
2answers
99 views

Minimal Refresh(F5) Web App Development

Although questions similar to this one has already been asked and I can perhaps assemble the answer for myself by reading already posted materials. Still I am going ahead with the question, cause I …
0
votes
2answers
56 views

What is the best PHP ORM library ?

i want to build a PHP web application , but always faces the problem that i need to connect to database an deal with related objects so i'v tried codeigniter and it uses a special way to connect to …
0
votes
0answers
20 views

Basic CMS for adding contacts, searchable by postcode on the front end. [closed]

Any recommendations for a basic CMS to input contacts using a variety of categories, which is searchable by postcode on the front end? Or am I looking at a custom cms for this?
5
votes
6answers
264 views

PHP, HTML, Javascript and writing good practices

I realized I have to write down a convention specification about HTML, JavaScript and PHP coding for me and my team. In web development, just like in C++, I'm definitely a fan of indentation and …
3
votes
4answers
100 views

Should a poll framework be closed sourced

I was having a chat with a coworker who is working on a polling app and framework. He was asking technical questions and I suggested he open source the application to get more quality opinions from …