CMG: Free Performance Data and White Papers Hardware and Software Linux and Unix by EddieC … Michael Salsburg, director of the [url=http://www.cmg.org]Computer Measurement Group[/url], a non-profit that…, Windows, networking and storage. "Members of CMG have a reputation as experts at making sure that levels…we want people to know about.” CMG also organizes [url=http://cmg.org/conference/]CMG '08[/url], an international conference … Hands-on IT training from the Computer Measurement Group Programming Computer Science by Lisa Hoover … a deeper look at this year's sessions. CMG Training -- dubbed CMG-T by its creator, Dr. Michael Salsburg, …, "We approached the very brightest luminaries within CMG that have been doing this for decades as consultants and…capacity management. So these folks naturally gravitate to the CMG-T sessions." Though there are plenty of online… A New Way To Look At Service Outage Post-Mortems Community Center by Lisa Hoover … and I came across a [URL="http://www.cmg.org/conference/cmg2008/awards/8022.pdf"]fascinating paper[/URL…] [PDF] presented at an [URL="http://www.cmg.org/conference/cmg2008/awards/"]IT conference[/URL] hosted recently…'ll need to download the [URL="http://www.cmg.org/conference/cmg2008/awards/8022.pdf"]11-page paper… IT Expert Talks Virtualization and Green IT Programming Databases by Lisa Hoover … about open source virtualization at a [URL="http://www.cmg.org/PRNewswire20-Conference"]conference[/URL] next month sponsored by… the [URL="http://www.cmg.org/"]Computer Measurement Group[/URL] (CMG). I caught up with Atkinson recently to… class serialization issues Programming Software Development by CPT …& in, CGuser& temp) { int size; string stmp; Cmessage cmg; in>>temp.online; in>>temp.score… i=0;i<size;i++) { in>>cmg; temp.messages.push_back(cmg); } in>>size; for(int i=0… Fading a Flash file using jQuery Programming Web Development by romiaujla …quot;text/javascript"> $(document).ready(function() { $("#cmg").hide(0); $(".cont").hide(0); $(".…;.flashfade").fadeOut(2000); $(".fade").fadeOut(2000); $("#cmg").delay(2000).fadeIn(2000); }); }); </script> … Newbie Needs You - Linking image in PHP Programming Web Development by cmgdev …;div id="mainleft"> <h2>Place CMG Title Header Here</h2> <img src="… Report Application Pascal Programming Software Development by cincachoo …] My (simplified) end result hoped for is a form like: -------------------------------------------------------------------------- CMG VACCINE RECORD on _____________ -------------------------------------------------------------------------- NAME DATEGIVEN SOURCE SITE MANUF DTAP… spyware/malware problem Hardware and Software Information Security by yaduks …:\Program Files\WIDCOMM\Bluetooth Software\bin\btwdins.exe O23 - Service: CMG Shield (CMGShield) - CREDANT Technologies, Inc. - C:\WINDOWS\system32\CmgShieldSvc.exe… Re: SMS through somegateway to mobile Programming Software Development by stephen84s …. BTW what API does your SMS Provider support HTTP, SMPP, CMG ???? You haven't even cared to mention that. Re: SMS through somegateway to mobile Programming Software Development by Srinivas14 …. BTW what API does your SMS Provider support HTTP, SMPP, CMG ???? You haven't even cared to mention that.[/QUOTE] Re: how do i indent in python Programming Software Development by breatheasier If you are using windows, I would recommend notepad++ You can set the language so it will highlight your code for you. I believe you can also set it to run the script immediately from the editor without too many headaches: [url]http://users.cse.ucdavis.edu/~cmg/courses/nlp/Software/Windows/npp.html[/url] Re: Data Type Mismatch In criteria expression Programming Software Development by ekonagu …() End Try End Function pls help.now no error is cmg.but records are not updating Re: class serialization issues Programming Software Development by alwaysLearning0 you input and output operator takes a CGuser by reference. Do following: [CODE] cout<< *user; [/CODE] Re: class serialization issues Programming Software Development by Narue [B]>cout<<user;[/B] user is a pointer, you need to dereference it first: [code] cout << *user; [/code] Though bare pointers are so passé. You should prefer smart pointers unless there's good reason to do otherwise: [code] string name, pass; cout << "enter name: "; cin >> name; cout << "… Re: class serialization issues Programming Software Development by mrnutty Why the pointer in the first place? You could manage without it, can't you? Re: class serialization issues Programming Software Development by CPT so regarding my second question about sending it over a network; the v_friends,messages and groups fields are pointers to vectors, right?(so they will have only 4 bytes each ?) wouldn't that be a problem when I allocate a buffer with the size of the class(you know, to send it)? [QUOTE=firstPerson;1596063]Why the pointer in the first place? You … Re: class serialization issues Programming Software Development by Narue [QUOTE]wouldn't that be a problem when I allocate a buffer with the size of the class(you know, to send it)?[/QUOTE] You need to read up on serialization. Real serialization, not this shallow copy crap. Re: class serialization issues Programming Software Development by CPT [QUOTE=Narue;1596992]You need to read up on serialization. Real serialization, not this shallow copy crap.[/QUOTE] Well, I've tried to search with google and this is what I've found so far.I'm open to better serialization methods Re: class serialization issues Programming Software Development by Narue Well, you don't seem to understand serialization at all if the problem is serializing a pointer rather than the pointed to data. The simplest method of serialization is converting the collective value of an object into a string. For example: [code] #include <boost/lexical_cast.hpp> #include <iostream> #include <string> #… Re: class serialization issues Programming Software Development by mike_2000_17 Examples of real serialization methods or libraries are: [URL="http://www.boost.org/doc/libs/1_46_1/libs/serialization/doc/index.html"]Boost.Serialization[/URL] [URL="http://code.google.com/p/protobuf/"]Google's protobuf[/URL] [URL="http://www.json.org/"]JSON[/URL] Serialization requires two things: a way to … Re: Fading a Flash file using jQuery Programming Web Development by LastMitch **@romiaujla** >Can Someone help me out with this? how do I fade it on a Mozilla browser on Windows, whereas it works on a Mac's Mozilla Browser... Any help with this , I have been trying to figure this out the whole day but had no success so far.... I been playing around with it the past few days and I can't duplicate the error you are having… Re: Newbie Needs You - Linking image in PHP Programming Web Development by buddylee17 I guess you mean this: [icode] <a href="http://www.google.com"> <img src="<?php echo get_bloginfo('url') ?>/serv67/cmg2/img/blog2.jpg" alt="pic" /> </a>[/icode] Re: Newbie Needs You - Linking image in PHP Programming Web Development by cmgdev Thank you buddylee17. It is sad how easy it is to be so ignorant of something so simple. I was trying to link from inside the php tag and I didn't ever think to place it right outside of it. I appreciate your help. Re: Report Application Pascal Programming Software Development by LizR If you do the correct grouping on your data you dont need a before and after. Re: Newbie Needs You - Linking image in PHP Programming Web Development by gbatanyakij Hi please I would like to know the code for inserting images in php website Re: Newbie Needs You - Linking image in PHP Programming Web Development by wrivera [QUOTE=gbatanyakij;1137352]Hi please I would like to know the code for inserting images in php website[/QUOTE] there is none, PHP is a server side language you will need to echo out the image tag as you would write it using html Re: Newbie Needs You - Linking image in PHP Programming Web Development by Wraithmanilian [QUOTE=wrivera;1137394]there is none, PHP is a server side language you will need to echo out the image tag as you would write it using html[/QUOTE] Now that's not entirely true, wrivera. There's always this tag: [CODE] <?php // Insert an image ?> <img src="imagename.jpg"> <?php // End image insertion ?> [/… Re: Newbie Needs You - Linking image in PHP Programming Web Development by sharpmind07 you can only use a echo like echo "<img src=file address>"; Re: spyware/malware problem Hardware and Software Information Security by rch1231 You need to run your scans from safe mode (or safe mode with networking). Also on another system download UBCD4win (Ultimate Boot CD for Windows) and use it to boot the system and remove the problem files.