[jQuery] TUTORIAL: How to create a stunning popup from scratch step by step

2008-10-02 Thread AdrianMG
Hi mates, i finished a new tutorial called How to create a stunning and smooth popup in jQuery from scratch on http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/ I hope you can use it for your personal projects and comment in the blog entry requesting new

[jQuery] TUTORIAL: How to create a stunning popup from scratch step by step

2008-10-03 Thread AdrianMG
Hi folks! I have finished a few days ago my firstl tutorial about jQuery Library: http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/ I hope you can use it for your personal projects, It's was tested on Firefox, Safari, Chrome, IE 6 7 Opera Cheers!

[jQuery] $(#mydiv).sortable is not a function error

2008-10-05 Thread AdrianMG
Hi guys! I was working with jQuery 1.2.6 development and firebug didnt report me anybug. Now I am trying to move to 1.2.6 production, but firebug reports me 2 erros related with $(somediv).sortable is not a function... What can I do? :S

[jQuery] Re: $(#mydiv).sortable is not a function error

2008-10-06 Thread AdrianMG
, 4:00 pm, AdrianMG [EMAIL PROTECTED] wrote: Hi guys! I was working with jQuery 1.2.6 development and firebug didnt report me anybug. Now I am trying to move to 1.2.6 production, but firebug reports me 2 erros related with $(somediv).sortable is not a function... What can I do? :S

[jQuery] [TUTORIAL] Create a professional interface for your web applications using jQuery

2008-10-21 Thread AdrianMG
In this tut we will create a professional interface for your web applications using the killer javascript library jQuery :) I hope you can use it for your personal projects guys. Feedback is welcome!

[jQuery] Re: [TUTORIAL] Create a professional interface for your web applications using jQuery

2008-10-22 Thread AdrianMG
browsers.  Which makes your code even easier to read. Otherwise not a bad start.  Keep em coming. :) Shawn On Tuesday 21 October 2008 16:03:48 AdrianMG wrote: In this tut we will create a professional interface for your web applications using the killer javascript library jQuery :) I

[jQuery] [TUTORIAL] Create AJAX websites based on anchors navigation likes Gmail

2008-11-26 Thread AdrianMG
In this tutorial we will see how to create an AJAX website without lose the reference to the URL. What is that not lose the reference? If you have created some full AJAX website you have realized when you change the web content, the URL is not updated, so, the URL reference is lost. Services like

[jQuery] Re: [TUTORIAL] Create an amazing music player using mouse gestures hotkeys in jQuery

2008-12-09 Thread AdrianMG
it with plusmusicahttp://www.plusmusica.com/(request for an invitation) On Fri, Dec 5, 2008 at 5:11 PM, Jean [EMAIL PROTECTED] wrote: 4 me too On Fri, Dec 5, 2008 at 7:29 AM, Mika Tuupola [EMAIL PROTECTED] wrote: On Dec 4, 2008, at 7:28 PM, AdrianMG wrote: You can see the tutorial

[jQuery] [TUTORIAL] How to create a tabbed menu in jQuery

2008-12-10 Thread AdrianMG
In this case, we are going to learn how to create a smooth tabbed menu with our lovely jQuery library. With simple and clean layout we can have a great tabbed menu for our websites. We won't use UI Library, just a simple and cool solution ;)

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread AdrianMG
One more thing! Thanks you for your opinions I will try to improve my english and tutorials to give more info and better explanations to the readers. Bye! On Dec 17, 4:01 pm, AdrianMG yens...@gmail.com wrote: Hi guys, I don't understand some replies... I just want to say that the mistakes

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-17 Thread AdrianMG
Hi guys, I don't understand some replies... I just want to say that the mistakes in english are because I am not good enough in english as I would like to be, not for writting tutorials fast or similar. And as I said in the tutorial, it's only the first part of a serie focused on creating a os

[jQuery] Re: Creating an OS Web Interface in jQuery (Part I)

2008-12-18 Thread AdrianMG
Thanks for all guys! @Alexandre nice link thanks for sharing On Dec 17, 4:00 pm, .net junkie dejav...@gmail.com wrote: i i like you tutorial very much its a gr8 effort. keep it up. hope to see more soon :)

[jQuery] [TUTORIAL] How to Create a plugin for jQuery

2008-12-23 Thread AdrianMG
Hi guys I continue posting tutorials about jQuery, this time it's a little introduction with 2 examples to create jQuery plugins, I hope you find it useful! http://yensdesign.com/2008/12/how-to-create-a-plugin-for-jquery/

[jQuery] [TUTORIAL] How to load content via AJAX in jQuery

2008-12-30 Thread AdrianMG
Hi there guys! It's me one more time... I just want to present you a new tutorial that I have published focused in load dynamically some static content in their websites via AJAX. http://yensdesign.com/2008/12/how-to-load-content-via-ajax-in-jquery/ I hope you find it useful, as always!

[jQuery] Re: Setting the request header contentType

2008-12-31 Thread AdrianMG
I am not pretty sure but I think you can work with UTF8 only in AJAX, but I recommend you work with UTF8 always On Dec 30, 2:09 pm, Romain Viovi imp...@gmail.com wrote: Hello Everybody, I'm experiencing some problems with the $.ajax When sending simple post request, request Headers (logged

[jQuery] How to create a shoutbox using PHP and AJAX with jQuery

2009-01-05 Thread AdrianMG
Hi there guys! It's me one more time... In this tutorial I try to show you how to create a shoutbox for your sites from scratch using PHP and AJAX (with jQuery). We will save all info in a mysql table, I hope you find it useful!

[jQuery] How to improve your Search Boxes with jQuery

2009-01-07 Thread AdrianMG
Hi there guys! I want to share with you a new tutorial focused on adding some functionality to search boxes of our websites: http://yensdesign.com/2009/01/improving-search-boxes-with-jquery/ It shows you how to make: - Autofocus when the DOM is ready. - Highlight a search box when it gets the

[jQuery] How to Validate Forms in both sides using PHP and jQuery

2009-01-13 Thread AdrianMG
Hi there guys! I have finished a new tutorial for yensdesign.com We are going to learn how to validate your forms using PHP and jQuery in both sides: client side (using javascript with jQuery) and server side (using PHP). This is the link:

[jQuery] Re: jQuery 1.3 Released

2009-01-14 Thread AdrianMG
YEAH BABY On Jan 14, 3:45 pm, John Resig jere...@gmail.com wrote: Hey Everyone - jQuery 1.3 is out! Full details here:http://blog.jquery.com/2009/01/14/jquery-13-and-the-jquery-foundation/ Happy 3rd Birthday, jQuery! --John

[jQuery] How to display tips by creating a jQuery plugin

2009-01-26 Thread AdrianMG
Hi there! One more tutorial to share with you guys... We are going to learn how to create our custom jQuery plugin to show tips on mouse over event on our desired elements. We will also be able to customize the appearence of the tip division for each kind of elements in the CSS code and much