kelvinmaki
Members-
Content Count
169 -
Joined
-
Last visited
Everything posted by kelvinmaki
-
Another way to manipulating of data in the background without having the user to login to refresh the database table is by using crontab or cron. Basically Cron is a scheduler that set the time and date when you want to execute certain query. So in your codes, you don't have to state the time and date, instead put it in cron to do the job. Then define which query to execute when the date/time met. eg. your update queries. In the case, your codes will be more readable and effective. Any thoughts from others? Cheers
-
Which Operating System Is Better? Its a poll
kelvinmaki replied to swinkid's topic in Websites and Web Designing
From what I see in the article on Vista, you are probably right. -
Color scheme for the website is important as well. Not more than 4 main colors and they need to be contrast. If you choose those colors wisely, your site will look professional even its just static. And of course you can have different shades of those 4 colors. Currently most of those images are in gif format. They are particular small in size. Try not to use animated gif, instead use flash. Those animated gif will only make your site looks 'puffy'. Page layout is very hard to determine as i'm not a designer myself. Try to look around at some open source web design and pick up some nice layout. But most of them will be using CSS. So you will need some knowledge of it to edit those.
-
It will definitely saves a lot of work and expenses but I think that will still be a long way to go. But I would really like to see those cars out there to be able to levitate of the ground.
-
Which Operating System Is Better? Its a poll
kelvinmaki replied to swinkid's topic in Websites and Web Designing
Windows XP is so far the most satisfied among all the OS. Used linux and Vista too but for the same reason as many others out here, Vista is still very new and need a lot of patching and service pack. For Linux, some distro are pretty good, however you really need to know what you really want in order to choose those package that suit you best. Application wise, Linux is lack of that compare to windows. Anyway Windows XP are pretty good with SP2. Most of the stuff are in and comparing performance, Windows XP SP2 will definitely win Vista for now. Tons of Application for windows to play with and of course if anyone are into worm or trojan, you can use Windows XP. But moreover most of the university around here are using Windows XP.. Cheers -
Don't you think that Google is taking over every possible application, business on the web? Look at this page. Their application are increasing. Hmm.. and Google Ads are crazily everywhere..
-
I thought first of all, you need to boot to Safe Mode to remove the trojan? I don't see anyone does that. Anyway, I've infected by Trojan previously and don't have to completely reformat my PC. There's a few steps I did. 1. First, download a McAfee Stinger from the website. Get the latest version so that they have all the latest trojan remover. 2. Get the Latest Trend Virus Pattern Files from Trend Micro. This virus pattern file are updated pretty often. So it will contain all the latest reported worm and trojan. These two are good enough. If not, 3. Get the free Ad-Aware SE. Nothing to lose. (You need to install it before going to the next step. And of course UPDATE IT) 4. Disable you System Restore. 5. Reboot your PC and enter safe mode. (If anyone doesn't know how, press F8 at startup and a black screen should appear, choose Boot to Safe Mode) 6. When you are at windows, run the 3 programs that you've downloaded. Always perform Full Scan for all drives you have. 7. After you've done your scan, run regedit.exe and see whether the file 'sys.exe' still in your registry. If there isn't, restart your windows to normal mode. 8. When your windows is loaded, run the 3 programs again. Remember Full Scan. These are the steps I did to remove worms and trojans from my PC. It works for me. But of course other trojans and worms might not be effectively removed by these steps. There are some trojans that need specific procedures to remove. Cheers.
-
Acutally what Lee said were quite right. I've done some cron that run in the background on certain time from the web server. The cron job are just scheduler that will execute those php codes to the time you specified. You can schedule a game engine to run at the background and update some specified data in the database. Eg. A soccer match engine can be program to run when the cron job starts and end 90mins later. every minute will run some kind of script that update the database. So even if there's anyone online, they can see the what happen without you (Administrator) clicking for it to execute. But I think that's not the only way to do it. Maybe you can google and try finding some better and effective solutions out there. Cheers
-
Slax: A Very Cool Alternative Live Cd Os! cool SLAX
kelvinmaki replied to Ronel's topic in Websites and Web Designing
Yah.. Love the concept of live CD. No long installation to test out the OS. Just boot it and there you go. But anyway you are right to say that windows and mac are operated by big companies, however I've used linux and they are very powerful if you know what you want for your OS and app. (they only things is that there's a lot of configuration) A lot of open source application are very powerful too. e.g I would choose Eclipse over Net Bean. Just my 1 cent worth. Cheers -
Slax: A Very Cool Alternative Live Cd Os! cool SLAX
kelvinmaki replied to Ronel's topic in Websites and Web Designing
Actually in BIOS, you need to setup to boot from CD -> USB -> HDD. So if there's a bootmgr in the CD, it will boot from CD first. eg. window CD or linux CD. If there's no CD, then it will boot from USB then HDD. Btw, you can create your own BootMgr to put it in CD and boot from a few Live CD since those are pretty small in size. But haven't tried that yet. Tell me if anyone tried those. Cheers -
Honestly, if I were you, For using eclipse for coding, I would really like a 17" screen. It is so frustrated to keep scrolling to see the codes although you can use the F3 to look for the method. But 6pt fonts are really tiny.
-
Best Ad Placement on a Website
kelvinmaki replied to Nisshutsu's topic in Websites and Web Designing
But provided you have a lot of traffics to your site. Sometimes putting pay per click is more profitable for low traffic site if you know how and where to put your ads. Just a thoughts. -
True.. Why not get a 13" screen which will use lesser power as it requires lesser lighting elements. Hmm. But of course you are fighting against the size of the fonts. Cheers
-
'disk Read Error Message' On Start Up Error
kelvinmaki replied to 9em-x's topic in Hardware Workshop
Oh yah, if you are on Vista. Tried Vista once and got error on the BootMgr. So uninstalled it and stick to XP. Currently it is not very fast on the OS. Heavy loading with all that graphics. -
'disk Read Error Message' On Start Up Error
kelvinmaki replied to 9em-x's topic in Hardware Workshop
If you have a windows XP cd, do the step what wutske recommended. If its the case that your windows xp comes with all the bundle drivers which you can only use it to restore your whole computer, run your Boot CD. First, make sure that your bios is set to boot from CD then HDD. (Some bios setting will bypass the CD reading at startup) When the CD loads, an option screen should appear. Choose something with CD driver support in DOS. (Normally what a BOOT CD should do). When you are in command prompt, put in your utility CD and list that directory. there should have something to do with 'CHKDISK' or 'check disk' or something related, use that option and follow the chkdsk /r steps that wutske has mention. Post back whatever you've seen on screen and whatever steps you've made. Try to narrow it down. Cheers -
Wierd Problem With $_post/$_get/$_request
kelvinmaki replied to SilverFox1405241541's topic in Programming
Agreeded. I've not been coding for long but sometimes do make such mistake that are so visible. And when I show my codes to someone else, they just find out the root cause within a few minutes. So if you want to share your codes, just paste it. Definitely someone will be able to spot something. -
Totally Agreeded... I'm so used to have computers around me but of course won't die without one. But its making our life so much more convenience Especially Internet banking, online shopping, Email. 10 years back, you never knew this kinda things will happen. Seriously I think that everyone of us have already accepted that computers are already part of our life. Definitely for me. That's why I voted for more than 8 hours. Sometime my parent really gets annoyed stick to the computer for the whole day. Cheers
-
Windows Coa Labels - Now Torn For Your Security!
kelvinmaki replied to jimmy89's topic in Websites and Web Designing
That's really weird...I'm owning a Toshiba Laptop and now then I realized that its just under my laptop. -
Honestly getting a laptop really depends on what you want. And of course try to get better performance specs if possible. For laptop, its not that easy to upgrade compare to desktop. So if you just need it for programming or something related, a good graphics card is not necessary. I mean just go for the minimal. An onboard graphics card from Intel are pretty good. But of course its not comparable to ATI or Nvidia. So the you can invest those $$ on higher performance processor. For now, Intel Core 2 Duo and AMD, I would go for Intel. Laptop are suppose to be portable, so go for 14.1' screen. so when it comes to battery life. It's my first priority. You will really get frustrated when you are out there doing something important and the battery is running out. Cheers
-
Wierd Problem With $_post/$_get/$_request
kelvinmaki replied to SilverFox1405241541's topic in Programming
SilverFox, Let me get it correctly, you are passing a textbox over by the $_POST, and only at the last IF statement, you are getting the value 1. So at the last IF statement, what you printed out is value 1 am I right. It could be an empty array in the $_POST. When its an empty array, using echo, print or print_r, it will gives you a 1. If that's no the problem, you can pm me with the html codes and the script of IF ELSE. I can test it in my system. That will be easy to debug rather than speculating all the possible reason. CHEERS -
25 Gb Of Secure Online Storage mediamax.com/
kelvinmaki replied to hazemmostafa's topic in General Discussion
Installed and tried it. Uploading 100MB of Music Album couple hours ago and now its still uploading. Anyone experience such slow upload? Might have large space but its pretty slow. Anyway Interface is quite easy to use. Think its yet another megaupload kinda site. But still worth a try, might work for you guys with faster uploading and downloading speed. Cheers -
I would understand especially when you are a student. Not that I'm encouraging not buying software, but think about it. There's so much freeware around and of course open source application. Sourceforge is one of the website I usually visit. And here are the list of software in my computer. Microsoft XP OEM FileZilla FireFox ThunderBird Xammp Open Office 7-Zip GIMP Active Virus Shield Putty Google Talk Itune - all time favourite And somemore from sourceForge.. So you can see, most of my application are free. Cheers
-
Meteor Strike Caught On Video ( Clips Website )
kelvinmaki replied to darkranger's topic in Websites and Web Designing
That was way too cool to be true!!!.. Haha. Never thought It could be caught on video. Except on the movies.. Haha -
Hmm.. Anyway any of your guys really use the phone camera functions for taking pictures or any serious photos that you would develop or keep in backup? The only time I've used the phone camera function is to capture the bend on my car when I got into an accident, so that I could use that evidence to claim from his insurance company. jk
-
Wierd Problem With $_post/$_get/$_request
kelvinmaki replied to SilverFox1405241541's topic in Programming
Can you paste the whole code or rather the rest of the if statements? So you trying to get the $_POST data from a form? And for the 'command', what is it? eg. Radio, text input, drop down box. If you could put some codes from the form till the form action and then the if else statement. Might get some clues on why this happen.