Avoiding the 5 Most Common SEO Mistakes
Original post provide by SitePoint.comAre your SEO efforts hampered by any of the 5 most common SEO mistakes? They’re not difficult to rectify … once you know what they are! Johnathon explains them clearly, and shows you how to correct them, in this hands-on tutorial.
PhpEd Vs Zend Studio
I used this for years, and while it had flaws, it also had just about the right level of features for me. A few months back Nusphere emailed me to say that version 4.6 of PhpEd was out, and did I want to trial it.
ASP.NET 2.0: A Getting Started Guide
Join Cristian and Zak on this eventful ride: you'll tame the installation process, sink your teeth into two ASP.NET languages, and conquer .NET programming basics with your bare hands. Finally, you'll pull server controls, user controls, master pages, and CSS into the beginnings of an application that will see you land safely - and without casualties - at the start of a brilliant career in ASP.NET programming.
PHP Conference Brasil 2007
The event will take place at UNIFIEO in Osasco, São Paulo. This year's conference will have room for 1000 people. Its scheduled for tutorials of 3 hours, aside of speeches, cases, stands and a great catch up time for newbies and veterans.
DC PHP Conference 2007 : Call For Papers
Join us at the 2nd Annual DC PHP Conference. Technology experts are invited to participate in the East Coast's premiere forum for PHP's vast number of users. Present your technical concepts, cutting edge applications, or business applications for an opportunity to showcase your ideas in the PHP community.
Easy Reflections
You can use it to give your site that 'iTunes / Apple' look if you so desire. I created it to make image uploads to a site I run look that little bit nicer, so figured I would share it with you all.
More Articles:
(PHP) Entwicklungsumgebung Unter Windows
Linux Anwendungen auf Windows zu portieren. Mehr dazu bei Wikipedia. Cygwin bringt auch eine portierte Bash mit. Nach Herunterladen der Distribution von der Cygwin Web Seite und der Installation von Cygwin inkl. der Entwicklungstools, war also das Fundament vorhanden.
Google Summer Of Code: Php.net Students
The PHP team is once again proud to participate in the Google Summer of Code. Ten students will "flip bits instead of burgers" this summer: Zend LLVM Extension by JoonasGovenius, mentored by NunoLopes PHP Optimizer by SamuelGraham Kelly IV, mentored by DerickRethans PhD Improvements and Updates by NicholasSloan, mentored by HannesMagnusson Replace auto with CMake by Alejandro LeivaRojas, mentored by Pierre A.Joye gsoc:2008 - XDebug by Chung-YangLee, mentored by DavidCoallier Rewrite the run-tests.php script by CesarMontedonico, mentored by TravisSwicegood PHP Bindings for Cairo by AkshatGupta, mentored by AnantNarayanan Algorithm Optimizations by MichalDziemianko, mentored by ScottMacVicar PECL, Website Improvements by BarryCarlyon, mentored by Helgi ÞormarÞorbjörnsson Implement Unicode into PHP 6 by Henrique do NascimentoAngelo, mentored by ScottMacVicar
In Praise Of Zend Core
Been busy. I will try to relate some of my experiences in the last few months in later blogs. I'd like to point out that one of the greatest services to the PHP community that Zend is providing is the free Zend Core for Oracle and Zend Core for DB2.
ASP.NET Graphs: Raise The Bar
If you use static images to present graphs and charts online, now's the time to make your efforts more dynamic. In this results-focused tutorial, Pat explains how easy .NET makes the dynamic generation and display of bar charts online.
LightTPD Mit Mod_cml Und Mod_magnet
Kleine Gedankenstütze für mich: Sowohl 'mod_cml' als auch 'mod_magnet' in LightTPD >= 1.4.13 benötigen Lua 5.1. Falls Lua 5.1 nicht in der Linux Distribution enthalten ist oder z.b. auch unter Mac OSX, bekommt man Lighty folgendermassen compiliert (vorausgesetzt lua wurde compiliert und unter /usr/local/ installiert): $ export LUA_CFLAGS="-I/usr/local/include" $ export LUA_LIBS="-L/usr/local/lib -llua" $ ./configure --prefix=/usr --with-pcre --with-lua $ make