Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged Tutorial

Rss Feed Group items tagged

abdullah khan

Flash Speaks Actionscript | Learn and Speak Actionscript - 2 views

  •  
    Flash Action Scripting Tutorial
awqi zar

95+ Exceptionally Useful jQuery Plugins, Tutorials and Cheat Sheets | tripwir... - 4 views

  •  
    jQuery! Trust me the effects you're going to roll out soon will impress your co-workers, friends and most important your customers!
awqi zar

Getting Started with XSL(T) | Nettuts+ - 3 views

  •  
    XSL(T) can be used for organizing large trees of XML so that anyone can read it. For instance a Google Search Appliance serves up queries as XML. For that XML to be read by a general user some transformation has to occur. This is where XSL(T) plays a vital role. It could also be used to style an RSS feed page since the source is all in XML. It is also used as the main templating language for Autonomy's Teamsite (EMS) and such open source CMSs as Symphony.
Jochen Burkhard

15 CSS3 Navigation and Menu Tutorials and Techniques - Speckyboy Design Magazine - 0 views

  •  
    CSS3 is slowly but surely creeping into mainstream web design, more and more designers are using it, albeit in small doses, but it is certainly gathering momentum. It really is an exciting time for web design.
Jochen Burkhard

How to Make All Browsers Render HTML5 Mark-up Correctly - Even IE6 | Nettuts+ - 0 views

  •  
    HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we'll create a common layout using some of HTML 5's new semantic elements, then use JavaScript and CSS to make our design backwards-compatible with Internet Explorer. Yes, even IE 6.
Herb Tucker

Linux Knowledge Base and Tutorial - 0 views

  • The UMASK value masks out the bits. The permissions that each position in the UMASK masks out are the same as the file permissions themselves. So, the left-most position masks out the owner permission, the middle position the group, and the right most masks out all others. If we have UMASK=007, the permissions for owner and group are not touched. However, for others, we have the value 7, which is obtained by setting all bits. Because this is a mask, all bits are unset. (The way I remember this is that the bits are inverted. Where it is set in the UMASK, it will be unset in the permissions, and vice versa.)
  • The problem many people have is that the umask command does not force permissions, but rather limits them
  • Therefore, setting the UMASK=007 does not force creation of executable programs, unless the program creating the file does itself).
  • ...6 more annotations...
  • - - regular file c - character device b - block device d - directory p - named pipe l - symbolic link
  • Lets look at a more complicated example. Assume we have UMASK=047. If our program creates a file with permissions 777, then our UMASK does nothing to the first digit, but masks out the 4 from the second digit, giving us 3. Then, because the last digit of the UMASK is 7, this masks out everything, so the permissions here are 0. As a result, the permissions for the file are 730. However, if the program creates the file with permissions 666, the resulting permissions are 620. The easy way to figure out the effects of the UMASK are to subtract the UMASK from the default permissions that the program sets. (Note that all negative values become 0.)
  • You can change it anytime using the umask command. The syntax is simply umask <new_umask>
  • Here the <new_umask> can either be the numeric value (e.g., 007) or symbolic. For example, to set the umask to 047 using the symbolic notation, we have umask u=,g=r,o=rwx
  • Where "new_owner" is the name of the user account we want to sent the owner of the file to, and "filename" is the file we want to change. In addition, you can use chown to change not only the owner, but the group of the file as well. This has the general syntax: chown new_owner.new:group filename
  • Another useful trick is the ability to set the owner and group to the same ones as another file. This is done with the --reference= option, which sets to the name of the file you are referencing. If you want to change just the group, you can use the chgrp command, which has the same basic syntax as chown. Not that both chgrp and chmod can also take the --reference= option. Further, all three of these commands take the -R option, which recursively changes the permissions, owner or group.
Kashif Mehmood Mughal

35+ Web Developers Useful Ajax Tutorials - 3 views

  •  
    The web developers are driven to newer technologies that could enrich users experience, Some examples about functionality: in voting pole With Ajax, your vote could be registered without having to load the entire page again. web designers can use the greatest development tool If they already know about JavaScript, HTML, CSS and XML then you will need to spend your few mints to start with AJAX learning.
Jochen Burkhard

20+ Awesome jQuery Compilations of Plugins, Tutorials and Cheat Sheets | trip... - 0 views

  •  
    jQuery is not a new subject here on tripwire magazine but lets try something new. In this post I have listed some of the best "Mega Posts" I know showcasing hundreds of plugins just waiting for you to take advantage on them! Jump in and see if there's something you can use - I bet there is!
Jochen Burkhard

Mega Drop Down Menu w/ CSS & jQuery | Dropdown Menu | drop down menus | CSS Menu Tutori... - 0 views

  •  
    While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call "mega drop down menus".
Jochen Burkhard

Mastering CSS Coding: Getting Started - Smashing Magazine - 0 views

    • Jochen Burkhard
       
      A CSS-Primer one would dream of... Well done guys!
  • Quick tip: Because block elements typically span 100% of their parent container’s width, floating an element to the right knocks it down to the next line. This also applies to plain text that runs next to it because the floated element cannot squeeze in the same line.
  • Reverse the order of the HTML markup
  • ...2 more annotations...
  • Specify an exact width for the neighboring element
  • To horizontally align non-textual elements, use the margin property.
  •  
    CSS has become the standard for building websites in today's industry. Whether you are a hardcore developer or designer, you should be familiar with it. CSS is the bridge between programming and design, and any Web professional must have some general knowledge of it. If you are getting your feet wet with CSS, this is the perfect time to fire up your favorite text editor and follow along in this tutorial as we cover the most common and practical uses of CSS.
Jochen Burkhard

WebDesignFan - Resources for Webdesigners and Developers - 0 views

  •  
    "WebDesignFan is a design related blog about web design, photoshop, freebies and tutorials. We publish useful information dedicated to web designers and developers. Here you can find free resources like vectors, wordpress themes and a lot of inspiration. "
Brian R

50 Stunning Photoshop Text Effect Tutorials | Tutorials | Smashing Magazine - 0 views

  •  
    Une cinquantaine de tutoriels pour créer des visuels typographiques avec Photoshop
« First ‹ Previous 121 - 140 of 689 Next › Last »
Showing 20 items per page