Firebug Showing Obfuscated Code?

Oct 24, 2010

I noticed on the "script" menu for firebug when I click "show static and eval scripts" you can see my entire JS code un-obfuscated by firebug. The default option is just "show static scripts" which shows my code as it is - obfuscated.I was quite frankly horrified to discover this after shelling out on software to protect my work. Does anyone have any idea how I can stop firebug from showing this? Is it because im calling eval a couple times throughout the script?

View 3 Replies


ADVERTISEMENT

Secret Code / Hidden Message And Obfuscated Code?

Jan 14, 2011

I hope whether such a script exists for what am wanting to do. From time to time, I need to send password information or login details and password information to some users. At the moment, am doing it via email with a subject named FYI and the body of the email basically just contain the login and the password or in some case, just the password. What am wanting to know is whether I can put these information into a HTML file which contains an obfuscated Javascript with a button that a user will click that will prompt for his login information and then will display the password. In its simplest form, I guess I am looking for a Javascript that will obfuscate a HTML file that contains the password. I found some website that offers such service as obfuscating a HTML file but am hoping it can be done via a Javascript so it is at least "portable" and I do not have to be online.

View 5 Replies View Related

JQuery :: Error() Calls Showing Up In Firebug Profile

Mar 17, 2010

I am working on an ASP.NET application that make a lot of jquery and javascript calls and trying to optimize the client side code as much as possible. (This web application is only designed to run on special hardware that has very low memory and processing power.)

The profiler in firebug is great for figuring out what calls are taking up the most time. I have already optimized a lot of my selectors and it is much faster.

However the profile shows a lot of jquery error() calls. In the attached image of the firebug profile window you can see it was called 52 times, accounting for 15.4 of the processing time.

Is that normal for jquery to call its error() like that? My code works flawlessy, and there are no error messages in the firefox error console. It seems like that is a significant performance hit. Is there anyway to get more info on what the errors are?

Attachments
jquery_error.JPG
Size : 40.04 KB
Download : 249

View 4 Replies View Related

Firebug Step Through Code On Event Not Refresh?

Oct 13, 2010

I have some half-working script I'm playing with that I half-understand (this is the real problem) which I'm having troube debugging because it always does work when I refresh.So whenever I step through my functions with Firebug everything does what I expect it to do: but if then I re-invoke my onchange event, not every step is taken and it's hard to see why because I can't "see" what it's doing after the page has loaded and the script run at least once.This is for hide-and-show in a form and all the other versions I see online are even less understandable than what I've got so far. So I figure I'd better debug the one I have.Anyone know how to re-watch a script onevent?

View 4 Replies View Related

Catching Bug - Visual Basic And Firebug - Code Doesn't Work On Any Browser

Aug 3, 2011

If visual basic and firebug doesn't show me any error and if code doesn't work on any browser...so what should i do. I did a little boring - to read my code again to find a simple syntax errors like - writte() for exemple.

But even that does not give me anything! Is there any good recomendations how to change it all?

Look at this code:

Browser gives me out only - Please enter a valid name

View 1 Replies View Related

JQuery :: Cycle Showing <pre><code> Code As A Slide?

Aug 26, 2010

The code executes nicely in the site and the pictures/text show up where and how they should - It's just that I'm also getting some code as a slide!

In the <head> I have:

