0
votes
5answers
152 views
Why does Chrome show different page source?
Why is that the html code source in Chrome does not show what it should be showing when viewed from Google View Source
For example, I wrote like this
<div><?php echo "H …
0
votes
1answer
27 views
Email control in .NET environment
I am using .NET and I wonder if there is some free program (or .NET open source) that can help to queue and control email outflow:
Every time an email supposed to be sent, put it …
1
vote
3answers
81 views
Compiler Generated Cruft
I am attempting to recover source from an assembly using Reg Gate's Reflector. The original source took advantage of several C# 3.0 features which has made it a little difficult to …
0
votes
1answer
17 views
Removing a file from TortoiseHG data source
Hi!
I am using TortoiseHG for source code control in Windows, I forgot to edit the ".hgignor" file, and now I have a huge folder ".hg" which I know it's because of DLL and EXE and …
0
votes
4answers
59 views
Display highlighted HTML source code in Firefox?
Is there some clever content-type setting that makes Firefox display highlighted HTML source code instead of rendering it?
I have a CMS that generates HTML pages. I get debug info …
1
vote
3answers
55 views
Source Control: Testing different variants of code
Hi,
I new to source control, but i like the thought that i can step back to one point.
I read that only code that is ready for release should checked in the repository.
If I wan …
0
votes
2answers
53 views
Formatting source listings with listings & framed packages
Hello *,
I currently have a problem, that listings package cannot spread source files across multiple pages. In the doc is written, that the "framed" package should be used for va …
5
votes
4answers
64 views
Utilities to generate an XML representation of a Java package/class?
I'm looking to generate an XML representation of the AST for a given java class (by parsing its source). Overall, what I want to do is write XSLT queries to find meta patterns in t …
0
votes
5answers
99 views
C# - Remove spaces in HTML source in between markups?
I am currently working on a program that allows me to enter HTML source code into a RichTextBox control and removes the spaces from in between markups. The only problem is, I am n …
0
votes
1answer
33 views
gnome-terminal, virtualenv and a bunch of services
Hi folks
I'm working on a server-side project that consists of several services. Each service is run in interactive (i.e. non-daemon) mode, this is handy while active development. …
0
votes
1answer
43 views
How to remove a remote source from gem remote sources
I have added gemcutter.org to my Rubygems sources, and now I do not know how to remove it.
$ gem sources
*** CURRENT SOURCES ***
http://gemcutter.org
http://gems.rubyforge.org/
1
vote
5answers
52 views
Source Control Tutorials for Implementing them on C#, Java Developments.
Hi,
As a one-man-company taking custom-development jobs (a.k.a. Gun For Hire), the later more complex than the earlier, I'm finding myself in the situation I do really NEED to imp …
3
votes
3answers
44 views
Managing databases in Open Source Software Projects
I was wondering how databases are managed in open source projects which are usually hosted in repositories like CVS or SVN. Placing codes in the SVN is very logical as it allows di …
1
vote
3answers
52 views
Can I see the resulting markup after JavaScript Dom manipulation?
Is there any way to get a browser (or some other program) to show me the DOM of a web page, as modified by JavaScript code?
For example, say I have some simple markup. I then use …
1
vote
2answers
99 views
Automatic PHP Documentation Generator
I am looking at any document generator for PHP that can actually read the source code and generate the documentation - instead of writing comments according to what the generator n …
