Tagged Questions
-1
votes
3answers
44 views
How to stop view Source Code in FireFox Browser?
I am a new blogger. I am always try to make some unique design on my blog but every time others are copying my design by viewing blog source code through Firefox. So is there any way to disable source ...
-4
votes
0answers
29 views
Does crawling software for source code exist? [closed]
Anyone heard if source code crawling software exist and with what potentials?
I found only some open source abandoned projects mostly.
I'm extracting SQL Statements from C++/JS source code to create ...
5
votes
2answers
111 views
Why need to use semicolon before defining a function? [duplicate]
I've seen some strange ; at the beginning of a function in some jQuery plugins source code like this:
;(function ($) {.....
Can someone explain why they need to use ; in this case?
0
votes
1answer
175 views
get html source code
I am trying to put the html source code for any webpage in a string using Javascript.
Please tell me if i can do something else to solve my problem..
I am using the following code that i found from ...
2
votes
2answers
76 views
Can Javascript code be concealed? [duplicate]
The urge to protect my "craftsmanship" has always been present. Working with C/C++ I came to discover people could reverse compilations. After a lot of mental struggle, I somehow accepted the hard ...
0
votes
0answers
114 views
Eclipse JavaScript UML tool
I am looking for Eclipse plugins for JavaScript UML. Are there good in year 2013?
Attention: The main thread for Java is Recommended Eclipse plugins to generate UML from Java code, but I need for ...
1
vote
1answer
192 views
express.js routes explanation
I was looking at express.js source code, to find out how it maps named route parameters to req.params properties.
For those who don't know, in express.js you can define routes with named parameters, ...
1
vote
1answer
51 views
I want the returned data to be written to the div tag of the html
<script>
function showPrice(str)
{
if (str=="")
{
document.getElementById("remaining").innerHTML="";
return;
}
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, ...
2
votes
2answers
214 views
prevent saving/downloading web page
I was wondering if there was a way to prevent a user from saving/downloading a web page? And by preventing I guess I mean not letting them have access to the data displayed through my web application ...
0
votes
2answers
87 views
How browser handles CSS color names in the source code
Is there a way to override how javascript converts complex CSS color names to rgb values when applying them to DOM elements.
For example: document.getElementById("colorMe").style.background = ...
0
votes
4answers
380 views
Accessing and printing HTML source code using PHP or JavaScript
I am trying to access and then print (or just be able to use) the source code of any website using PHP. I am not very experienced and am now thinking I might need to use JS to accomplish this. So far, ...
-3
votes
1answer
107 views
view source of webpage javascript [closed]
I need to view the source code of a webpage without actually going to the page, using javascript. I am not an experienced programmer so please keep the answers as simple as possible.
-4
votes
1answer
338 views
how to encrypt html page source code using javascript functions [duplicate]
Possible Duplicate:
How to encrypt HTML, CSS and JavaScript to prevent theft
Please tell how to encrypt html page surce code for any webpage using javascript function if not possible then ...
0
votes
1answer
215 views
How to read and understand ExtJS Source code?
I'm programming in ExtJS recently. I can understand the usage of config for components.
But, when someone says to make a custom class by extending existing class to add additional functionality, I get ...
0
votes
2answers
365 views
Get source code from javascript
How can we get the source code of a webpage from a webpage in php and/or javascript?
For exemple, in this website : http://inlinestyler.torchboxapps.com/, you can either enter the css or type the ...