<script type="text/javascript">
$.fn.cycle.defaults.timeout = 8000;
$(function() {
$('#contentLeft pre code').each(function() {

[Code].....

View 1 Replies View Related

Showing Javascript Code Outputs In Textarea?

Mar 3, 2006

I'm having a problem showing the output of this code in the textfield.

<html>
<head>

<script language="JavaScript">
<!--
var url = document.URL;
-->
</script>

</head>
<body>

<textarea style="overflow: auto;" rows="1" cols="70" wrap="off" readonly>
<script language="JavaScript">document.write(url);</script>
</textarea>

<br><br>

<script language="JavaScript">document.write(url);</script>

</body>
</html>

The output isn't showing the browsers current URL which is the desired effect, instead it is only showing the raw JavaScript code.

View 3 Replies View Related

Showing Invalid Character Error From Dynamic Drive Code / Sort It?

May 5, 2009

I am trying to use Accordion Content script v1.7 from DynamicDrive.com on some pages. I have set up a test page to show the error messages. I have changed the doctype of the page several times, including the exact one they use on the sample/instruction page on DD, but no luck. It is also throwing an error of undefined var ddaccordion, which is defined in ddaccordion.js, which is the JS file that goes with sample page , which is located in the same directory.

View 1 Replies View Related

Js Code On A Form - When Check Box Is Selected The Showing / Hiding Of The Fields Doesn't Work?

Feb 14, 2011

So the following code hides/shows fields in a form when radio buttons are clicked, the problem is on the same form I have a checkbox and when said check box is selected the showing and hiding of the fields doesn't work.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">[code]...........

View 3 Replies View Related

How To Use Firebug

Dec 5, 2011

I want to learn how to use firebug, but I can not find tutorials or material. Can someone please let me know, where can I find material for firebug ?

View 2 Replies View Related

How To Put Firebug To Good Use?

Nov 28, 2007

what do you use firebug for in connection with javascript?

Just want to explore new ways of using it.

Currently I use it to:

1. debug my scripts using console.log(), etc.
2. test small things in the built in 'live' console

View 2 Replies View Related

JQuery :: When Use Firebug It Seems Like Nothing Comes Back?

Apr 22, 2010

I'm rookie when it comes to Ajax and jQuery an..The following url produces an xml-file that I want to use on my page:When I use firebug it seems like nothing comes back. What have I done wrong?

This is what my code looks like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

[code]....

View 1 Replies View Related

New Javascript Debugger: FireBug

Jun 14, 2006

I recently learned about a new Javascript Debugger called FireBug. From what I've heard, it's pretty good. Here's the link: Code:

View 4 Replies View Related

Firebug Console.log Not Working?

Nov 28, 2009

I have firebug installed in my firefox browser, but I can't get console.log, console.debug or console.trace to work. My console window remains empty despite all my efforts. For example I have some code which throws up an alert box ( alert ('here is an alert') so I know 100% that it is being executed. If I now place the line
console.log("please log this to the console");next to it, nothing gets written to the console. I also have firephp installed and this is logging to the console for my php code absolutely fine

View 1 Replies View Related

Firebug Used To Test Script?

May 7, 2011

How is firebug used to test javascript?

View 1 Replies View Related

Using Firebug To See What's Being Executed On An Element?

Jul 27, 2011

how I could use firebug to step through massive amounts of javascript that were written by someone else. I'm trying to figure something out for work which has me stumped.

An old co-worker wrote some scripts based on prototype to show input fields on a form when certain options were selected on the previous input fields. I'm trying to duplicate his old code but for some reason it's just not working. I can see that the reason those input fields aren't showing up is because display:none is being added on to the element by the js on the second step after the breakpoint (break on attribute change in firebug). This happens on the working page as well but the working page has about 10 more steps afterwards that eventually remove that style.

View 1 Replies View Related

JQuery :: Can't Find Error With FireBug

Sep 9, 2010

I founded a error in jQuery, with my code. I can't understand the origin of this error: b is undefined

gb=/,/;R=Array.prototype.slice;var Ia=...=0,e=this.length;f<e;f++){d=b.length;

There is the two files used:

scripts.js
/**
* Lollabot JQuery
* last update: 10/09/2010

[Code].....

View 1 Replies View Related

JQuery :: How To See Requests Of Form At Firebug

May 4, 2011

I can't see the requests of the forms by firebug to debug. Does anyone know if have any option or any way to do this?

View 3 Replies View Related

Firebug Prevents Page Interaction?

Jun 28, 2010

Whenever firebug detects a js error on a page, it prevents you from interacting with the page, so you can't scroll, you can't click, you can't do anything except close the window.

View 3 Replies View Related

JQuery :: Console Is Not Defined, Firebug?

Mar 5, 2010

I'm trying to output things to the Console to track errors but everytime I try:

console.log(values);

it says "Console is not Defined"

View 2 Replies View Related

JQuery :: Firebug Error: $ Is Not Defined ?

Aug 25, 2011

I have a basic html page

Code HTML4Strict:
<!DOCTYPE html>
<html lang="en">[code]....

I'm downloading jQuery and specifying it using the src attribute on the scropt tag from http://code.jquery.com/jquery-1.6.2.min.js and i'm getting that error.I've tried downloading jQuery and saving it locally and that works. However if i use the CDN it's giving me that error on firebug.

View 2 Replies View Related

Changing Page Value Live (without Using Firebug)

Feb 17, 2010

Is there a trick (with javascript or something) that can change a hidden value on a page directly from the browser without using "Firebug" software? for example: <input type="hidden" name="something" value="something_else"> I need to change "something_else" to "something_else_2"

View 2 Replies View Related

Getting An Error According To Firebug Of 'id_con Is Undefined'

Jul 10, 2010

I am getting an error according to firebug of 'id_con is undefined'.i have made sure all entries are correct and i cannot see how to fix this error. how to correct this error.

The error is occuring on this line:

Code:

Code:

View 2 Replies View Related

Firebug: Component.singularize Is Not A Function

Sep 17, 2010

Firebug gives me the below error message:

component.singularize is not a function [Break on this error] var component = component.singularize();

This is what I have:

var component = window.location.hash.replace('#', '');
var component = component.singularize();
alert("The component name is " + component);

[Code]....

View 6 Replies View Related

JQuery :: Firebug Gives An Error / Warning

Sep 11, 2009

I'm coding a simple hover-opacity thing for some images on my site on the navigation bar. Although I'm receiving this message in my Firebug. uncaught exception: Syntax error, unrecognized expression: . Here's the navigation code:

[Code]....

View 6 Replies View Related

JQuery :: Doesn't Kick In On FF Unless Firebug Is Launched?

Aug 29, 2010

I have a number of javascript files. Some my own and some which I got off the net in my application. First, there's jquery and then a bunch of plugins and finally, my own scripts to bind all the correct elements and get the page ready.

For some strange reason, none of the scripts get loaded when I load the page. However, once I open firebug to try to see what's happening, it works fine.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved