CF8 cfdocument tag has a few new bugs

This discusses two new bugs in CF8 having to do with footers
in cfdocument.
***FIRST BUG***
With CFMX7, I could define a new footer by putting a new
<cfdocumentitem type="footer"> tag in each cfdocumentsection
of my pdf report. Each could have a different string, e.g., so that
the footer could tell the reader which chapter she is reading. This
does not work in CF8. The chapter name that appears on all pages is
the one defined in the last <cfdocumentitem type="footer">
tag in the cfdocument. Now only the page number changes
dynamically. Sample code:
<cfdocument format="pdf" unit="in" pagetype="letter"
marginbottom="0.8" marginleft="1" marginright="1"
margintop="0.8"
orientation="portrait" fontembed="yes" overwrite="yes"
filename="pdfbugdemo2.pdf" pageheight="11" pagewidth="8.5"
scale="100">
<cfdocumentsection>
<cfset footerContent="1. Introduction">
<cfdocumentitem type="footer">
<div style="float: left;">
<cfoutput>#footerContent#</cfoutput>
</div>
<div style="float: right;">
<cfoutput>#cfdocument.currentpagenumber#</cfoutput>
</div>
</cfdocumentitem>
<h1>Introduction</h1>
</cfdocumentsection>
<cfdocumentsection>
<cfset footerContent="2. Body of Document">
<cfdocumentitem type="footer">
<div style="float: left;">
<cfoutput>#footerContent#</cfoutput>
</div>
<div style="float: right;">
<cfoutput>#cfdocument.currentpagenumber#</cfoutput>
</div>
</cfdocumentitem>
<h1>Body of Document</h1>
</cfdocumentsection>
</cfdocument>
*** SECOND BUG ***
In CF8, you cannot cfinclude the same template multiple times
in a given template - you get an error (at least sometimes). A
workaround is to make multiple copies of the template, each with a
different name. This was not necessary in CFMX7. Sample code:
<cfdocument format="pdf" unit="in" pagetype="letter"
marginbottom="0.8" marginleft="1" marginright="1"
margintop="0.8"
orientation="portrait" fontembed="yes" overwrite="yes"
filename="pdfbugdemo2.pdf" pageheight="11" pagewidth="8.5"
scale="100">
<cfdocumentsection>
<cfset footerContent="1. Introduction">
<cfinclude template="pdfbugfooter.cfm">
<h1>Introduction</h1>
</cfdocumentsection>
<cfdocumentsection>
<cfset footerContent="2. Body of Document">
<cfinclude template="pdfbugfooter.cfm">
<h1>Body of Document</h1>
</cfdocumentsection>
</cfdocument>
where pdfbugfooter.cfm is:
<cfdocumentitem type="footer">
<div style="float: left;">
<cfoutput>#footerContent#</cfoutput>
</div>
<div style="float: right;">
<cfoutput>#cfdocument.currentpagenumber#</cfoutput>
</div>
</cfdocumentitem>

