Currently browsing;Tutorials
- Guide: Hackintosh with Asus P5KC
If you read my previous post you will know that this afternoon I have spent a little while (re)installing MacOS on my PC hardware. The reason is due to a harddrive corruption on the previous install. I do not place the blame for this on the software I am going to tell you to use, but [...]
- Transfer MySQL database to remote server
This post has been rewritten. Please see How to transfer a MySQL Database to a remote server for updated information
Hey,
This week I’ve moved back from my ultimate dedi to a Futurehosting VPS in an effort to cut costs and turn a larger profit from Drag Racer. I tried to make the transfer of data as [...]
- PHP: Show your facebook status on your blog/website. (Works with new facebook)
Hello
After searching around on the internet for some time, I discovered that all of the previous scripts that had been made to do this job had been written for the old facebook which has long since been depriciated. I then started to consider how I would go about doing this with the NEW facebook [...]
- JAVASCRIPT: Add BBCode buttons to a form (REVISITED)
From looking at my visitor logs I can see that the clear favourite page on this site is my [url=http://blog.groomi.net/JAVASCRIPT:_Add_BBCode_buttons_to_a_form-,9]BBCODE Buttons[/url] tutorial. After typing a little comment into a blog on here, I realised that the script still is far from perfect and set about improving it.
The problem I had, was that whenever you inserted [...]
- Secure login form with AJAX, Javascript + PHP
Hello, It has been quite a while since I posted a tutorial on this website and I have noticed that my Javascript/AJAX tutorials are in quite high demand. In between developing some other sites, I remembered how interesting it was coding my admin panel's secure AJAX login and how little documentation there was about [...]
- JAVASCRIPT: Load a page using AJAX
I just noticed that I use one little AJAX function to load all of my pages but haven’t took the time to explain to my readers how I do it yet, so here goes .
To use this create a HTML file with the following code and upload it to your web server..
[i]ajax.html[/i]
[code]
<html>
<head>
<script type="text/javascript" src="ajax.js"></script>
</head>
<body>
<p>
<a [...]
- JAVASCRIPT: Custom right-click menu
Many of you may have already noticed that there is no text link to my Admin panel. That is because it is cleverly hidden. If you right click anywhere on this page in most modern browsers, you will be greeted by my admin logon in your cursors location .
You could use this [...]
- JAVASCRIPT: Add BBCode buttons to a form
[i]There is a follow-up tutorial to this available [url=http://www.groomi.net/JAVASCRIPT:_Add_BBCode_buttons_to_a_form_(REVISITED)-,46]here[/url] which further improves the script adding another feature which improves ease and convenience of use.[/i]
Having just completed my code for buttons to insert BBCode into a textarea, I thought it was time to share my code with the world wide web.
First I will show you the [...]
Stay updated on our Tutorials via our RSS feed