phpCrawler.de News



      phpCrawler.de News
http://www.phpcrawler.de

Typ/Viewer: RSS/ RSS-Reader Aufgenommen: n/a Aufrufe: 132

Kategorie: Computer, Technik > PHP

phpCrawler.de - Die intelligente Suche zum Thema PHP

Nachrichten aus dem RSS-Feed: phpCrawler.de News
Deflattred

TheideaofFlattrgood peeringsfor hosting their API and even worse, their DNS is slow as hell.

Before:

After:

Deflattred
Nasty Bug in Ubuntu 10.04 TeX Live Listings Package

Bug #573653), does anyone have an idea how to fix this? Please sendmean email.

Update

A solution/workaround seems to be this:

\lstset{ numberbychapter=false, }
Dear Monty,
a great comic regarding the Oracle-Sun-MySQL deal. By the way, where did you get my e-mail address from to spam me?
Book Review: Mastering phpMyAdmin 3.1

phpMyAdminsince... Hmmm... Well... The times before I used to code inPHP. So when offered to reviewMastering phpMyAdmin 3.1

The book is full of information for all kinds of users from beginner to professional. I only gallopped through the first chapters covering setup, basic usage etc. while luckily not covering basic SQL topics, so if you are new to phpMyAdmin and know basic SQL, this book may be the right one for you. Since phpMyAdmin has evolved in the last years and is still evolving, also the experienced user may find something new here.

fellowreviewers.

If you are new to phpMyAdmin, you should buy this book. Even if you are using phpMyAdmin since some years, you may find Mastering phpMyAdmin useful.

Google Chrome

