Jump to content
xisto Community

magiccode91405241511

Members
  • Content Count

    160
  • Joined

  • Last visited

Everything posted by magiccode91405241511

  1. hi, Admin or Mod,I have some issues about myCents and hosting1.) my hosting got suspended due to the change on credit system. How do I re-enable my hosting ?2.) I checked out this url and its announcement. It stated me logon with email address with the record on this forum to enable the myCents feature. But that did't allow me login. Am I did anything wrong ?Thanks,
  2. Actually, visual C++ 2008 basically is used much like gcc or similar products. You will have to add `extern "C"` declare statement or name all code file with the extension .c such as string.c. For instance, #ifdef __cplusplusextern "C" {void printchar();void printchar(){ printf("I'am printchar");}} /* extern "C" */#endif /* __cplusplus */ When it is time to complier the code files. You will notice that the visual studio program group has an item call visual c++ 2008 command prompt. This prompt will define all system enviroment variables such as lib, include ... etc so that the compiler will found all c include files like stdio.h ... etc. About the GUI programming. You may try WTL (Windows Template Library 8.0) or Wxwidget. --- Blueray
  3. Actually I don't know if this is an issue(s) of my computer.So, post here to see if anyone who experienced this before or recently ...I am still using MSN Messager to login to Live Network.A month before, it works fine without issue(s) for login.Recently ( three - four days ), it failed to do so until 1-2 hrs after I have connected to Internet.After which, everything work again ....Thank,---Blueray,
  4. At which java sdk you based-on ?I have tested it under jdk 1.3.1It is confused me whether should I treat it as normallyor completely avoid use of it ...
  5. @turbopowerIt looks confused to me ?I have take a look the description from windows 2000 resource kit of microsoft web site.This setting seem to be change the user's default desktop folder location, instead of adding a new shortcut to it.Please correct me if I'am wrong ...
  6. If hidden fields are not safety and should done all checking with server-side. What's the best way to check it ? Is this kind of checking enough ? like, <?php$username = isset($_POST['username']) ? $_POST['username'] : null;// do some other characters replacement// finally, we are slashes single quotes .. etc.if (get_magic_quotes_gpc()){ $username = addslashes($username);}?> Thanks, --- Magiccode9
  7. Few weeks before I have seem an article that state the use of regular expression is not necessarily safe to vaildate an email address. (sorry I forgot the web address)So, did you think add some hidden fields with values that generated dynamatically would help a bit ?Also, is this fields really help for this checks.---Magiccode9
  8. I have played around java object and interface to see how they work together. I think it is not that hard to understand, but, I came with a question now. What the java tutorial said (downloaded from Sun web site) an interface constant literal variable are implicity declared as public, static, final It is fine and correct when an interface implmented by a class and tried assign a value to it and reported an error. But what confused me is I can declare a variable named the same as the interface do in a class that implemented it, and it don't produce any errors. If I'am not wrong, c# would rasie an error. public interface IInterace(){ int state = 0; /* implicity public state final */}public class AClass implements IInterface{ int state = 1; /* is this override or shadowed ? */} Any ideas would be appreciated . Thanks,
  9. Yes, I do trust that.after I knew that the dummy hidden pointer object `this`.It is a method(function) parameter that get passed to it and point to the object that invoked it.Personally, I saw that most of time still are typical function calls.With c, you are responsible to manage all of that.With c++, compiler does this for you with type checking.There are still many projects uses c as native API such as subversion.
  10. That looks great.However, if from a developer perspective.How to enable it on a Windows Server 2008 box if microsoft said that they are removed it from the system.Yes, I think there is must be a some way to do that because apps still run over it by using something like include "opengl.h" .orit is none at all.If so, how developers write OpenGL apps that run on top of it ?
  11. Because I have't installed Windows Vista and Windows Server 2008 before.So it is hard to confirm that whether they both are removed the support for OpenGL.I just get to know this from textbook.What this mean anyone who use applications based on it will require third-pary librarys.Blender might be an example one.So, except almost all applications need to be run under Windows Vista.I will still on Windows XP.OR, please correct me if I'am wrong.
  12. Thanks for this valuable list for web developement.Actually I just aware some of it and now knew more.Thanks,---Magiccode9
  13. In addition to all mentioned previously, May I ask why don't you build your game PC with Windows XP ?It is much better than Windows 2000 as a game station.
  14. Did you mean Internet Explorer Advanced settings ?If so, it should works fine almost all the time.Except for some minor options such `print background color and image`.And some security related items such as `do not save encrypted pages to disk`.
  15. Actually I'am not much clear what things you wish to archive.But you try this to see if it is work ...Create a new button symbol and add both key frames for roll-over and roll-out.Add a new layer for background , and another layer for your previously create motion text movie.Drag a copy of text movie to roll-over state of motion layer of button symbol, and add a background graphics or images to background layer.Position both elements to a place in which these will appear when roll-over state was active.Repeat the steps above for roll-out state.DONE.I'am still not sure if it what you wish to do.Please let's me known if it is not.Thanks,---Magiccode9,
  16. You could change the default index file by opening httpd.conf file. Open httpd.conf from path your have installed xmpserver or apache2\conf directory. find a string "<Directory>" that includes an value that point to your document root directory. Add or change a line that start with "DirectoryIndex ..." to "DirectoryIndex index.html index.php" e.g. For instance, you have installed xmpserver or apache2 to c:\program files\xmpserver2 then xmpserver_root = c:\program files\xmpserver2 Open the httpd.conf file from a path like [xmpserver_root]\conf\httpd.conf Search for a string that look like this, "<Directory '[xmpserver_root]'>" Then, add or modify the setting of "DirectoryIndex" look like this, DirectoryIndex `page list` the page list is a space separated list of default you wish server to use when a request arrived to the server, such as, DirectoryIndex index.html index.php save and restart xmpserver or apache2 server and test it. P.S Besides the above method. You may also put the DirectoryIndex directive outside of any Directory directive.
  17. Personally, I like to use Firework when time I build slices and another effects such as rollout, rollover ... etc.It simply enough and can do the job well within 10 - 15 mins.However, when doing other graphics editing.It is not good as compared with Adobe Photoshop.Any one may required to spend some time to master the operations.
  18. Actually, even I got a super fast computer and a lot of memory.I still won't go with Norton as it has high memory usage.Also, it installed too many services on the system and most of thesestarting up at the time when system start.It totally slow down system initial boot time even when opeating the system.So I instead go with mcafee or another version that use less memory.
  19. Before editing the file, please make a copy of all files ! Open viewtopic_body.html from [phpBB-dir]/styles/prosilver/template then, FIND <!-- IF postrow.POSTER_FROM AFTER ADD, anythings you would like to appear on the user profile section. Note that you may need to adjust the position up or down to suite your need. Save all files and login to phpBB forum. Then, goto administration index page. Click the Purge the cache button. Repeat above steps to adjust positions, styles ... etc. --- Yout may optional include your new template data from external file by using <!-- INCLUDE xxxxxxx.html --> e.g. Create a file named say usermorepic.html and add any html tags you like to appear on the user profile section. Then, save it under the same directory as viewtopic_body.html. Open the viewtopic_body file again and search for a location you like to add the above new code. for instance, <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF --><!-- INCLUDE usermorepic.html --> done. To save time when editing template files without manually clear cache. Go to Administration console and enable recompile template when change occurs. Admin -> General ->Load Settings -> Recompile stale style components -> yes done.
  20. I think GIMP might suite for manage photo but only for advanced who can write scripts.As I knew that GIMP has build-in a script engine like photoshop now has javascript build-in into it .It should be almost any effect could be archived by use it.Some filter that GIMP bundles also was build by the script engine.
  21. Thanks your this great discussion.Before this I have to go with phpmailer.Now, you let know how to correctly construct a mime mail.I will check it again tonight.Thanks again !---Magiccode9,
  22. Hi, I'am testing and learning how to use vbulletin.But there is an issue with vbulletin 3.6.8 p1 and php 5.2.6.When both running at the same time.When using the wysiwyg tool of a posting editor.The server cpu usage will growth to 100%.But after switched back to php 5.1.6.It is work fine without any issues.Also, because vbulletin 3.6.8 was used on most forum.It seems that the source of problem not came from it.Hmm... Any ideas about this ?Thanks,---Magiccode9,
  23. I'am currently use little,Eclipse IDENotepad++Foxit ReaderGIMPInkscapeFirefox 2.0.xWink ( Screen Recording software )utorrent
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.