re: If you claim didn't say that,
No "if" about it - I made no such claim and never would -
thats just you
talking gibberish. Who in their right mind would say, or even
suggest, that
forums are not helpful. The only reason a forum exists in the
first place is
to be helpful!
re: So what was your actual intention in the first place?
Not sure you would undertsand, you seem to struggle to follow
along. But
just a hint for you - the forum posts, or quantity thereof,
have been used
by several people here, and by editors at sites such as
sitepoint.com, as a
metric to use to gague interest and activity. A metric only
useful when
taken in context with other pointers (job market, book
market, number of
classes still running, so on and so forth)
Again, nobody has ever said forums are not useful or helpful
- I suspect you
knew that much but felt the need to throw some nonsense about
in an attempt
at an argument - failed didn't it?
RE: Maybe they realized Ben Forta writes such a good books,
they felt
ashamed? :-)
The O'Reilly audience is typically seasoned developers, hard
core coders.
Their books are a tough read for beginners and O'Reilly
delibertately do not
cater to this audeince with many of their titles. And to put
it bluntly, the
main bunch of people to ditch CF early on were these "hard
core" types. I
belive this as the only CF developers I know are actually
more "designers"
than developers - I know of no professional coder/developers
that would
touch CF. Thats just my personal observation, btw.
re: From what I read, people are telling I'm right.
Are you crazy? They are all, at least 95%, in agreemenst that
Tim Buntel
needs to pick up the marketing act before CF dies. Seriously,
you do seem to
struggle to follow along at times - suggest you actually
read.
re: CF has always been "dead" in many places.
How can you always be dead, doesn't make sense! You have to
have lived in
order to die. There used to be hundreds of cf jobs advertised
here in
Australia every day, literally every day. Now you may see 3
or 4 each week -
mostly for migrating old cf sites to new asp.net or java
sites. And there is
no longer any CF classes advetised or held in nearly all
states - they
literally shut them down. I'm confident enough that the
comment "CF is dead"
is accurate.
r: Maybe you should be answering those questions, since you
seem to know
they're true, and I haven't heard of any such things.
I know the answers to all of those questions - becuase CF is
dying. If CF
were living, then none of those questions would have been
asked.
re: So you know they're not investing in one?
Yes, I know that. They will never spend that kind fo money on
coldfusion -
it just wouldn't be vaible for them. We're darned lucky that
still have
small team of enginners to write tags around the java
libraries and release
new versions. They are not actually going to start
"innovating" with CF in a
market like this - and I don't blame them.
"Fernis" <[email protected]> wrote in
message
news:[email protected]...
> >I never said you can't get help on the forums. Where
did you get that
> >from?
>
> If you claim didn't say that, and if you didn't even
mean that by saying
> "Forum averages about 3 new posts a day and has very
small community -
> very
> quiet.", why did you say such thing in the first place,
if it's totally
> irrelevant to all about getting help in the forums? So
what was your
> actual
> intention in the first place? Are you not reading what
other people are
> saying
> before responding? The rest of my post is really useless
compared to the
> finding that you just really do the trolling because you
like nit-picking.
> Unbelievable.
>
> >Why did O'Reilly pull their once popular CF book
from print and refuse to
> write any further CF books?
>
> Maybe they realized Ben Forta writes such a good books,
they felt ashamed?
> :-)
> I mean, if they were popular as you said.
>
> >No, its not not. Go here -
>
http://techfeed.net/blog/index.cfm/2007/8/22/Open-Letter-to-Tim-Buntel
> >- and see actual people tell you how wrong you are.
>
> From what I read, people are telling I'm right. So what
*you* say is
> downright
> silly.
>
> >But you seemed to be thing that I based my whole
argument that CF is weak
> >and
> dying
> >( is already dead in many places)
>
> CF has always been "dead" in many places. And it's been
dying for 10
> years -
> they say. So what's new? You just don't seem to
understand that random
> sites
> switching ColdFusion for something else doesn't mean
that at the same time
> there are likely new adopters of ColdFusion. You just
don't know about
> them,
> while you can more easily track if some of them go away.
You don't
> actually
> have anything but blind guesses about what's happening.
>
> I'm seeing more CF frameworks pop up as ever before. And
In Finland, I'm
> seeing more ColdFusion hosting appear than ever before.
>
> >Why did MM/Adobe pull an entire team of employees
out of Australia? Why
> >did
> >they stop printing ads in all of the trade
magazines? Why did MM push PHP
> >more than CF on their website?
>
> Maybe you should be answering those questions, since you
seem to know
> they're
> true, and I haven't heard of any such things.
>
> > Why don't they invest in an IDE to atract all those
developers out there
> that like a complete RAD platform?
> > So on and so forth???
>
> So you know they're not investing in one? And I thought
DreamWeaver would
> act
> as one? Or third party products like CFEclipse? Or
Adobe's IDE extensions
> for
> Eclipse? Sure, the CF IDE's lack behind the automation
and insight
> functionality of other IDEs, and that's something I'm
hoping for too...
> although I've always felt that strong IDEs are strictly
necessary only for
> programming languages where a huge number of
non-user-defined libraries
> and
> classes are to be referenced. The level of automation in
ColdFusion (lots
> of
> action with little code) make complex IDEs less
important than with most
> other
> languages.
>
> -Ari Ferneilus
>

