I'm wondering if anyone knows of a free website that will create an RSS feed for you on website that do not have RSS feed.
Example of this is http://www.feedyes.com/ . But this is a paid service...
I am fairly new to XCode and the Objective-C language.
When I am instantiating a class, for example an NSMutableArray, XCode will provide a whole lot of auto-complete options. Even for an empty class which simply extends an NSObject has many options, most of which seem completely useless.
What is the reason for having so many auto-complete options, or can they be "tamed" in the preferences?
Every time I start a new piece of software I have to go into the configuration and turn off pdb file generation and the Visual Studio hosting process for Release builds. Is there any way to tell Visual Studio (2008 specifically) that I want to do that for all projects for the rest of time?
I'm using this plugin for PDF generation in CI.
It does a super job of converting a page to PDF!
Do you guys know of any other plugins similar to this?
I really want a script that will include css style. This one doesn't.
Thanks!
I wonder wether it is feasible to implement an optimal string generator Class meeting the following requirements:
Generation criteria using regex
Lexicographical order enumeration.
Count propetry
Indexed access
I don't feel comfortable with regular expression: I cannot come up with a starting piece of code but I just think of a naive implementation using a TList as a base class and use a filter (Regex) against "brute force" generated string.
Thank you.
Hello,
The question has two parts, one of which I already have the answer for.
How to auto-remove trailing whitespace from the entire file being edited? - Answer: use the AnyEdit plugin, which can be set to do that on any save to the file.
How to auto-remove trailing whitespace only from the lines I changed? - This I don't know and would appreciate any help.
Thanks,
Jan
Code auto-generated by XCode seems to have the opening brace on the same line by default:
@interface Controller : NSObject {
}
I'd like the opening brace on a line of its own, like this:
@interface Controller : NSObject
{
}
This applies in general to any method / class auto-generated by XCode. In XCode preferences I have "Indent solo { by" set to 0:
How can I fix this?
I am writing a WPF app that has a combo box in it that is populated with a list of names. The problem I face is that the auto complete/intellisense feature ignores case sensitivity. Is there a property in the control or a work around to enable case sensitivity on the auto complete/intellisense.
I know wordpress,joomla,drupal etc ( most of php_mysql stack ) can auto detect update in software itself or/and plugin and either ask for user permission to update or auto update it.
How to do similar thing on google app engine like cloud computing ?
I am creating an open source software which is targeted towards non-computer people. who can not clone my code and update their application easily.
what is the easier way to do this ?
I have scripted my SQL server 2000 database and created it on a 2008 server.
I update the database using a ADO .Net Dataset designed in VS 2003.
My problem is certain tables that have identity fields don't have these fields as auto increment in the dataset?
I could set these to auto increment in code, but this seams like a work around.
Has anyone encountered this problem?
So, this is a problem that's been asked before, but I'm hoping we can lay it to rest: I'm using jQuery 1.4. If I define the style
#obj { margin: 0 auto; }
and then do
$('#obj').css('marginLeft');
the result is the computed value in pixels. Is there any way to tell whether those pixels come from the auto calculation or not, without parsing document.styleSheets?
can someone please give me an example on the internet of how the system of discount coupon generation and redemption is implemented using php .
Any help appreciated.
Regards
SK
I am using VS2008 with TFS 2008 and I have a web application project which gets auto check out on build.How can this be avoided? I dont want to change my Source Control changes which are auto check out on edit. When I check in the file it says file are idential, no changes...Any pointers
I need to generate reports in my PHP website (in zend framework)
Formats required:
PDF (with tables & images) // presently using Zend_Pdf
XLS (with tables & images)
DOC (with tables & images)
CSV (only tables)
Please recommend robust and fast solution for generating reports in PHP.
Platform: Zend Framework on LAMP
I know there are some tricky solutions for creating such reports, i wonder is there any open source report generation utility that can be used with LAMP environment
I am writing my code in my virtual machine and always committing the folder that contains published web site to the free svn server. There is also another remote machine which is test server. I would like to make auto update in the remote machine. Is there any program can make auto update in every 30 seconds?
Hello,
Is there dependency generation flag for MSVC like gcc's -M flag.
Every C++ compiler I have ever used had this kind of flag. How can I create dependencies
automatically with MSVC cl compiler.
I'm interested for only latest compiler versions i.e. MSVC9 or later but if it works with MSVC8 it is fine as well.
If there is built-in external tool to do this (I mean, not cl), it would be fine as well
Is it just me, or does VS 2008 not allow setting a breakpoint just on the setter of an auto-property?
It looks something like this:
public int CurrentFramesize
{
get;
protected set;
}
and if I try to set a breakpoint on the setter line, the whole auto-property turns breakpoint-red.
I have been using some customized MVC templates that really improve my productivity. However, I would like to take it to the next level.
I generate a controller template for each table in my app. The controller has Edit, List, Details, and Delete actions. What I would like to do, is at the same time trigger the generation of the views for those actions.
Does anyone have a reference or have suggestions on how this can be done?
Are there any CASE-tools for Erlang which help to improve the process of software development, in particular the process of automatic code generation based on information in various diagrams (IDEF, DFD etc.) ?
Hi,
How do I auto-resize the input type="text" field with jQuery? I want it to be like 100px wide at the start, then make it auto-widening as user inputs text... is that possible?
Hi,
Is it possible to generate word documents (*.doc) in java web application using Eclipse BIRT (Report Engine)? I want .rptdesign to be an input file in generating process. I could not find any example or tutorial.
What would you recommend as an alternative solution. As far as I know Jasper Reports allow only RTF format generation.
Thank you for your answer/explaination
what is the best practice for DOM generation ? passing the full html as response from server or pass necessary values and create dom accordingly from client side ? Please suggest..
Is there a way to force the MVC automatically generated code to follow the conventions you have set in your preferences? For example, I keep all curly braces on the same lines as their declaring class, method, etc, but when generating a controller, it completely disregards my settings. Is there a setting someplace to force the same code generation as other parts of project?
I have a git bare repo that I manage and I want to have git auto create tracking branches for all the remote branches. That way no one has to auto create them.
I tried to do it in a post fetch hook, but couldn't get it working.
Can anyone point to programming language which has python-like syntax, but from the very beginning was designed to generate native code? I'm aware of Boo only, but it uses .net, not native code generation. Well, if nothing else than python-like languages which generate .net/java bytecode are fine too.