Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Actual Results
- Inito
- Forum: Microsoft Windows Forum
- Topic: Vista BSOD
- Subject: Vista BSOD
- Replies: 1
- Views: 338
- Subject: Vista BSOD
Posted: September 11th, 2008, 9:26 pm
My friend has a recently new (~2-3 weeks) laptop from Toshiba. At random points, it restarts and shows a BSOD. The following error is shown: Problem signature: Problem Event Name: BlueScreen OS Version: 6.0.6001.2.1.0.768.3 Locale ID: 1033 Additional information about the problem: BCCode: 1000008e B...
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: RSS Feeds
- Subject: RSS Feeds
- Replies: 5
- Views: 327
- Subject: RSS Feeds
Posted: February 27th, 2008, 12:39 am
Thanks for the suggestions guys. I'll get into it sometime soon. I'll also check out some alternatives, as suggested by you.
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: RSS Feeds
- Subject: RSS Feeds
- Replies: 5
- Views: 327
- Subject: RSS Feeds
Posted: February 26th, 2008, 12:43 am
Thanks, Hob. But wouldn't I need to edit the part that actually does the extracting so that only the titles are loaded, to prevent unnecessary work?
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: RSS Feeds
- Subject: RSS Feeds
- Replies: 5
- Views: 327
- Subject: RSS Feeds
Posted: February 23rd, 2008, 5:53 am
Hi guys, I want to put an RSS feed of Google or Yahoo news on my forum. After a little searching, I came across RSS2HTML (http://www.feedforall.com/free-php-script.htm), which seems to be a working option. However, I would like to have a table of headlines only. Google News RSS Page: http://www.goog...
- Inito
- Forum: Microsoft Windows Forum
- Topic: Establishing LAN connection
- Subject: Establishing LAN connection
- Replies: 5
- Views: 1202
- Subject: Establishing LAN connection
Posted: August 19th, 2007, 7:16 am
Yup, that did the track, thanks again mate!
- Inito
- Forum: Microsoft Windows Forum
- Topic: Establishing LAN connection
- Subject: Establishing LAN connection
- Replies: 5
- Views: 1202
- Subject: Establishing LAN connection
Posted: August 19th, 2007, 6:08 am
Yeah I searched my ass off, wondering why it showed no LAN adapter under the device manager. As you guessed it, the wire is plugged in right into my mobo. I remember last time I downloaded drivers off the Asrock website, that took ages, since it's situated somewhere in asia. I'll see if I can get it...
- Inito
- Forum: Microsoft Windows Forum
- Topic: Establishing LAN connection
- Subject: Establishing LAN connection
- Replies: 5
- Views: 1202
- Subject: Establishing LAN connection
Posted: August 18th, 2007, 10:52 pm
When you installed XP, I bet you didn't install the drivers for the network cards, wired or wireless. Those drivers aren't automatically installed. Open the device manager. Make sure the network adaptor(s) are listed and there are no yellow or red marks. Hi Don, looks like you hit the nail on the s...
- Inito
- Forum: Microsoft Windows Forum
- Topic: Establishing LAN connection
- Subject: Establishing LAN connection
- Replies: 5
- Views: 1202
- Subject: Establishing LAN connection
Posted: August 18th, 2007, 10:37 am
Hey, I've just formatted my hd, and I'm back to the newest version of Windows XP. I'm currently connected through my WLAN, since I can't seem to be able to establish my LAN connection. My PC is connected through a LAN cable to the Router, which is connected to the modem in turn. Now Windows Help say...
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: A whole new look at PHP
- Subject: A whole new look at PHP
- Replies: 3
- Views: 298
- Subject: A whole new look at PHP
Posted: May 22nd, 2007, 11:04 pm
Static means the variable doesn't lose its value when the scope it's in is exited, although it is still unavailable to outside sources. Public variables are public, as opposed to protected which are available to the class and its children only and private which are available to the class only. But I...
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: Search Engine Querying
- Subject: Search Engine Querying
- Replies: 8
- Views: 560
- Subject: Search Engine Querying
Posted: May 12th, 2007, 2:23 am
In view of your questions I would advise you to either take a deep dive into the information pool or hire someone to do it for you.
http://www.php.net/curl
http://www.php.net/manual/en/ref.pcre.php
http://www.php.net/curl
http://www.php.net/manual/en/ref.pcre.php
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: Cranking up PHP's use of system resources
- Subject: Cranking up PHP's use of system resources
- Replies: 1
- Views: 375
Posted: May 11th, 2007, 4:08 pm
I've a pretty simple and straightforward question; is it possible to allow PHP to use more system resources (CPU power, RAM) to increase its processing / execution speed? When I'm running some scripts on my local server I don't usually need my PC for anything else, and the CPU usage level is at 5%. ...
- Inito
- Forum: Website Reviews
- Topic: SITE REVIEW: GetWebhosted.org
- Subject: SITE REVIEW: GetWebhosted.org
- Replies: 7
- Views: 423
- Subject: SITE REVIEW: GetWebhosted.org
Posted: May 1st, 2007, 1:04 am
I would strongly recommend removing the dark blue background from the search results, as it makes the results written in a dark font themselves nearly illegible. In addition, the link "Click Here to add a host to this database." is hidden behind the Google Ad on my screen, except for the &...
- Inito
- Forum: Programming / Scripting / Coding Forum
- Topic: Include File Based on Date
- Subject: Include File Based on Date
- Replies: 5
- Views: 417
- Subject: Include File Based on Date
Posted: May 1st, 2007, 12:52 am
You put in a unix timestamp as the second parameter in the date() function. You can convert a date to a unix timestamp with either strtotime() or mktime() (look them up at php.net). However I suggest you forget about date() all in all. Try something like this: [php] $time = time(); thisYear = date('...
- Inito
- Forum: Website Hosting Forum
- Topic: Hoping to find some hosting guidance
- Subject: Hoping to find some hosting guidance
- Replies: 4
- Views: 557
- Subject: Hoping to find some hosting guidance
Posted: May 1st, 2007, 12:41 am
Thanks for the recommendation, but they only offer 150MB disk space, 250MB bandwidth which I feel is too little even for this. In addition, they don't allow automated scripts, like the crawler in my case.
- Inito
- Forum: Website Hosting Forum
- Topic: Hoping to find some hosting guidance
- Subject: Hoping to find some hosting guidance
- Replies: 4
- Views: 557
- Subject: Hoping to find some hosting guidance
Posted: April 30th, 2007, 2:40 pm
Hello hello, I'm intending to bring a nearly completed project of mine online soon, but I'm left with no hosting account - so my quest to find one begins. Having, up till now, almost always worked as a freelancer I had the luck to have friends willing to temporarily host projects for my clients whil...

