In Yii 1.1 this code works for default sorting: $dataProvider = new CActiveDataProvider('article',a
I am writing a server for an iOS game. The game is turn-based and the only time the server needs to push infor
Using VS2012 working on a VB.NET WPF application. I have a simple MusicPlayer tutorial app I am using to lea
In Visual Studio and C#, when using a built in function such as ToString(), IntelliSense shows a yellow box ex
In Visual Studio, when you right-click a method call, you go to the implementation of that method inside a cla
When a compile fails in VB.NET in Visual Studio 2008, an Error List pops up at the bottom of the screen. To ju
I have an app that sometimes needs its navigation bar to blend in with the content. Does anyone know how to
I'm trying to figure this out since last week without going any step further. Ok, so I need to apply some
I have been working to create a UIAlertView in Swift, but for some reason I can't get the statement right
Fellow devs, I am having trouble with AutoLayout in Interface Builder (Xcode 5 / iOS 7). It's very basic
I have an app where the UITableView's separator inset is set to custom values - Right 0, Left 0. This wor
I'm new to iOS and Objective-C and the whole MVC paradigm and I'm stuck with the following: I have a
Is there a way to read environment variables in Node.js code? Like for example Python's os.environ[&apos
I have a service, say: factory('aService', ['$rootScope', '$resource', function
I have an AngularJS service that I want to initialize with some asynchronous data. Something like this: myMod
I have seen both angular.factory() and angular.service() used to declare services; however, I cannot find angu
What are the differences between a Service, Provider and Factory in AngularJS?
I set an environment variable that I want to access in my Python application. How do I get its value?