Similar Messages

  • HAVE BEEN UNABLE TO RETRIEVE MY OLD LIBRARY OF PHOTOS, ALBUMS AND PROJECTS SINCE DOWNLOADING AN APERTURE 3 SOFTWARE UPDATE TWO DAYS AGO.  THE NEW LIBRARY ONLY HAS A FEW NEW PHOTOS IN ONE FOLDER  PLEASE ADVISE AS HOW TO RETRIEVE OLD APERTURE LIBRARY WITH

    HAVE BEEN UNABLE TO RETRIEVE MY OLD LIBRARY OF PHOTOS, ALBUMS AND PROJECTS SINCE DOWNLOADING AN APERTURE 3 SOFTWARE UPDATE TWO DAYS AGO.  THE NEW LIBRARY ONLY HAS A FEW NEW PHOTOS IN ONE FOLDER
    PLEASE ADVISE AS HOW TO RETRIEVE OLD APERTURE LIBRARY WITH ALL MY PHOTOS, ALBUMS AND PROJECTS

    Find the old Aperture library in the Finder and double click it to launch Aperture with that library set to the default.
    And check your caps look key.  It appears to be stuck.

  • CF8 cfdocuments new bugs (font size, bold, underline...)

    Hi
    I face the following problems after upgrading from CF 7.0.2
    to CF8 + Cumulative Hotfix 1 :
    - bold and underline generates white space around them if
    they are embedded in a sentence (i.e "this is <bold>bold text
    </bod> and it is fun")
    - font size behavior has changed, the text is now bigger. (My
    font-size: 12px is bigger than before)
    - when reducing it (i.e font-size: 11px) the bold/underline
    problem becomes the opposite : instead of white space, I have
    overlapping texts.
    We use a html 4.01 transitional doctype and CSS styles (i.e
    div class="myclass" and .myclass{..} in a separate css file)
    Any suggestion ?

    the cf8 cfdocument cumulative hotfix has been updated on Jan
    30 2008 -
    have you re-installed it?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402584&sliceId=1
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • TS1702 After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    After installing the new software to my iPhone 4S , my dream zoo either will not start or when it does it has a blank screen that has a few icons on it that wont work. How can I fix this is it possible to go back and reinstall the older software ?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

  • New bug introduced with Keynote 5.2 - Set timing and order of each build has stopped working properly on Smart Builds

    Hi there,
    We're heavy users of Keynote and have noticed a new bug has recently been introduced into something that was stable. I think it has emerged in Keynote 5.2, could have been Keynote 5.1 also.
    It's in the area of Set Timing and Order of each build when used on a Smartbuild. You can no longer set the Start Build field for each instance within the Smart build when the instances are interspersed between other items. The Start build field is just blank and unselectable.
    To see this :
    1. Create a bullet point list with 4 lines
    2. Set build to Appear
    3. Set "Set Timing and Order of each Build" to on
    4. Create a Smart Build - set to flip
    5. On the Smart Build Set "Set Timing and Order of each Build" to on
    5. re-order the items in your Build Order so that they alternate between the bullet point and the smart build flip
    At this point, you used to be able to set the bullets so that they Started on Click and then set the smart builds to Start with previous. This gave you a nice and very useful effect where you could click to reveal a bullet point and at the same time flip in a corresponding image. We've used this loads of times in our company presentations.
    With a recent keynote update ( I think 5.2 maybe, could have been 5.1) this functinality has been lost. have tried it on Lion and Mountain Lion and it's not an OS issue, its a Keynote issue.
    Could anyone from Apple acknowledge that they know the issue and suggest if it will get fixed? Right now we're hunting round for an old Keynote 9 DVD so we can install a pre build 5.2 version.
    Thanks

    Hi glennelliott72,
    I've noticed the bug you describe and to me it's very irritating.
    I also found some differences in the build menu between the last release and the previous one, and between the Mac OS X and iOS versions. For instance, the blast build doesn't exist anymore in Keynote 5.2 but it's still in the version for iOS 6.
    What is your experience about?
    I currently use OX Lion.
    Thank you

  • (To Adam Winner) New bug report at data_table tag

    Hi Adam
    Here is a new bug in data_table
    When you create an table with data_table using id=�tableName� attribute and render the data_table for the first time, JSF saves the settings, but does not change them any more when you add new Attributes.
    When you add new Attributes to the data_table, they don�t get rendered. You must first change the id=�newTableName� before the changes gets rendered. Probably the tableID object is not changing its properties for some reason??
    Regards:
    Nermin B.

    Hi Adam,
    Sorry for misspelling your name. I realized this after I posted the message.
    We're discussing the topic of your second message - how often the model of a UIData should be retrieved - on the EG. I hope 1.0 will have a solution.
    I assume you're saving the state on the server?Yes You are right. I am saving state on the server. Do you think this could be the reason for this??
    But I don't follow your first message - when you wrote about "adding Attributes" to the table, what specifically were you adding, and what changes were you expecting to see?
    Are these changes in your model (the object used for "value"), or something else?What I am saying is following:
    Let say you create an data_table tag:
    <h:data_table rowClasses="table-row-even,table-row-odd"
    styleClass="table-standard"
    id="msgTable"
    value="#{systemMessage.activeSystemMessages}"
    var="msg">
    You render this. The data is displayed etc. Works just perfect.
    But now you decide to add some additional attributes to your data_table let say some columnClasses
    If you simply add columnClasses in the data_table above, and reload the page (without restarting server) it won�t render the new attribute (columnClasses)!!
    <h:data_table rowClasses="table-row-even,table-row-odd"
    columnClasses="table-column-standard,table-column-standard�
    styleClass="table-standard"
    id="msgTable"
    value="#{systemMessage.activeSystemMessages}"
    var="msg">
    You must change id attribute at the data_table first before the JSF takes changes over. The code will look like this:
    <h:data_table rowClasses="table-row-even,table-row-odd"
    columnClasses="table-column-standard,table-column-standard�
    styleClass="table-standard"
    id="msgTableNEW"
    value="#{systemMessage.activeSystemMessages}"
    var="msg">
    (See id=� msgTableNEW�)
    In this case JSF will take the new columnClasses attribute and render correctly.
    Regards:
    Nermin B.

  • Brothers a new Zen Micro owner. He has a few battery questions..

    Hey all,
    I convinced my older bro to get a white Zen Micro, and he has a few questions. I answered most of them, but afterwards, he went online, and found info that told him otherwise (from what I told him, which is what I read here at the forums). Here are his questions....
    . Is it safe to leave the Zen Micro charging overnight?
    I told him yes, that it was. Someone from Creative here at the forums said that it would "turn off" automatically. He went into the Creative "Knowledge Base", and found this: http://dmzweb4.europe.creative.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=732,E=00000000000490764,K=5277,Sxi=0,Kb=ww_eng lish,VARSET=ws:http://us.creative.com/,Case=obj(669),Kb=ww_english
    2. When charging the Micro, does the adapter/charger go by a set timer, or charge accordingly to how full the battery already is?
    Thanx in advance .

    i've left mine plugged in a few times and have NEVER noticed any type of heat build up. it usually shuts off after full charging and then cools down after that. maybe i'm killing my battery, maybe not who knows. i have some players that don't automatically shut off and i've noticed those DO get heat build up and i never leave those plugged in but with my zen xtra and micro it *appears* that the shut off feature prevents the heat buildup....that being said, the micro's owners manual says DON'T leave it plugged in or it will get heat buildup....who knows.

  • Who has a brand new Mac with Lion?

    I've been reading about all these issues with Lion. (yes i realize most people who are happy don't post) Most of the time when someone has an issue someone else says that their system must have been screwed up prior to the upgrade or they did something wrong, or have software that causing the issue, etc. I'm wondering if any of you are having issues with Lion on a brand new Mac? A new computer that came with Lion or at least a brand new computer that you installed Lion on as soon as you took it out of the box. Something NEVER used without Lion.
    Seems to me that if the vast majority of brand new Macs that come with Lion installed are working great then the problems people are seeing may in fact be something that already existed in their system prior to the upgrade. But if people with brand new virgin Macs are having issues with Lion then it HAS to be system bugs.
    I think this information could be a good indicator if the OS has a ton of bugs or if it simply does not get along well with possible existing bugs your computer may already have.
    I have two 2009 Macs and I'd love to upgrade to Lion because i like to keep my systems current but honestly I'm afraid too!!

    I bought my iMac (mid 2011 model) in July (brand new) and have Lion 7.1 installed. I have found many things which I would class as being "a different way of doing things from what I am used to", through "oddities (some annoying)", and a few that are clearly bugs, such as the Magic Mouse pointer going AWOL for about 45 secs. once per day, very short mouse battery life (eg., a few days), Mail not showing the addressee when doing a word search. But I have not had any killer problems like many of the other posters such as Wifi not working. I just grit my teeth and hope that Apple will soon get things straight.
    Someone said that Lion should have been classed as a beta release and I think there is some truth in that. However, it is important to realise that the people who post here are the ones with problems, not satisfied customers. How many Lions have been sold? A million?
    I was put off initially when I got my iMac and was glad that at that time it came with Snowleopard, but I took the plunge and am glad that I did. I like many of the features in Lion.

  • Preview.app new bug : stops opening new files

    Starting a couple weeks ago, perhaps with my update to iLife 09 or perhaps related to a recent system update, Preview.app has a new bug for me.
    If I open a few files (jpg, pdf, etc) with Preview.app, it will mysteriously stop opening new files. Double clicking the files in Finder, using Preview->Menu->File->Open, or any "open with..." functionality causes Preview to get the focus (come forward) but the file does not open.
    I am not able to make it happen consistently with any set of files, but it is not any single file causing the problem. I've had this happen every day for the last couple weeks and it is now moved from annoyance to extreme annoyance.
    If I close Preview.app and restart it, the same file that would not open will open fine. I have not been able to narrow this down, but I see this in Console:
    4/17/09 2:12:29 PM Fri Apr 17 Preview[11193] * -[NSCFArray insertObject:atIndex:]: attempt to insert nil
    As I said, the main thing I've changed recently is installing iLife 09. I'll continue to try to create a replicatable test set, but so far it seems more mercurial than that
    Anyone else seeing this?

    Well, let me describe it a different way. I do not believe there is any way permissions for the files I'm opening could have anything to do with this.
    1) I open a jpg with preview, leave preview.app running
    2) I go do something else
    3) I open a PDF in firefox, it opens preview with the pdf
    4) I go do something else
    5) I open a jpeg with preview
    6) I try to open another jpeg with preview and it does not open.
    7) No file of any sort, even the same file I opened in step 1 or 5 will now open in Preview. Preview.app is now completely unable to open new files.
    Generally, I leave Preview.app running. This bug makes that completely non-functional. It also means I can't use preview.app to compare images side by side because it so often won't open the images after a dozen or so files get opened during its process-life.
    Message was edited by: blinc

  • I recently purchased the iPhone 5 and my itunes account on my iMac 7,1 will not recognize it as a device. My imac has stopped downloading new updates, it says it is up to date with iTunes 9.2.1. My imac will not run the newest 10.7 itunes either. HELP!!

    I recently purchased the iPhone 5 and my itunes account on my iMac 7,1 will not recognize it as a device. My imac has stopped downloading new updates, it says it is up to date with iTunes 9.2.1. My imac will not run the newest 10.7 itunes either. All I want to do is put my music from itunes on my computer to my new phone. HELP please!!

    i called apple and they are sending me snow leopard so i should, *fingers crossed, be able to run the newer version of itunes. we'll find out for sure in a few days when it arrives

  • Creating PDF with IMAGE using CFDOCUMENT TAG

    Hi Guys,
    I m facing problem while creating the PDF using CFDOCUMENT
    tag.
    Actually my clients want the IMAGEs in PDF document.
    Problem is most of the images in JPG format and while I am
    going to attach images in PDF document it takes lots of time for
    creating PDF. In most of time it cause timeout.
    I have try to convert images JPG to PNG, yes I some what
    better performance than JPG format but still it is work for 20 - 25
    images. In my case I want to attach normally 50-100 images in PDF
    (sometimes it is more 200).
    PLZ, Help me.. F1...F1...F1
    thanks in advance
    Pritesh
    Coldfusion Programmer

    I am having a similar and more serious problem. It takes a
    long time to execute, but even attaching a small image balloons the
    pdf to 6MB plus. After a few images it gets up to 20MB. These are
    100k jpeg files being attached. The resulting PDF is too large to
    email or process effectively. Does anyone know how to reduce
    size/processing?

  • New bug in Aperture 2.1

    I had been using Aperture 2.1 for some time with only the usual bugs, most commonly, the Viewer screen going black or blue or red occasionally, but a new bug has appeared that is forcing me to restart Aperture frequently. After making edits, when I move on to the next image in the Browser (the thumbnail highlighting changes, as it should) the image in the Viewer does not change. I have not found a way to get a new image in the Viewer except restarting Aperture. This is greatly slowing down my processing of big projects.
    Has anyone else seen this bug? Have you found a workaround beside restarting?

    Tony Finnerty wrote:
    I had been using Aperture 2.1 for some time with only the usual bugs, most commonly, the Viewer screen going black or blue or red occasionally, but a new bug has appeared that is forcing me to restart Aperture frequently. After making edits, when I move on to the next image in the Browser (the thumbnail highlighting changes, as it should) the image in the Viewer does not change. I have not found a way to get a new image in the Viewer except restarting Aperture. This is greatly slowing down my processing of big projects.
    Has anyone else seen this bug? Have you found a workaround beside restarting?
    can u guys please give us a little more info? where's the aperture library located? in your main hard drive (os x) or on another drive?
    are you sending the crash logs to apple?
    thanx,
    victor

  • New bug in Ultrabeat into Logic Pro 8.0.1

    Hey guys check this... a brand new bug (hope it would be only my mac, but with 8.0.0 there wasn't)
    so open ultrabeat, choose the preset called Drag & drop samples under Drum Kits.
    (just to use one free preset)
    load a file and record something, then press play in order to listen your drum and try to load an other sample to make comparison (example: load a kick, do a 4/4 drum, try to replace the kick with an other sample and check the Preview sample in ultrabeat to try comparison... )
    after this update no more Preview sample in ultrabeat voice (and than note will stop on playing when u try that function
    sorry for the english

    finally i find someone else with the same prob, o already post into apple.com too
    yes here the same, bug new in 8.0.1, cause on logic 8.0.0 all works fine (except some click noise when you pre-listen a file in autoloop)
    however here what i can say to you (it's 3 days i'm studyng this cause i make a massive use of ultrabeat)
    - no matter both power pc / intel soffer of this bug
    - i try to update to leopard from my 10.4.11 (same bug) tryin a new os installation (same bug), tryn without audio card and driver (same bug)
    so i really don't know how to solve it, cause there are only few people that have this problem
    big mistake and big mistery

  • Issue with generating large pdf file using cfdocument tags in CF9

    We are in the process of upgrading our code to use cf9 and the cfdocument tag (from the old cfx_pdf tags).  We have successfully gotten one piece of our code to work but the file size of the pdf that we are generating now is huge in comparison to what it was using the CFX_PDF tags. (I.E.  with the new code the file is 885 KB in comparison to the old code generating only a 11KB file). We are not embedding fonts so the Fontembed = "no" didn't work for us.  We do have all of our images as .jpgs but unfortunately due to the volume of images that we have we can not switch all these files into another format.  Is there is way to shrink or optimize the pdf file size that we are generating? 
    Thanks so much for your help.
    Claudia

    We are in the process of upgrading our code to use cf9 and the cfdocument tag (from the old cfx_pdf tags).  We have successfully gotten one piece of our code to work but the file size of the pdf that we are generating now is huge in comparison to what it was using the CFX_PDF tags. (I.E.  with the new code the file is 885 KB in comparison to the old code generating only a 11KB file). We are not embedding fonts so the Fontembed = "no" didn't work for us.  We do have all of our images as .jpgs but unfortunately due to the volume of images that we have we can not switch all these files into another format.  Is there is way to shrink or optimize the pdf file size that we are generating? 
    Thanks so much for your help.
    Claudia

  • How much money i will get, if i tell you a new bug in Firefox 8

    how much money i will get, if i tell you a new bug in Firefox 8, i found a new bug in Firefox 8, i tested this bug on chrome but their is no issue with this .

    About the only way you could get money is by reporting a serious or critical security vulnerability that has not been reported before.
    http://www.mozilla.org/security/bug-bounty.html
    http://www.mozilla.org/security/bug-bounty-faq.html

Maybe you are looking for

  • Creating a virtual private network?

    I've been reading some articles recently about creating a virtual private network for security and privacy reasons. Is it easy and is it a good thing to do? One part mentioned possibly having to pay a subscription for this service with your service p

  • My external hard drive stopped being recognized by Time Machine.  Any fix?     being recognized

    As the title of the question suggests, this happened suddenly, after months of trouble-free integration with Time Machine.  If I bring up the disk utility it recognizes the drive, but won't perform any repair or other operations on it.  It indicates

  • Problems with Nokia Photos (Lifeblog)

    I have been using Lifeblog 2.5 on my PC running on Windows XP sp2 for more than 2 years and was very pleased with how this software worked. I regularly used it to transfer both photos and videos from my N80 and N95 to my pc. When Lifeblog was premium

  • After configuring SSL, cannot run Report Manager but ReportServer works fine

    I'm using SSRS 2014 as part of SQL Server 2014 Express. I've configured both the Web Service URL and the Report Manager URL to use a Certificate and only allow port 443 traffic. I did this by removing the port 80 identity and adding an SSL Identity.

  • What is the reason for this error?

    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp: Error at line 1 column 1: Description: Package com.bea.portlet contains