So withChrome,Googlejoined the browser market, having chosenWebkit, the same engine that drivesAppleSafariand some mobile browsers (including theAndroidbrowser andNokiaKDE

MicrosoftandMozilla(a company that generates most revenues from Google btw.)? Speaking of the desktop market, with IE 8, Microsoft has a promising browser in their pipeline. With Chrome, Google has a promising browser in their pipeline, with Gecko basedFirefox, Mozilla has a good browser in the market and with IE 7, Microsoft has a browser that works well for a lot of people in the market. Safari andOperacurrently are only relevant in some niche markets.

& Webkit in the mobile market? Will there be any significant changes to the desktop market?

  • No privacy. Google EULA allows them to collect a lot of data about me and my surfing behavior, to inject ads wherever they want and to use my or other peoples content for their marketing purposes.

TheChromium

(Ab)using twitter for Nagios IM/SMS notification

Two months after signing up forTwitterJSONinterface forNagiosnotification. It is dead simple, much simpler than implementing standardIMorSMSnotifications in Nagios and it even seems to comply with:

define command { command_name notify-by-twitter command_line /usr/bin/curl --basic --user"user:password"--data-ascii"status=[Nagios] $NOTIFICATIONTYPE$ $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$"http://twitter.com/statuses/update.json } define command { command_name host-notify-by-twitter command_line /usr/bin/curl --basic --user"user:password"--data-ascii"status=[Nagios] $HOSTSTATE$ alert for $HOSTNAME$"http://twitter.com/statuses/update.json }
Ligatus DirectAds is live

WithDirectAds, we launched our self service tool some days ago. In short,Ligatusis a performance marketing network (this means, you pay per performance i.e. clicks or leads, basically like Google Adwords,just better

MySQL&Skoll DCQA

OnGTAC 2006(which was called LTAC in those days), I metAdam Porter, professor atUMDand heardhis talkabout his projectSkoll. Skoll is a system for continuously assuring the quality of software under different configurations while intelligently choosing which to run and thus basically saving time. Amazing stuff!

During that time,MySQLwas looking for an easy way to integrate more people from their community into their QA process and started theMySQL Build Farm Initiative. Adam was searching for open source projects to demonstrate his technology on. So I brought them together.

Skoll community client. Now that the conference is over for some weeks, the firstresultsare available.

GTAC 2007

. Thanks toAllen, Amy and Susan for organizing such a great event!

The talks are online:

As well someofficial pictures(and unofficial ones on various photo storage sites),other attendees feedback, somelinks in the backlog.

A lot more stuff may be online. If you are curious: The official tag isgtac.

GTAC 2008 will take place inHyderabad, India

My photos are unavailable to Youhoo!

Flickr is one of the few web sites, IYahoo, then it got slow and now itpatronisesme. It may not beFlickrSingapore,Hong KongorKorea

There are dozens of alternatives likeZooomr,Photobucketor the germanFotocommunityinged my Flickr/Yahoo! account. The only open question to me is, where my peers may most likely hang around. If your open question is how to get you photos out of Flickr, you may tryFlickrdown.

You may comment here, where you are going to hang around in the future.

Update:

Update 2:

Update 3:

Update 4:

Update 5:

Update 6:

Update 7-n:

PHP on Cruise - Assuring compatibility with new PHP versions

Assuring compatibility with newPHP"suddenly"get fixed. SometimesBCbreaks are inevitable. On the other hand there are no bug fix-only or security fix-only releases, so you are more or less forced to regularly update your PHP.

Assuring compatibility however is easy with a little help ofCruiseControlas long as you have automated tests for your software:PHP on Cruise

Basically, PHP on Cruise fetches the latest version of the CVS (stable) tree, compiles it with your standard configure options and runs your tests. If these tests pass, you should be fine with the next version. If these tests fail, either PHP has been broken, or your application uses deprecated stuff or uses bugs as features. If the latter is the case, you have enough time to fix your application (you should by the way think aboutsetting up continuous builds for your own project). If not, you should report the issue atbugs.php.netto make PHP better.

Making PHP better is another issue to publish this little howto: Although PHP QA has evolved in the last two years by heavily improving the test coverage with the help ofgcovthere are still several things to improve: Broaden the tests and broaden the test base. PHP on Cruise helps with that by allowing everyone to run his own tests on his own platform in his own configuration without investing too much time.

Firefox 2 changed to the worse

Example 1: Closing Tabs

<"/blog/uploads/ff1_tabs.png"alt=""/>
In Firefox 1.5 it was possible to close tabs with the mouse without having to move the cursor to each tab.

<"/blog/uploads/ff2_tabs.png"alt=""/>

(Yes, I know [CTRL]-[T])

Example 2: Clearing Private Data

<"/blog/uploads/ff1_privacy.png"alt=""/>
In Firefox 1 it was possible to decide, which private data to clear on demand.

<"/blog/uploads/ff2_privacy.png"alt=""/>
Removing the Apache"Server"Header

AltoughRFC 2616does not require sending theServerheader in HTTP responses, even saysServer implementors are encouraged to make this field a configurable option, theApache HTTP Server"Apache". Evenmod_headersUnsetdirective does not allow unsetting the header.Apache claims this a feature- a very annoying one in my eyes.

For security, this is enough. If people like to find out, which server and modules you are running, they can anyway. However, some people like to change the name to something completely different tofeelmore secure or to be cool. This can be done easily by patchinginclude/ap_release.h.

While theap_release.hServerheader at all. Why? Removing it adds no security, but it saves 17 bytes -Server: Apache\r\nContent Delivery Network.

dirty patch(against Apache 2.0.58) with you. To apply do:

user@host:~/httpd-2.0.58# patch modules/http/http_protocol.c< noserver.patch

before compiling it.

And readthisbefore you go to bed.

Update:

This patch(see thisdocumentation) introduces the new optionOffto theServerTokensthey have the patch.

Update: Compatibility List

  • These patches work against
  • httpd 2.0.58
  • httpd 2.0.59

Update: Patch against Trunk

Now, apatch against trunkis available, that respects and contains a patch by Jeff Trawick to split upap_get_server_version()into two functions to have the full server string available where appropriate while having the server string configured byServerTokensavailable in all other places (like the response header, my patch is about).

Update: Patch against Trunk to implementap_get_server_description()

Finallythis patchis fully functional and implements and usesap_get_server_description()andap_get_server_banner().

Hinweis: Der Feed "phpCrawler.de News" und dessen hier dargestellten RSS-Inhalte liegen urheberrechtlich beim Autor der Betreiber-URL (siehe RSS-Link). Auf den Inhalt von "phpCrawler.de News" hat RSS-Nachrichten.de keinen Einfluss. (1185-4-212-0)

Passend zu diesem RSS-Feed haben wir folgenden Themen für Sie recherchiert:
Internet Kamera - wirklich praktisch
Mit einer Internet Kamera kann man noch komfortabler über das Internet telefonieren. Aber auch für andere Dinge kann die Mini-Kamera für den Comput.. mehr
Billige Druckerpatronen besser als ihr Ruf
Druckerpatronen des jeweiligen Druckerherstellers sind meist unheimlich teuer, doch es gibt mittlerweile zahlreiche Alternativen, zum Beispiel billige.. mehr
Laptoptasche: praktisch und schick
Um wertvolle Notebooks gegen Stöße, Feuchtigkeit und andere Umwelteinwirkungen zu schützen, benötigt man eine passende Laptoptasche. Es gibt Lapto.. mehr
Drucker, Scanner, Fax in Einem kaufen
Wer viel Korrespondenz erledigt, für den können sich Drucker, Scanner, Fax in Einem richtig lohnen. Es erspart nicht nur Arbeit, alles mit einem Ger.. mehr
Notebook Trolley - innovatives Arbeiten
Für Geschäftsreisende ist ein Notebook Trolley ein nützlicher Begleiter. Hier findet alles Platz, was zum Arbeiten benötigt wird und ganz nebenbei.. mehr
 Startseite ·  RSS-Verzeichnis ·  Weblogs ·  Podcasts ·  Video-Poscasts ·  RSS-Reader ·  Podcatcher  
Was ist RSS? ·  Neuen Feed eintragen  
RSS Verzeichnis
63.303 Einträge in der Datenbank




Startseite · RSS Reader · Podcatcher · RSSFeed eintragen · Verzeichnis
Impressum · AGBs & Nutzungsbedingungenn · Partnerprogramme · Sitemap


· Diese Seite wurde generiert in 0.73523 Sekunden ·
© 2004-2010 RSS Nachrichten -