CodeRush from DevExpress [closed] - coderush

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
if I may, I just would like to use this site to place some tips on using CodeRush from DevExpress...It may help some one. Thanks
from the VS IDE Menu > DevExpress > Tool windows > Coderush
click any where in your code then you will get the possible keys menu to press depending where in code you are.
eg. click control+W inside any scope and the whole scope is selected.
sample:
to collapse getter to a single line (i used to do few clicks...no more)
i do click inside getter and click control+W then right click selection > Refactor! > collapse Getter. (next time you can click on the three dots at button of your selection)
have some usefull tips, lets collect them here. good coding.

Related

iOS development [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to write supersimple iPhone application. It contains the list of buttons and if the user clicks one of these buttons, the application opens a new view with image.
My problem is that a lot of tutorials/books was created 2-3 years ago and I can't learn in parallel Objective C and understand compiler's changes.
What will be better for my "buttons" menu? What can I read about it? Help pls
Just look at storyboards tutorials, and you won't even need Objective-C for that kind of app.
e.g.: http://www.raywenderlich.com/5138/beginning-storyboards-in-ios-5-part-1

ASP.NET MVC and Excel-Like Grid Control? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have looked at Spire, Spreadsheet Gear, and GrapeCity (as well as just web-search-engines) to find a grid-like control that will allow local data manipulation that looks/feels like Excel and Access. In particular is the need for a "fill handle", so a set of 50,000 items can be edited in one box and then a user can change columns below it, simply.
Can anyone recommend something? Silverlight or Flash is fine also if HTML5 or classic JS is unavailable.
This requirement for a fill handle is a killer....
Thanks.
Have a try using Handsontable. Using Html and jquery its giving better results.
Try jqgrid also.

How to read the text box values? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am new to this ios development. In my first journey, I am trying to develope a login application on ios. Regarding this, I have created a UI with two labels and two text boxes and one button.
I have the method 'login'.
My requirement is after entering the values in text boxes, if I click on 'login' button then in the 'login' method I have to read the two values which are entered in the text box and validate the authontication(hard coded) and forward to success view.
Please give me this example.
Thanks & Regards,
Syed
Get the text inside the text field using the text property
NSString *name = yourNameField.text;

jQuery Overlay/Slide Div Implementation! [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm trying out something in jQuery and stumbled upon a site
http://pupunzi.com/, on this site, the left hand side has two buttons, when you click on either of them, there is a overlay window on the right hand side that's created.
How do I implement a thing like that!!
NOTE: This might be a wrong place to ask, please ignore is so and let me know, so shall delete this query.
If you keep looking, you'll find that they have written that effect as a plugin for jQuery and you can view and download it from the very website you've spotted it on!
http://pupunzi.com/
Look for the absolutely massive mb.jquery.components link on the home page.
Looks like they are using something like Facebox or BlockUI
The tabSlideOut jQuery plugin is what I was looking for...

WYSIWYG Rich Text Replacement [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have tried TinyMCE and FC/CKEditor and they both don't really do the job...
I wanted to get a wordpress like style...
Thanks!
Wordpress actually uses TinyMCE, with its own modifications. It's open source, so you can probably grab the editor from Wordpress itself.
Otherwise, you have choices of using YUI Editor (although it may be too simplistic and isn't that widely used), or just using a plain text area with Textile/Markdown behind the scenes (similar to what Stack Overflow uses), and perhaps a row of javascript buttons at the top. There are a few scripts available that can do this for you, notably Textile Editor Helper.
If none of those works, and you still don't want to use TinyMCE or FCKEditor, you could always code your own.
YUI Editor :)
Tis cool!

Resources