Top "Frameworks" questions

A framework is an existing library or set of libraries that provides overarching application structure so that the developer can focus primarily on their application's implementation details instead.

Laravel blank white screen

My laravel site was working before, I recently upgraded to Apache 2.4 and PHP 5.5.7. Now I'm getting a white blank screen …

php apache frameworks laravel laravel-4
What is middleware exactly?

I have heard a lot of people talking recently about middleware, but what is the exact definition of middleware? When …

frameworks middleware
What are alternatives to ExtJS?

So what I'm looking for is a javascript framework I can use that has several UI controls. I have taken …

javascript extjs frameworks
How to filter (key, value) with ng-repeat in AngularJs?

I am trying to do something like : <div ng-controller="TestCtrl"> <div ng-repeat="(k,v) in items | filter:…

javascript angularjs frameworks ng-repeat angular-filters
Where do I put image files, css, js, etc. in Codeigniter?

Where is it acceptable to put css folders and image file folders? I was thinking inside the view folder? However …

codeigniter web-applications frameworks codeigniter-2
Web scraping with Java

I'm not able to find any good web scraping Java based API. The site which I need to scrape does …

java web-scraping frameworks
How to get root directory in yii2

yii2 Question My yii2 install in d:\wamp\www\yii2store I want to get above path to save images …

php frameworks yii2
Get current URL/URI without some of $_GET variables

How, in Yii, to get the current page's URL. For example: http://www.yoursite.com/your_yii_application/?lg=pl&…

php frameworks uri yii current-page
Vue.js—Difference between v-model and v-bind

I'm learning Vue with an online course and the instructor gave me an exercise to make an input text with …

javascript mvvm frameworks vue.js frontend
Difference between framework vs Library vs IDE vs API vs SDK vs Toolkits?

I want some examples. I always get confused, so with some examples I might be able to figure it out …

api frameworks sdk ide terminology