Archives | Contact | Privacy Policy
31. March 2008
Nerd 2.0

Abridged text, but HTML open?

Again it happened that an unclosed HTML tag has destroyed the excerpts from my layout, but the network can indeed always find a solution quickly.

So here is a PHP code snippet of all open HTML tags closes. Although not a nice solution, but something better has occurred to me on the fast too.

 function close_tags ($ html) {/ / Close all open tags in an array preg_match_all ("#<([ az] +) (.*)?(?!/)># iU ", $ html, $ result); $ openedtags = $ result [1] / / all closed tags into an array preg_match_all ("#</([ az ]+)># iU ", $ html, $ result); closed $ tags = $ [result 1 ], $ length = count ($ openedtags) / / All tags are closed if ($ count (closed tags) == $ length) return $ html, $ openedtags = array_reverse ($ openedtags) / / Close tags for ($ i = 0, $ i $ length <$ i], $ closed during the day) $ i + +) {if (in_array ($ openedtags [) $ html .='</'.$ openedtags [$ i ].'>' ; else unset ($ closed during the day [array_search ($ openedtags [$ i], $ closed during the day)]);} return $ html;} 

Source: textsnippets.com

30. March 2008
Nerd 2.0

The next big leap - WordPress

Now, after a rather unexpected final phase, it is finally here and WordPress 2.5 is released.

The update was (thanks to small changes in the theme) so far without friction over the stage.

In any case, one can say the update has been worth it, if only on the new admin interface.

Have fun updating I wish you, it's worth it!

Sources: WordPress deutschland.org , wordpress.org

PS: Man, what strikes one not all at such an update. For example, the new version of my FTP tools (SmartFTP) now supports parallel uploads.

24. March 2008
Nerd 2.0

News from the "Berliner South Park"

Not only American town "South Park", but also in Berlin things are heated!

For at last episodes are now the new " Berlin South Park "was published, which in any case should not be missed.

Read more »

18. March 2008
Nerd 2.0

WordPress 2.5 will come later!

It was supposed to on 17 March according to WordPress Germany and as far as his next big show, the WordPress update.

But yesterday was both on the maternal side as well as on WordPress Germany all still.

What happened wondered many users?

Of course, could not be more news to wait a long time and so was today version 2.5 RC 1 released , including screenshots, a lot of promise.

17. March 2008
Nerd 2.0

C # WebRequest and faulty web server

C # Post request to work in their standard, unfortunately, not all web servers.

It can happen that when a misconfigured web server a "(417) Expectation Failed" WebException is thrown, because the Web server is not "100-continue" returns.

Very annoying and something not too easy off, but we can.

 / / "HTTP_EXPECT" off
 System.Net.ServicePointManager.Expect100Continue = false;

Thank you for the solution to haacked.com .

13. March 2008
Nerd 2.0

Countries protection without limits!

"This file can be downloaded from Russia just because Advertisers pay nothing for our foreign visitors" was the freely translated from the Russian message to me today stream.ifolder.ru received.

Beautiful I thought, then we test times from how far these countries the recognition can be manipulated and looked forward to www.samair.ru same time a proxy server located "Russian Federation" to post.

Promt dialed me and the download was granted even though the selected server is not even properly anonymized.

Beautiful country detection, 5 minutes passed and still unprepared for my DSL 2000 line completely used can be downloaded.

A senseless high on protection measures!

9. March 2008
Nerd 2.0

Frontlines - Fuel of War: Bonus Levels

send for a very, but unfortunately something Singelplayermodus recently, I've still a little looking around in the menu.

And who says so? There are two more levels you in the area - can unlock the Tools> Bonus content "with the following codes.

sp-village - Village Level
sp-street - Urban Combat Level

It's worth it!

4. March 2008
Nerd 2.0

CeBit, but free!

Who wants to this year's CeBit, but still has a ticket that can save their money and maybe better in other ways help the ones and zeros to make billions.

Just visit one of these links and be amazed in Hanover.

www.cebit.de / computer image
www.cebit.de / basis_a
www.cebit.de / basis_b
www.cebit.de / basis_c
www.cebit.de/vorregistrierung_code?ticketcode=td3g4
www.cebit.de/vorregistrierung_code?ticketcode=sg8k3
www.cebit.de/vorregistrierung_code?ticketcode=fq7a7

Now is only a free registration at the CeBit page needed and it can be printed hard. Up to 7 free tickets are available per mailbox.

Have fun at CeBIT 2008. Maybe we'll meet.

Many thanks to Gulli , Polar Wolf & JDK.de for something cheaper become you!

3. March 2008
Nerd 2.0

Windows release, where are you suddenly?

And again it happened after Windows was purified once again, is a possible first one to two weeks later on that something no longer works.

What I did last time anyway?

This time it had caught the network shares, so I could not access my shares, nor anyone else. Very annoying if you'd like to quickly move a little.

So after some aimless wanderings on the net (after what is one to look too), I looked once in the Windows Event Viewer and see there chic red crosses.

Error ID 4311 - Source NetBT, for these cryptic errors there are solutions at EventID.net .

Conveniently, a solution was also similar in the comments and that a changing a key in the registry.

The key
"HKEY_LOCAL_MASCHINESYSTEMCurrentControlSetServicesNetBT
ParametersTransportBindName "

Should the value "device" (without the quotes) obtained.

After Windows restarts type Sichen now everything went away.
Thank you, Internet.

Your Body

2. March 2008
Nerd 2.0

Failures of the page

I apologize for the recent times more frequently occurring breakdowns of my pages.

Is somewhere a bug in the server configuration, which is busy with the consequence that the memory completely and no more requests are possible.

Now I hope this problem is now a thing of the past. In conjunction with Apache 2, MySQL, and memory problems, I can highly recommend this forum thread.
>> Tuning Primer Script

Yours sincerely,
Your Body-Snatcher