Running a local Apache web server is essential for many webmasters. It is always a good idea to test code locally before publishing it on the Internet. Professional webmasters usually test their code in a local web server before it gets published. Mainly to avoid possible downtimes in the live environment but also to avoid [...]
- Author: Jack Wallen
- Comments: 16
How to: Install a LAMP server
If you’ve read enough of my Ghacks tutorials you have most likely come across mention of a LAMP server. If you are not sure what a LAMP server is: Linux Apache MySQL P (can mean PHP or PERL – depends upon your needs) LAMP servers are very popular, cheap, effective, flexible, and reliable servers. But [...]
- Author: Martin Brinkmann
- Comments: None
How To Display Valid Markup Code In Websites
There are two difficulties or problems that Internet users encounter when they want to paste code into forms to display these on the Internet. The first problem that can be encountered is that the website will interpret part or all of the code instead of displaying it. A basic example would be to display the [...]
- Author: Martin Brinkmann
- Comments: 3
Display Cached RSS Feed In Your Website
You might remember the announcement of our new web project Appnews which basically displays software updates in a friendly easily accessible way. What I wanted to do now is to display the five newest items of the RSS feed in the sidebar of this blog to both promote the appnews service but also provide a [...]
- Author: Daniel Pataki
- Comments: 10
How to show 5 top categories in WordPress
WordPress is a great piece of software, and allows more than you’d think to be done with simple coding. I bet that a lot of people out there would look for a plugin to do this, but your top five categories can very easily be shown using a WordPress template tag, just a half a [...]
- Author: Daniel Pataki
- Comments: 7
WordPress template tags you should know
If you run a WordPress blog, you will eventually want to make some modifications to your theme. Perhaps you want to show your tags, not just categories, perhaps you want the date in a different format, you might want to add the URL of the author to each post, there are a lot of things [...]
- Author: Daniel Pataki
- Comments: 2
Creating a simple multi-lingual website
If you want to create a simple webpage for yourself, listing who you are, how you can be contected and what you do, you might want to add a few languages in there. You could use Google Translate, but that does not yield the best (and professional) results, so it would be best to translate [...]
- Author: Daniel Pataki
- Comments: 2
Web development roundup
Last week was a bit less active in web development terms, but here’s a roundup of what you can find on Scriptastique if you haven’t been taking a look recently. We had a look at how a mysql query basically works, which will come in handy if you’re just learning about MySQL and PHP. The [...]
- Author: Daniel Pataki
- Comments: 2
Identifying each page using body tags and CSS
If you are building a large website, chances are you have a great little CSS stylesheet linked to every document which governs all the pages. But what do you do if you want just one of the pages to be completely different? You could of course go into your code and ad separate id-s and [...]
