![]() |
![]() |
||
dalehay.com Archive - Page 22Feminine Hijinx 3214th Jun 2007 01:37amSusie, Stephanie and Kim, also known as the Feminine Hijinx, are back after over a month and after listening to it earlier I counted that the F word was said a load of times and the amount of times I laughed was uncountable. Anyway they're back with their 32nd pod cast and in this one they are talking amount things like reusable menstrual pads, slagging off old grannies and just having a right old good laugh. » Feminine Hijinx - Episode 32 By Dale Hay -:- Permalink -:- 0 CommentsAJAX aint that bad...14th Jun 2007 01:13amI have spent almost all day creating my own Instant Messenger made with HTML, CSS, PHP, MySQL and AJAX. As bad as I thought AJAX was when looking at it, to be honest it is not exactly too hard. The one thing I do like about it is that it refreshes a page for you without refreshing in a sense. So you could be filling in a form and it can refresh the page and allow you to continue typing uninterrupted. For those of you who don't know what AJAX means, basically its an acronym of Asynchronous JavaScript and XML and is basically JavaScript and XML together as the meaning explains. Anyways, here is a code snippet to make the page refresh without refreshing, great if it's attached to a RSS Feed, so you can have live news on a web page without even refreshing manually. Place the following code in the <head> </head> tags: <script language="javascript" type="text/javascript">
<!-- //Browser Support Code function ajaxUpUp(){ // Basically determines what browser the viewer is using var ajaxRequest; try{ ajaxRequest = new XMLHttpRequest(); } catch (e){ try{ ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try{ ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e){ alert("Error"); return false; } } } // Create a function that will receive data sent from the server ajaxRequest.onreadystatechange = function(){ if(ajaxRequest.readyState == 4){ var ajaxDisplay = document.getElementById('ajaxDiv'); ajaxDisplay.innerHTML = ajaxRequest.responseText; } } ajaxRequest.open("GET", "test.php", true); ajaxRequest.send(null); } // Refreshes the above code every 1 second setInterval('ajaxUpUp()', 1000); //--> </script> Within the BODY tag add this property onload="ajaxReadChat()" Then add this following piece of code where you want your content from the AJAX page to go. <div id="ajaxDiv"></div> And hey presto! You have finished it. By Dale Hay -:- Permalink -:- 0 CommentsGet Up and Play13th Jun 2007 18:15pmI have just this moment entered my Get Up and Play promotional code which you get either on the ring pulls of cans or the labels of Fanta, Dr Pepper and Sprite. Hopefully I will win something during the promotion. Oh it finishes on the 8th July 2007, so get your codes in as soon as possible. By Dale Hay -:- Permalink -:- 0 CommentsNew Layout?13th Jun 2007 14:16pmHmmm... I am just thinking if I should redesign the site, yet again? I am getting a tad bored of this green now. I want something that is in your face, like how the previous yellow, blue and green theme was. I will make up a few ideas over the next few days, start designing it and show you lot. By Dale Hay -:- Permalink -:- 0 CommentsPenis Crisp8th Jun 2007 16:19pmEver wanted something unique? Well why not grab a bargain for this truely unique item. A crisp, shaped like a penis. Currently on eBay at the moment, only a few bids have been put in but it has still got 7 days remaining. Also judging by his answers to potential buyers questions, he has a good sense of humour. By Dale Hay -:- Permalink -:- 0 CommentsDiana: The Witnesses in the Tunnel6th Jun 2007 20:12pmWell it is the first commercial break of this years most controversial program on television. So far it seems pretty decent, I am recording it on Sky+ too so I can watch it over again. Well it is back on now. Here is what Channel 4 has mentioned about it. Diana: The Witnesses in the Tunnel By Dale Hay -:- Permalink -:- 0 CommentsThe Final5th Jun 2007 21:55pmLast Monday (28th May) I decided to sing at KUBar in Central London. I sang Beauty School Dropout and as you normally would be, I was nervous! Though after a few more people came and sang their songs the host of the night came over to me and mentioned that I am through to the final. He also mentioned that all the girls in the corner, which Martyn informed me is the VIP-y type bit, absolutely loved me. So me and Martyn, who is also in the final, will be entering the final as a duet. We will be mixing 3 songs together and singing them. I won't give away the 3 song titles however the name I wanted to give our final performance is The Phantom of the beauty school breathe easy dropout opera. The winning prize is a widescreen plasma TV... hopefully we win it. By Dale Hay -:- Permalink -:- 0 CommentsMy Niece Ellie31st May 2007 14:52pm
There... a picture of my little niece, Ellie. By Dale Hay -:- Permalink -:- 0 CommentsUncle Dale26th May 2007 13:28pmWell at 1.53pm today my sister finally gave birth to a baby girl weighing 6lbs 8oz. They're fine as far as I know, but I am now an uncle. Urgh. By Dale Hay -:- Permalink -:- 0 CommentsPending Uncle Status22nd May 2007 15:57pmHmmmm I should of had became an uncle the other day however my sisters little nipper is still not making its way into the world! Here are some pictures of my sisters belly... ewww. By Dale Hay -:- Permalink -:- 0 CommentsIndex, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47 |
||
| Free Classifieds Advertise for free |
||
|
![]() ![]() |