Site Moved
Moderator: General Moderators
Site Moved
If you can see this, then you are viewing the site on the new server. Hopefully all goes well!
If you experience any problems on the new site, please post the problem in this thread with any information that you can provide. Thank you for your patience and understanding.
Update: Currently the hosting fee's are coming out of my pocket directly. Therefore, I am opening up donations. Donations will be used strictly for hosting fees. Any and all help is greatly appreciated. If you want to donated, there is a little donated button at the top of the forum that uses PayPal to obtain the fees. Also, while it's not currently set up, we are working on setting up a non-profit organization for DevNetwork that will put the domain and the forums directly under it's control. Finally, over the next few days, I'll be talking about some other things I'd like to offer here at DevNetwork, such as free project hosting for open source projects.
Update 2: Me + Fixing DNS = Recipe for disaster. Thank god the HostNine guys are there to tell me "Um... no. Stop. You are doing it wrong." Once everything is finalized, I'll provide a much more interesting story. Until then, have I mentioned how much I hate networking and stuff?
If you experience any problems on the new site, please post the problem in this thread with any information that you can provide. Thank you for your patience and understanding.
Update: Currently the hosting fee's are coming out of my pocket directly. Therefore, I am opening up donations. Donations will be used strictly for hosting fees. Any and all help is greatly appreciated. If you want to donated, there is a little donated button at the top of the forum that uses PayPal to obtain the fees. Also, while it's not currently set up, we are working on setting up a non-profit organization for DevNetwork that will put the domain and the forums directly under it's control. Finally, over the next few days, I'll be talking about some other things I'd like to offer here at DevNetwork, such as free project hosting for open source projects.
Update 2: Me + Fixing DNS = Recipe for disaster. Thank god the HostNine guys are there to tell me "Um... no. Stop. You are doing it wrong." Once everything is finalized, I'll provide a much more interesting story. Until then, have I mentioned how much I hate networking and stuff?
Last edited by jason on Fri Nov 30, 2007 2:56 pm, edited 3 times in total.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Testing some code stuffs:
Code: Select all
<?php
// Split words and phrases
$words = explode(' ', trim(htmlspecialchars($HTTP_GET_VARS['highlight'])));
for($i = 0; $i < sizeof($words); $i++)
{
if (trim($words[$i]) != '')
{
$highlight_match .= (($highlight_match != '') ? '|' : '') . str_replace('*', '\w*', preg_quote($words[$i], '#'));
}
}
unset($words);
?>- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Yay!
All fast now. I figured it was moved once it loaded on my first attempt.
All fast now. I figured it was moved once it loaded on my first attempt.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
So what do you have against 1970? It was a good year! :pOren wrote:Oh and on the main page the "Last Post" for "The Testing Side of Development" forum is: Thu Jan 01, 1970 3:00
Seriously, this is great! THANK YOU, THANK YOU, THANK YOU! Are there some expenses involved? I am certainly willing to contribute.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
On a side note, I'd like to mention the host that we have moved to: http://www.hostnine.com/. Devnetwork is running on a their Advanced server offering. And we've finally moved to PHP 5!