Edgar Morin “L'homme est un être culturel par nature parce qu'il est un être naturel par culture ” Né à Paris, Edgar Nahoum grandit auprès de ses parents, israélites immigrés qui détiennent un magasin de textile. En juin 1931, il subit un traumatisme sans précédent. Sa mère adorée meurt d'une crise cardiaque. Désarçonné, le petit garçon s'enferme dans son univers : les livres. Sous le choc, l'enfant se rebelle et hait en secret son père. Javascript, PHP, CGI, Perl, ASP, Vbscript and Ajax scripts PHP Scripts | Login | Register | Search | Contact Are you interested in selling one of your websites? If you are, check out WM Media, which is a company that buys websites. If you are looking for hosting, we highly recommend Liquid Web WL Marketing - Your #1 source for building links Scripts and programs by categories → we recommend
80 Fresh Photoshop Tutorials For Creating Awesome Websites | Cre A sweet collection of high quality web design tutorials, which will enable a novice to a professional designer the skills in order to be capable of using Photoshop in order to create professional website. The post is great reference point for designers learning how to use Photoshop in order to construct a website simply because the post consists of the best tutorials all in one place. I hope you enjoy the post. 1. In this tutorial you will learn how to create a beautiful and clean music streaming website in Photoshop. 2. Watercolor in graphic design has become very trendy the last couple of years, many websites and incredible designers are using this style and taking it to another level. 3. In this web design tutorial, we will create a beautiful and colorful portfolio layout using Photoshop. 4. In this tutorial, you’ll be designing a clean website layout using the 960 Grid System. 5. In this tutorial you will learn how to create a clean and minimalistic portfolio layout in Photoshop.
CodeMirror: In-browser code editing Psykopaint - Create and paint amazing art from photos Belfast, Northern Ireland, UK, World, News, Business, Entertainment | BelfastTelegraph.co.uk Jquery Labs « jQuery Plugins, Menus, Tutorials, Tools Sliding JavaScript Dropdown Menu This script has been replaced by a new with multi-level support here. This lightweight JavaScript drop down menu script (~1.6kb) allows you to easily add smooth transitioning dropdowns to your website. This can be used for navigation, dropdown lists, info panels, etc. You can have as many dropdowns on one page as you like. This script has been tested in all major browsers and is available free of charge for both personal or commercial projects under the creative commons license. Click here for the demo. Click here to download the source. Click here for a vertical flyout version of this menu. By Request: Slideup version demo. Update 4/28/2008 – I have updated the HTML and CSS to use a definition list and an unordered list in lieu of the previous div-based layout. The following two tabs change content below.
Javascript Tutorial - Resizeable Textboxes So something that seems to be popping up a bunch on various sites lately is the resizeable textbox. Some are implemented with a resize handle on the corner, others let you drag any of the sides. I thought they were kind of cool, so I sat down to see how hard it would be to write. And, surprisingly enough, it is actually pretty easy. So today I'm going to walk through some resizeable textbox code. So what we are going to create today is a textbox with resize handles on the bottom, right, and bottom-right corner. So here is the example. Because we have the drag object from the draggable elements tutorial, the code is actually pretty simple. Not really much there. Ok, on to the javascript initialization code: We first grab the various elements and store them in variables, mostly because we are going to be accesing them so much. The other important argument here is the callback functions RightMove, BottomMove, and CornerMove. Wow, there is virtually nothing there. And that is it!