Monday, March 8. 2010
Configuring PHP is easy. You can change almost any aspect of the interpreter within the php.ini configuration file, e.g. modify error handling, increase memory usage, etc.
Continue reading "How to Override PHP Configuration Options"
Monday, July 20. 2009
By: Garry Robinson
(By Ian Andrew from Canberra with a little bit of help from Garry Robinson.)
Setting the Scene
Last year we took on an elderly, undocumented Access 97 database linked to a MySQL back-end. The task was to fix existing problems, upgrade to Access 2007 and Vista, and bring the functionality in line with current business practices. It would involve an independent re-build (mainly off site) so that existing operations could continue unhindered.
Concurrent upgrading changes weren’t ideal: when a problem arose, we had to work out whether it was due to a flaw in the original database, or 97 to 2007 differences, or some aspect of the Access to ODBC driver to MySQL linkage. But we had no choice and with Allen Browne’s comprehensive list of Access 2007 issues, we marched on.
Continue reading "MS Access and MySQL"
Monday, March 23. 2009
The basic 301 redirect works very well in a htaccess 301 redirect scenario, but what if you are changing your domain name? Writing out dozens, hundreds or perhaps even thousands of basic 301 redirects would be very time consuming and the potential for errors is huge.
If you've been using your current domain name for several years, you have probably built up a great deal of brand awareness amongst your visitors, some solid search engine rankings and other links pointing to your site. It would be a shame to lose all that hard work after you change your domain name - but there is a fairly simple way and relatively safe option for a smooth and seamless transition through the use of mod_rewrite and a .htaccess file.
Continue reading "Changing domain names & preserving rankings - mod_rewrite"
Monday, February 23. 2009
A few tricks to implement to make your web site appear faster and give the user a more instant experience. (published at Thinkvitamin)
Continue reading "Enhance your (Page) Performance!"
Monday, January 19. 2009
By: Christian Heilmann
One of the biggest obstacles to tackle in web site and web application design is the initial response time of the product. There is a common feeling among web users that things just don’t happen fast enough.
Why is this such an issue? Perhaps people who’ve been using the web for years remember the times when we had to pay by the minute (in the way that hotel or airport users do even now), or there could be just a general feeling of being let down by the promised information superhighway. I think in part it’s Hollywood’s fault: in every action flick there are high-resolution, data dense animated web interfaces that show up at the touch of a button, and encyclopaedic data gets loaded and displayed in a matter of milliseconds.
Continue reading "Enhance your (Page) Performance!"
Monday, June 25. 2007
By : anthony amerson
Today’s business requires being on the cutting edge especially when it
comes to website design. PHP scripts help you design a dynamic website
quickly and efficiently. A PHP script is powerful combination of
programming languages, which allows it to do many different kinds of things.
Continue reading "PHP Scripts and How They Can Help Develop Your Website"
Monday, May 14. 2007
By: shagufta
the unique one stop free HTML guide for the webmasters. Get everything from the history of HTML to coding guidelines and much more only on htmltag.org. Whatever resource you need, we have it.
Continue reading "HTML Font Tips"
Tuesday, February 27. 2007
by John Pollock
This is a useful file that keeps search engines from indexing pages you do not want spidered. Why would you not want a page indexed by a search engine? Perhaps you want to display a page that shows an example of spamming the search engines. This type of page might include an example of repeated keywords, hidden tags with keywords, and other things that could get a page or an entire site banned from a search engine.
Continue reading "Using a robots.txt File"
Thursday, December 14. 2006
Many interactive websites nowadays require a user to log in into the website's system to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is personalized to the user's preferences.
Continue reading "A login system with PHP and MySQL"
Sunday, December 10. 2006
By: RJ Cruz
It never fails to annoy me when I'm searching for, say tech news, click on the link, and up comes a full flash page complete with movies, animations here and there, and background music. I want information, nothing more, and as fast as possible. In this case, HTML wins.
Continue reading "Flash Versus HTML: What to use?"
Thursday, November 23. 2006
By: Dalvin Rumsey
Webdesign must always comply to a set of standards and rules, defined by by national or international bodies, such as the International Organization for Standardization.
Continue reading "Understand The Webdesign Standards"
Tuesday, November 7. 2006
By: Benny tsabba
There a lot of solutions out there that enables anyone to create a web site.
Though these solutions usually give a variety of templates that the user can choose from and customize with his own information.
The problem arises when the site owner wants more than just an informative site.
Continue reading "Getting more from your website users"
Monday, October 30. 2006
by: Phillip Jr. Kimpo
Many Web pages today are poorly written. Syntactically incorrect HTML code may work in most browsers even if it does not follow HTML rules. Browsers employ heuristics to deal with these flawed Web pages however, Web-enabled wireless devices (such as PDAs) cannot accommodate these hefty Web browsers.
Continue reading "XHTML (eXtended Hypertext Markup Language): An Overview"
Friday, July 14. 2006
By Douglas Clifton
A frequently asked question on the popular css-discuss.org mailing list and archive is, "How do I store and reuse values in my style sheets?"
I can certainly relate to this as a programmer—it was one of the first things I thought of when I started using CSS. Because I prefer to separate my work into discrete modules, I immediately recognized the power behind the concept. I was already using PHP, Perl and other tools to generate HTML dynamically, so CSS didn’t seem quite powerful enough. However, it didn’t take me long to learn how to approach style sheets in a similar way.
Continue reading "Generating Dynamic CSS with PHP"
Friday, June 30. 2006
By: Candice Pardue
The "Close Window" button allows your visitors to return to the previously viewed web page by clicking the button instead of clicking on the "X" at the top right corner of the browser window to exit the page.
Continue reading "How to Create a "Close Window" Button for Your Web Pages"
|