mobile information sytem Programming Web Development by shosoloza2010 … implement this? Question 2 How would an architecture of this sytem be or look like?? Question 3 what security, legal, ethical… A small Basic CMS sytem Programming Web Development by nats01282 Hi all, I am after creating a small basic CMS sytem that will allow me to Change things after i have uploaded my site, How would i do this? I would like to change descriptions and add photos to the site? Need database design for multiple poll sytem Programming Web Development by sam230 i have to make a polling sytem with multiple Questions having multiple Questions. for example Q1 - best … Re: Order Tracking sytem. Please help assp. I have no idea how to do!!!!!!!!!!!!!!!!!! Programming Software Development by luckystar89 …ordernumber,mm,dd,yy,num,desc,cost); return userchoice; } sytem("cls"); print(); break; case '2': for… cout<<"* Welcome to the Order Tracking Sytem *\n"; cout<<"* *\n";… Re: Virus alert! icon in sytem try maybe spyfalcon Hardware and Software Information Security by shrimpygirl I still have the icon in the sytem try next to clock. I don't think it is spyfalcon though links to it. I not got it installed. What should I do? I restore my computer to early date. Should I reinstall the system? I just want to know where to go from here? it is in safe mode. Re: Order Tracking sytem. Please help assp. I have no idea how to do!!!!!!!!!!!!!!!!!! Programming Software Development by tesuji …,ph,ordernumber,mm,dd,yy,num,desc,cost); return userchoice; } sytem("cls"); print(); break; [/code] btw, return placed correctly… Re: Newbie non-invocable member 'sytem.net.mailmessage.to' cannot be used like a method Programming Software Development by Lusiphur … you specifically what's wrong there... "non-invocable member 'sytem.net.mailmessage.to' cannot be used like a method"… sytem woes Programming Software Development by iamthwee Hullo, I'm trying to make a write a program to automatically create a jar file in java. I've got this far and this works. [CODE]#include <windows.h> #include <direct.h> #include <fstream> using namespace std; int main() { chdir("C:/j2sdk1.4.2_04/bin"); system("javac Saluton.java&… Re: sytem woes Programming Software Development by WolfPack Search for CreateProcess [quote=Platform SDK] BOOL CreateProcess( LPCTSTR lpApplicationName, LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCTSTR lpCurrentDirectory, LPSTARTUPINFO … Re: sytem woes Programming Software Development by iamthwee I have no idea what that means. Seeing as you have taken the time to learn the [B]msdn manual by heart[/B] do you think you could code up a sample snippet. :cheesy: Or is using system() ok here? Re: sytem woes Programming Software Development by WolfPack [QUOTE=iamthwee]I have no idea what that means. Seeing as you have taken the time to learn the [B]msdn manual by heart[/B] do you think you could code up a sample snippet. :cheesy: [/QUOTE] There is an example at the bottom of the page I linked. [QUOTE=iamthwee] Or is using system() ok here?[/QUOTE] Personally for something like this I would … Re: sytem woes Programming Software Development by iamthwee Ah, just noticed your edit... This works although I need to wrap it up into a function: [CODE]#include <windows.h> #include <stdio.h> #include <tchar.h> #include <direct.h> int main( ) { [COLOR="RoyalBlue"]chdir("C:/j2sdk1.4.2_04/bin");[/COLOR] STARTUPINFO si; PROCESS_INFORMATION pi;… sytem restore trouble Hardware and Software Information Security by Tamtashun system restore comes up blank nothing to choose from here is my hijack this: help me PLEASE!!! Logfile of HijackThis v1.99.1 Scan saved at 7:39:47 PM, on 1/19/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\… Re: sytem restore trouble Hardware and Software Information Security by jbennet did you actually make any system restore points? is it enabled? Re: sytem restore trouble Hardware and Software Information Security by Tamtashun [quote=jbennet;303679]did you actually make any system restore points? is it enabled?[/quote] yes i had made one previously only less than two hours before that....and now it REFUSES to show up again, i need to go back further than i did...and now just blank when it comes up, i only went back one day (jan 18) Re: sytem restore trouble Hardware and Software Information Security by jbennet maybe you cant go back further than the current one? your HJT log looks normal Re: sytem restore trouble Hardware and Software Information Security by Tamtashun [quote=jbennet;303687]maybe you cant go back further than the current one? your HJT log looks normal[/quote] well darn, i could go further back earlier, was just too scared too because i was fighting virii HORRIBLY like three months back, but was only hoping to go back about 2 months *sigh* thanks for ALL help, you guys have been great, and … Re: sytem restore trouble Hardware and Software Information Security by Tamtashun [quote=jbennet;303679]did you actually make any system restore points? is it enabled?[/quote] ok my search function is blank as well...wth did i do wrong with the system restore from earlier?hell i cant even hit the "insert picture icon" in this window UGH sytem freezing problem Hardware and Software Microsoft Windows by venuse ok i basically have 2 different types of freezing on my comp. first my computer freezes while im playing games like ,battleships forever, elder scrolls morrowind, and stick online. when it freezes on these games the only thing i can do is move my mouse around then after a while a complete system freeze. on these system freezes i have to manually … sytem flowchart Programming Computer Science by augie0216 Im confused on how to draw a system flowchart. I just like small example to get me started. I have a database with twenty clients in it I need to add or delete clients. can someone please show me how torepresent this in a system flowchart. Thanks Re: sytem flowchart Programming Computer Science by jwenting take paper, take pencil, apply the one to the other. Re: sytem freezing problem Hardware and Software Microsoft Windows by binoj_daniel hi, Can you try playing it in Safe Mode with N/W. Also try this as next step. Re: sytem freezing problem Hardware and Software Microsoft Windows by venuse sorry for not knowing this but what is N/W. although i know how to put the comp into safe mode so that shouldnt be a problem. im not very tech savvy i just placed this on here hoping some one can help. also i tried taking the comp to the person that assembled it, a few days ago, and he didn't know what was wrong. i just tried the other day of … Re: sytem freezing problem Hardware and Software Microsoft Windows by binoj_daniel N/W means Network. Also the system freeze could be due to Memory leaks from these legacy apps. Try those steps and let me know. Re: mobile information sytem Programming Web Development by shosoloza2010 Basically all in one means the following: students should be informed of: class changes by text inform lecturers that they will be absent Would be informed of upcoming seminars Also display a map of where they are on campus Provide them with information about rooms and buildings as they pass!so some kind of GPS for all the above issues!, … Re: A small Basic CMS sytem Programming Web Development by samarudge If you want to create your own CMS you will be looking at MySQL with PHP. There are loads of tutorials on this however there are a few realy good, pre-made CMS systems that will do all the work for you. Check out Joomla, Wordpress & Thesis or Drupal Re: A small Basic CMS sytem Programming Web Development by elephant94105 Hello Nats, you can also consider [url]http://www.seotoaster.com[/url] or [url]http://www.pixiecms.com[/url], both are easier to handle than Joomla or Drupal for certain. The former also focuses on making your website very visible with search engines. Let us know what you end up doing. Re: A small Basic CMS sytem Programming Web Development by Stefano Mtangoo Go for your own if you are capable and if site is not too complex. It will work EXACTLY as you want. You can also do changes as you wish. The loss is however advantage of ready made, well secured and rich feature CMS. However it is worthy it after some time of maintanance. So you decide. If you go for your own, the definitely PHP/MYSQL is for you.… Re: A small Basic CMS sytem Programming Web Development by nats01282 The site is a custom made e-commerce project for a friend, they do not want a template like zen-cart or anything just a custom built site, the site is a game developers shop were custom made games are sold, My friend wants to be able to uplad the .exe files and ad a description and add snapshots of the game to a blank page without my knowlegde in… Re: A small Basic CMS sytem Programming Web Development by samarudge [QUOTE=nats01282;1199388]The site is a custom made e-commerce project for a friend, they do not want a template like zen-cart or anything just a custom built site, the site is a game developers shop were custom made games are sold, My friend wants to be able to uplad the .exe files and ad a description and add snapshots of the game to a blank …