
LESS « The Dynamic Stylesheet language Grid System Generator 12 Most Useful Sites to Find Code Snippets Computer programmers who do the task of redesigning or developing a website constantly use CSS, HTML, PHP or even JavaScript. They are very familiar with the way all these work and need it very much while developing a website. Web developing is a very time consuming process so the developers look for saving time constantly by looking for simpler alternatives. These websites thus provide you code snippets on CSS, HTML, JavaScript, PHP or even word pr ess.In addition they may also provide a lot of essential knowledge to the developers and so not only do they enhance and improve creativity but definitely also provide usability.you can also find the latest trends here. Due to all these advantages and even more the web developers really rely on these websites for finding the codes that they need. I hope designers and developers would love to visit this list. 1) PHP Snips 2) Snippets Dzone Snippets is a public source code repository. 3) Code Beach 4) Code Keep 5) Cats Who Code 6) Snipplr 7) Code Codex
30 free programming eBooks « citizen428.blog() Since this post got quite popular I decided to incorporate some of the excellent suggestions posted in the comments, so this list now has more than 50 books in it. BTW: I’m not very strict on the definition of “ebook”, some of them are really just HTML versions of books. [UPDATED: 2012-01-18] Learning a new programming language always is fun and there are many great books legally available for free online. Here’s a selection of 30 of them: Lisp/Scheme:Common Lisp: A Gentle Introduction to Symbolic ComputationHow to Design ProgramsInterpreting Lisp (PDF, suggested by Gary Knott)Let Over LambdaOn LispPractical Common LispProgramming in Emacs LispProgramming Languages. Ruby:The Bastards Book of Ruby (suggested by Dan Nguyen)Clever Algorithms (suggested by Tales Arvelos)Data Structures and Algorithms with Object-Oriented Design Patterns in RubyLearn Ruby the Hard WayLearn to ProgramMacRuby: The Definitive GuideMr. Erlang:Concurrent Programming in ErlangLearn You Some Erlang for Great Good
Extreme programming Planning and feedback loops in extreme programming. Extreme programming (XP) is a software development methodology which is intended to improve software quality and responsiveness to changing customer requirements. As a type of agile software development,[1][2][3] it advocates frequent "releases" in short development cycles, which is intended to improve productivity and introduce checkpoints at which new customer requirements can be adopted. Critics have noted several potential drawbacks,[5] including problems with unstable requirements, no documented compromises of user conflicts, and a lack of an overall design specification or document. History[edit] Although extreme programming itself is relatively new, many of its practices have been around for some time; the methodology, after all, takes "best practices" to extreme levels. Origins[edit] The first time I was asked to lead a team, I asked them to do a little bit of the things I thought were sensible, like testing and reviews.
Aptana Practical PHP Programming UI Kits Last week we posted a collection of printable wireframing templates which included some for iPhone and iPad app design. These are great for communicating early mockups and ideas, but when it’s time for those ideas to make the jump from paper to the computer screen, it’s helpful to have a library of UI elements at your disposal. Since we love saving you time, we’ve found some for you. Here are 11 UI Kits for iPhone and iPad Development. iPad GUI Kit in PSD Format iPhone GUI PSD 3.0 Free iPhone Toolbar Icons Ultimate iPhone Stencil for Omnigraffle iPhone UI Vector Elements Free iPhone Toolbar Icons Yahoo! iPad GUI PSD iPad Vector GUI Elements iPad Stencil for Omnigraffle iPhone PSD Vector Kit About the Author Henry Jones is a web developer, designer, and entrepreneur with over 14 years of experience. Related Posts 468 shares 8 Essential iPad Apps for Bloggers Before I begin, let me just say what this list is, and what it isn’t. Read More 930 shares 30 Inspiring iPad App Websites
How to create sliding feedback form using jQuery In this tutorial we are going to learn how to create fancy looking feedback form which slides from the right/left side of your web page. I am sure there are many plugins available for CMS like Joomla, WordPress but it’s always a good idea to code something of your own. Certainly, you require this code when you are developing everything at your own and not using any kind of CMS. So let’s see how it actually works! Watch Live Demo | Download Source Code Concept Theoretically here is what we are going to do. HTML Code: In the HTML code, we simply define the form inside the div containing id feedback. JavaScript Code Right at the top we have included the jQuery, that means we are going to use jQuery and it’s selector to do most of the work. This way you can develop the sliding Feedback form your own website. Stay Digified!!
SASS vs. LESS "Which CSS preprocessor language should I choose?" is a hot topic lately. I've been asked in person several times and an online debate has been popping up every few days it seems. It's nice that the conversation has largely turned from whether or not preprocessing is a good idea to which one language is best. Really short answer: Sass Slightly longer answer: Sass is better on a whole bunch of different fronts, but if you are already happy in LESS, that's cool, at least you are doing yourself a favor by preprocessing. Much longer answer: Read on. The Much Longer Answer The Learning Curve with Ruby and Command Line and Whatever The only learning curve is the syntax. Winner: Nobody Helping with CSS3 With either language, you can write your own mixins to help with vendor prefixes. In Sass, you can use Compass, and Compass will keep itself updated, and thus the prefix situation is handled for you. In LESS, there are also some mixin libraries battling to be the best. Winner: Narrowly Sass See that?
Can’t Get Into Preprocessors? Try Zen Coding A ton of discussion lately has been given to preprocessors. These incredibly useful tools make coding easier, faster and more maintainable, but they’re certainly not for everyone. Whether or not you’ve jumped on the preprocessor bandwagon, you should give a fresh look to an old favorite that helps you dramatically cut your coding time without reinventing your workflow with compilers and other complications: Zen Coding. With Zen Coding, you can type a little and output a lot, just like with a preprocessor like Jade or Haml, only it expands instantly into the vanilla HTML that you love. For those that are new to the concept, I’ll walk you through how Zen Coding works and show you some of my favorite tricks, then end with a brief tutorial on getting Zen Coding up and running in Sublime Text 2. Zen Coding vs. I’ll start by saying what Zen Coding isn’t: it isn’t a preprocessor in the same vein as LESS, Sass, Stylus, Jade, Haml and the like. How Does It Work? Chaining, Siblings and Children
40 Useful HTML5 Tutorials, Techniques and Examples Toolkits HTML5 right after its arrival has been in the news because of its enhanced functionality and ease of use. And now the latest version of HTML5 is out, web developers and internet marketers are shifting to HTML5 as it comes with several new and improved features that distinctly make Web development easier. In this collection, we are sharing some useful HTML5 tutorials with our designing and development fraternities to help them learn the new ways to get web pages SEO friendly and more interactive. Useful HTML5 Tutorials, Techniques and Examples Create a Stylish Contact Form with HTML5 & CSS3 Follow this step by step process to create your own stylish contact form completely in HTML5 and CSS3. Create Vector Masks using the HTML5 Canvas The HTML5 canvas can be used to create a lot of cool things, like games, video effects, graphs and more. Making a Beautiful HTML5 Portfolio This tutorial shows you how to create a beautiful HTML5 portfolio powered by jQuery and the Quicksand plugin.