Posts

Can CF8 create pdf's on the fly?

for example want create pdf's render different information based on user.   i have 2 page set pdf users see, want info populates right column on first page dynamic based on user.   only right column on first page dynamic , based on user , else same.   its kind of using cfinclude on regular cf page.   does same kind of logic apply creating pdf's? yes, cf 8 has several functions allow dynamic creation of pdf documents.  documentation had details.   manipulating pdf forms in coldfusion http://livedocs.adobe.com/coldfusion/8/htmldocs/formspdf_01.html#130281   assembling pdf documents http://livedocs.adobe.com/coldfusion/8/htmldocs/cfpdf_01.html#160527   also here nice blog series discuess of features: coldfusion 8: working pdfs (part 1) (july 9, 2007) coldfusion 8: working pdfs (part 2) (july 10, 2007) coldfusion 8: working pdfs - problem (july 12, 2007) coldfusion 8: working pdfs (part 3) (july 13, 2007) coldfusion 8: working pdfs (part 4) (ju...

Thread: Moonlight 2.0 codec installer fails

i installed moonlight 2.0 firefox plugin via .xpi installer. i'm trying moonlight codec pack installed, isn't working. agree eula , seems download pack, every time says cannot verify downloaded binary. causes firefox crash upon download completion. i've tried searching on google, i've had no luck. i decided give moonlight shot, , i'm still having error when try install microsoft media pack. i'm using kubuntu lucid firefox 3.6.11. again installed current moonlight 2.x via .xpi plugin installer. right-click on silverlight applet , select install microsoft media pack, go through , agree eula, downloads file, , says "we unable verify downloaded binary. please try again later." have no idea why happening, , can't find on google this, either. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia...

Thread: Disappearing cursor graphic

hey everyone, cursor vanishes @ (seemingly) random intervals. graphic becomes invisible, can still click things , move fine. after shake mouse around bit, appears again. i'm using 2 monitors ati 5750 graphics card. few symptoms of disappearance: 1. shifting between screens 2. loading internet pages 3. random. it's not terminal, sure annoying.thoughts? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Disappearing cursor graphic Ubuntu

[CSS] How to get custom styles to show in editor drop-down? - Joomla! Forum - community, help and support

joomla 1.0.13 editor: any i've got new paragraph styles use quite regularly yet life of me cannot them show in dropdown list within of editors. now, simple need tweak out in template_css.css, yet i'm not sure begin. essentially, want add like: code: select all .paragraph_green {    font-family: arial, helvetica, sans-serif;    font-size: 16px;    font-style: normal;    line-height: normal;    font-variant: normal;    text-transform: none;    color: #73a236; and have "paragraph_green" show in styles dropdown.. thoughts? Board index Joomla! Older Version Support Joomla! 1.0 Templates & CSS - 1.0.x

I want all new registerd people to becom authors immediatly - Joomla! Forum - community, help and support

i users of site able leave content can check , possibly put content.  registerd user cant.  there way of putting them authors once regiter.  guess alter level later myself take hours or days , if away on holiday might never come back.  lets face want thing immediatly.  or maybe theres reason or alternative intend do. mrfoameruk wrote: i users of site able leave content can check , possibly put content.  registerd user cant.  there way of putting them authors once regiter.  guess alter level later myself take hours or days , if away on holiday might never come back.  lets face want thing immediatly.  or maybe theres reason or alternative intend do. to make happen automatically, make changes in /com_registration/registration.php and /com_comprofiler/comprofiler.php (if use community builder) about half way down file, for: code: select all $row->gid = $acl->get_group_id('registered','aro'); and replace registered author to update e...

Thread: ATI 9600xt driver ?? I cannot find it

hello all, have desktop ati readon 9600xt 256 mb card tried every thing install driver no luck there thing can install ? have fresh install karmic 9.10 plz i followed how-to https://help.ubuntu.com/community/binarydriverhowto/ati got higher res driver didn't installed card not supported ? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [all variants] ATI 9600xt driver ?? I cannot find it Ubuntu

Thread: Help w/C++ syntax

a question in c++ class asking me printed following code code: x = 15; x += 3; y = ++x % 4; z = y--; cout << “x = “ << x << “ y = “ << y << “ z = “ << z; more need know operations are. x += 3 mean x = x + 3? y = ++x % 4 mean y = 1+x % 4? z = y-- mean z = y? it easy test that! put cout<<"\nx "<<x<<endl; Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] Help w/C++ syntax Ubuntu