Web Design Forum: andyl - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

andyl's Profile User Rating: ****-

Reputation: 191 Excellent
Group:
Members
Active Posts:
1,391 (1.86 per day)
Joined:
21-January 10
Profile Views:
11,698
Last Active:
User is online Today, 07:24 PM
Currently:
Viewing Board Index

My Information

Member Title:
Web Guru huh...
Age:
20 years old
Birthday:
March 29, 1991
Gender:
Male Male
Location:
Surrey / HANTS
Interests:
All things web. Muse.

Contact Information

E-mail:
Click here to e-mail me
Website URL:
Website URL  http://andylockett.com
Skype:
Skype  andy9l

Users Experience

Experience:
Intermediate
Area of Expertise:
Web Developer

Latest Visitors

Posts I've Made

  1. In Topic: Spam City

    Today, 07:22 PM

    View PostRenaissance-Design, on 09 February 2012 - 05:05 PM, said:

    If we could block the whole of India by IP we would

    Sounds like the non-politically-correct version of SOPA! :lol:
  2. In Topic: Hackintosh

    Today, 06:45 PM

    View Postnotbanksy, on 09 February 2012 - 11:46 AM, said:

    With a lot of research, trial and error! One of the reasons I bought my laptop was because I knew it was regarded as one of the better matches for Mac OS X, so with that in mind, the following may not be much use to you. I found this website osxlatitude.com which provided all the tools I needed to get my machine to install and boot OSX. Once you know what to do, and the order in which to do it, it doesn't take long. But I confess to having wasted at least a whole day getting it right.

    It does seem quite complicated, even with a step-by-step. I was just wondering because I read this article, claiming it's actually illegal if you use any of the publicly available boot loaders, etc., as they modify software - thus you're violating copyright. 5 years in prison, according to SOPA.

    View Postnotbanksy, on 09 February 2012 - 11:46 AM, said:

    Are you planning to try it?

    I'm a lost cause (yes, I know). I don't mess with hardware, I just buy things that work and make life easier! At the moment, Apple is bi-winning in that respect.
    Yep, just managed to squeeze a Charlie Sheen quote into a Hackintosh discussion.
  3. In Topic: Thoughts on my site

    Today, 04:28 PM

    View Postfuturesys, on 09 February 2012 - 04:23 PM, said:

    Andy: Care to elaborate? Are you referring to the navigation?

    On the portfolio page - the slider controls are too skinny, or the wrong shape, for quick and easy use.

    PS. Portsmouth Uni. student? Nevermind, just read your about page.
  4. In Topic: Thoughts on my site

    Today, 04:01 PM

    I want BIG FAT slider buttons - aiming almost put me off even bothering! Think UX!
  5. In Topic: IE9 jQuery .val() and .attr("value") problem

    Today, 03:54 PM

    This might help you, just a quick example of a working version, just whipped it up in a few mins so will almost certainly be buggy. Trying out my new code editor 8)

    Runs as a full standalone script (on Apache, obviously):

    <?
    	
    	//You shouldn't mix PHP with HTML,
    	//but it's a super quick example!
    	
    	if (!empty($_POST)){
    		extract($_POST);
    		//Return a JSON string for this example
    		die ( json_encode(
    			array(
    				'username' 	=> $username,
    				'password' 	=> $password,
    				'rand'		=> $rand
    			)
    		) );
    	}
    
    ?>
    
    
    <!DOCTYPE html>
    <html>
    <head>
    	<title>AJAX Login</title>
    	<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    	<script type="text/javascript">
    		$(document).ready(function(){
    			//Received a login response
    			//@param JSON json_resp
    			//Implement handling of response here
    			var login_response = function(json_resp){
    				//Decode the JSON response
    				var response = $.parseJSON(json_resp);
    				//You now have an accessible 'response' object
    				//@see http://api.jquery.com/jQuery.parseJSON/
    				alert("Username: " + response.username + "\nPassword: " + response.password + "\nRand: " + response.rand);
    			};
    
    			$("#ajax-login").submit(function(e){
    				//Stop the form submitting
    				e.preventDefault();
    
    				//Keep code size down a bit by using this variable
    				var fields = $(this).find("input");
    
    				//Stop blank submissions
    				for (var i=0; i<fields.length; i++){
    					if (!$(fields[i]).val()){
    						alert("The " + $(fields[i]).attr("name") + " field cannot be left blank");
    						return;
    					}
    				}
    
    				//Send the post request
    				$.post(
    					'ajax-example.php',
    					$(this).serialize() + "&rand=" + Math.floor(Math.random() * 10000),
    					login_response
    				);
    			});
    		});
    	</script>
    </head>
    <body>
    
    <form id="ajax-login" action="" method="post">
    	<input type="text" name="username" /><br />
    	<input type="password" name="password" /><br />
    	<input type="submit" value="Login" />
    </form>
    
    </body>
    </html>

Comments

Page 1 of 1
  1. Photo

    sofiaarce 

    29 Sep 2011 - 19:48
    Hi there! I find interest on your profile. I'm into marketing and web designs. Care to give me some updates of your current projects? .. :-)
  2. Photo

    empek 

    18 Apr 2011 - 20:25
    Hey, I wish I got an email telling me you commented on my profile lol
    I think the most exciting thing would have to be the http://www.petitelapgiraffe.com/ website I got to work on :D
    How about you? Any new JS plugins? Snippets?
  3. Photo

    empek 

    22 Feb 2011 - 02:11
    *Dun Dun Duuuuuuuunn* (dramatic music)
    How the hell are you!?
  4. Photo

    Preemo 

    24 Jan 2011 - 21:47
    Thank you for helping me! I've also seen some more of your posts on other topics, and I must say, you're an incredible developer! Definitely an inspiration for young web designers like me!
  5. Photo

    JGPalmos 

    21 Jun 2010 - 22:44
    hey andy did u get my msg?
  6. Photo

    Renarion Arenimon 

    18 May 2010 - 21:01
    Good to be your friend, mate XD
  7. Photo

    empek 

    01 Apr 2010 - 06:00
    Yea, I'm down. Shoot me an e-mail, and I'll see what I can do :)
  8. Photo

    empek 

    26 Mar 2010 - 02:54
    Hey I left you some comments on http://jbook.andylockett.com/demo
    :)
  9. Photo

    empek 

    25 Mar 2010 - 18:23
    Hey andyl. I've decided not to take part in the discussions on this forum any longer.
    I find it very time consuming, and not very rewarding [anymore]. Some comments I've directly received have made me come to the conclusion that I should no longer be involved in WDF.
    I hope all is well. :)
  10. Photo

    TopShopper 

    13 Mar 2010 - 14:53
    thanks andyl!
  11. Photo

    empek 

    22 Feb 2010 - 20:06
    LOL, man, am I today's top poster again?
  12. Photo

    empek 

    04 Feb 2010 - 00:42
    brilliant status! :)
  13. Photo

    empek 

    01 Feb 2010 - 18:52
    thanks andyl!
  14. Photo

    dan... 

    29 Jan 2010 - 15:12
    Andy, Thanks for the script yesterday regarding the rollover submit button, I wonder if you can help me further with it, it only high lights when you hover over the right side of the button, any ideas why?
    Dan
  15. Photo

    Ben 

    21 Jan 2010 - 00:20
    Welcome to the forum andyl Thank you for taking the time to join :)
Page 1 of 1