: All Posts
How to make custom error pages work in ASPNET MVC 4
I want a custom error page shown for 500 404 and 403 Heres what I have done Enabled custom errors in the webconfig as follows ltcustomErrors modeOn
Read more →
How to merge two files line by line in Bash
I have two text files each of them contains an information by line such like that file1txt file2txt linef11 linef21 linef12 linef22 linef13 linef23 I would
Read more →
How to read file contents into a variable in a batch file
This batch file releases a build from TEST to LIVE I want to add a check constraint in this file that ensures there is an accomanying release document in a
Read more →
How to retrieve checkboxes values in jQuery
How to use jQuery to get the checked checkboxes values and put it into a textarea immediately Just like this code lthtmlgt ltheadgt ltheadgt ltbodygt ltdiv
Read more →
How to split a comma-separated string
I have a String with an unknown length that looks something like this dog cat bear elephant giraffe What would be the optimal way to divide this string at the
Read more →
iOS - Calling App Delegate method from ViewController
What I am trying to do is click a button that was created in code and have it call up a different view controller then have it run a function in the new view
Read more →
iOS app The application could not be verified only on one device
I have two iphone devices 4s and 5 connected to my computer and i am trying to install an application in both the devices It installs pretty well in iphone 5
Read more →
Is it possible to animate scrollTop with jQuery
I want to smoothly scroll down I do not want to have to write a function for that especially if jQuery already has
Read more →
Is it possible to remove inline styles with jQuery
A jQuery plugin is applying an inline style displayblock Im feeling lazy and want to override it with displaynone Whats the best lazy
Read more →