Thursday, December 11, 2014

Getting Started With Symfony 2

Getting Started With Symfony 2


Getting Started With Symfony 2 Symfony 2 is one of the most popular modern PHP frameworks. It has the advantages of being modular, extensible, and feature complete. This course is designed for first-time users of the framework, and will walk you through all its basic coding features. We'll cover everything you need to get started, such as bundles, templating with layouts, routing, building forms with validation, and how to build a full CRUD app with database interaction. By the end of the course, you'll have the fundamental skills necessary to use the Symfony 2 framework to build basic, database-driven web applications. PHP, Symfony 2, Web Development, Web Applications

  1. Getting Started With Symfony 2 - Introduction and Symfony Overview
  2. Getting Started With Symfony 2 - Installation, Configuration, & Directory Overview
  3. Getting Started With Symfony 2 - Quickstart to Bundles, Routing, Controllers, & Templates
  4. Getting Started With Symfony 2 - Setting Up Routes
  5. Getting Started With Symfony 2 - Defining Our Controller
  6. Getting Started With Symfony 2 - Working With Entities
  7. Getting Started With Symfony 2 - Building Forms & Form Types
  8. Getting Started With Symfony 2 - Creating New Books
  9. Getting Started With Symfony 2 - Reading Books
  10. Getting Started With Symfony 2 - Updating Books
  11. Getting Started With Symfony 2 - Deleting Books
  12. Getting Started With Symfony 2 - Laying Out Our Templates
  13. Getting Started With Symfony 2 - Conclusion

Monday, December 8, 2014

Regular Expressions

Regular Expressions


In this course, we’re going to finally tackle those incredibly confusing regular expressions. Do they baffle you? Do they look like Egyptian hieroglyphs? No worries; I’m going to teach you both how to decode these symbols, and how to use them in your every day projects… from scratch! Learning how to properly use regular expressions is one of the best things I’ve ever done in my development career. I hope to pass a bit of my learning on to you. So let’s go!

  1. Regular Expressions Stripping Out an Anchor Tag's Attributes
  2. Regular Expressions preg match and preg match all
  3. Regular Expressions Matching a US Phone Number, and Named Captures
  4. Regular Expressions Course Entrance
  5. Regular Expressions Your First Matches
  6. Regular Expressions Verifying a String's Length
  7. Regular Expressions The preg split Function
  8. Regular Expressions The Beginnings of a Markdown like Service
  9. Regular Expressions Search and Replace
  10. Regular Expressions Removing Whitespace
  11. Regular Expressions Ranges and Curly Braces
  12. Regular Expressions Porting the Previous Exercise to PHP
  13. Regular Expressions Non capturing Groups
  14. Regular Expressions Negative Lookbehinds
  15. Regular Expressions Matching an Email Address
  16. Regular Expressions Lookaheads
  17. Regular Expressions Greedy Matches
  18. Regular Expressions Character Classes and Alternation
  19. Regular Expressions Course Exit
  20. Regular Expressions Conditional Expressions if then
  21. Regular Expressions Carets and Dollars
  22. Regular Expressions Capturing Values
  23. Regular Expressions Callback Functions for a RegEx
  24. Regular Expressions Backreferences
  25. Regular Expressions An Advanced Phone Number Expression

Speedy Workflows With Atom

Speedy Workflows With Atom


Speedy Workflows With Atom Atom is the latest feature-packed text editor created by GitHub. If you're already a fan of Sublime Text but love the convenience of a fully integrated development environment, just wait until you see what Atom can do! We'll take a look at everything from themes, tweaking settings and file navigation, right through to custom snippets, command line and GitHub integration. We'll even show you how to automate your workflow to set up a complete project with just one command. If you're a fan of working fast, then this is the course for you.

Tools, Workflow,Text Editors, Atom

  1. Speedy Workflows With Atom - LESS and CoffeeScript Compilation
  2. Speedy Workflows With Atom - Markdown Preview
  3. Speedy Workflows With Atom - Linter
  4. Speedy Workflows With Atom - Bower and NPM Workflow
  5. Speedy Workflows With Atom - Advanced Git Integration With git plus
  6. Speedy Workflows With Atom - Firepad
  7. Speedy Workflows With Atom - Goodbye
  8. Speedy Workflows With Atom - Bash Profile
  9. Speedy Workflows With Atom - Git Clone
  10. Speedy Workflows With Atom - Boilerplating With Bash
  11. Speedy Workflows With Atom - Introduction
  12. Speedy Workflows With Atom - GitHub Keymaps
  13. Speedy Workflows With Atom - Introduction to Packages
  14. Speedy Workflows With Atom - Advanced Actions
  15. Speedy Workflows With Atom - Term2
  16. Speedy Workflows With Atom - Command Line Workflow
  17. Speedy Workflows With Atom - Useful Snippets
  18. Speedy Workflows With Atom - Settings and Themes
  19. Speedy Workflows With Atom - Basic Necessities
  20. Speedy Workflows With Atom - Finding Files
  21. Speedy Workflows With Atom - Command Palette
  22. Speedy Workflows With Atom - Custom Snippets
  23. Speedy Workflows With Atom - Basic GitHub Integration
  24. Speedy Workflows With Atom - Formatting Snippets
  25. Speedy Workflows With Atom - Splitting Panes

PSD to HTML5

PSD to HTML5


PSD to HTML5 One of the key skills that any web developer must have is the ability to translate a Photoshop design into a working, modern website. In this course, we go through this process. CSS, HTML5, Bootstrap 2, PSD to HTML

File PSD : http://goo.gl/mrJSP2
  1. PSD to HTML5 Introduction
  2. PSD to HTML5 Slicing And Dicing
  3. PSD to HTML5 Slices From Guides
  4. PSD to HTML5 Quick And Easy HTML Email
  5. PSD to HTML5 Other Slice Types
  6. PSD to HTML5 Beginning The Templates
  7. PSD to HTML5 Adding The Page Layouts
  8. PSD to HTML5 Decorative Styling
  9. PSD to HTML5 A CSS3 Photoshop Plugin
  10. PSD to HTML5 Creating Sprite Sheets
  11. PSD to HTML5 Finishing The Template
  12. PSD to HTML5 Cutting Irregular Shapes
  13. PSD to HTML5 Avoiding Repetition With Scripts
  14. PSD to HTML5 Quick Tip Round up
  15. PSD to HTML5 Summary

Build a CMS in CodeIgniter

Build a CMS in CodeIgniter


Need build your own custom CMS? I’m here to teach you how to do this very thing, using the popular CodeIgniter framework. If you’d like to take your skills to the next level, why don’t you join me?

CodeIgniter, PHP, CMS
  1. Build a CMS in CodeIgniter - Introduction
  2. Build a CMS in CodeIgniter - Installing And Configuring Codeigniter
  3. Build a CMS in CodeIgniter - Setting Up The Base Controllers
  4. Build a CMS in CodeIgniter - Setting Up The Database Using Migrations
  5. Build a CMS in CodeIgniter - Setting Up The Base Model
  6. Build a CMS in CodeIgniter - Styling The Admin Panel
  7. Build a CMS in CodeIgniter - Creating The Login Form
  8. Build a CMS in CodeIgniter - Securing The Admin Panel
  9. Build a CMS in CodeIgniter - Managing Users Part 1
  10. Build a CMS in CodeIgniter - Managing Users Part 2
  11. Build a CMS in CodeIgniter - Managing Pages CRUD
  12. Build a CMS in CodeIgniter - Managing Pages Nesting
  13. Build a CMS in CodeIgniter - Creating An Ajax Gui To Order Nested Pages
  14. Build a CMS in CodeIgniter - Managing News Articles
  15. Build a CMS in CodeIgniter - Styling The Frontend
  16. Build a CMS in CodeIgniter - Creating The Navigation
  17. Build a CMS in CodeIgniter - Adding Templates To Pages
  18. Build a CMS in CodeIgniter - Creating The Homepage
  19. Build a CMS in CodeIgniter - Creating The News Archive
  20. Build a CMS in CodeIgniter - Creating The News Article Detail Page
  21. Build a CMS in CodeIgniter - Creating The Sidebar
  22. Build a CMS in CodeIgniter - Creating The Pages

30 Days to Learn C#

30 Days to Learn C#

My aim is to introduce you to the C# language (and a tiny bit of the .NET Framework), and give you a clear understanding of the fundamentals needed to start writing applications in C#.

I won’t lie; some of the material is easier to grasp if you have some programming background. But I do try to explain things from the standpoint of a complete beginner. So even if you haven’t programmed before, I hope you’ll find my explanations of programming concepts and fundamentals understandable.

--------------
C#, Visual Studio

Web Design for Beginners

So you want to become a web designer, but you have no idea where to start. Don't panic! It's not as hard as it seems, though it requires time and effort to learn. In this course, Adi Purdila will be guiding you through the basic steps of becoming a web designer. You’ll learn lots of great information, like what tools to use and how HTML and CSS are used to create websites. Finally, you’ll put all this knowledge into practice and actually build your first functional web page.

---
CSS, HTML, PHOTOSHOP, WEB DESINGer

Sunday, December 7, 2014

Building a Web App From Scratch With AngularJS

AngularJS is an amazing front-end framework that has a very novel approach to building web applications, completely unlike any of the other frameworks you might be used to. In this course we'll take a look at all the core components of Angular, and how they work together to build a complete application. We'll be building an address book, starting from nothing at all and ending up with a complete, working project. The focus of the course will be on Angular, but we'll use Express for the back-end code.


-------

AngularJS, Javascript, Web Development, Web Applications

Freelance Bootcamp

Freelancer - Freelance Bootcamp - Developing Your Offer

So, you’re ready to make the jump to freelancing? In this two week course, James Clear of Passive Panda whips your business into shape by giving you the real, no-nonsense advice to succeed. You’ve got the skills, now learn the business sense to land your clients and grow your business. James teaches important tactics like:



Your Portfolio: what you really need and what you don’t.
How to find your very first client.
How to decide what to charge and how to estimate and discuss price with clients.
How to find your ideal client and improve your client base over time.
A practical approach to marketing your services.
And much more!

--------------
freelance,freelancer, graphic design, online jobs, work from home, freelance jobs, web developer

Getting Started with Semantic UI

Getting Started with Semantic UI


Semantic UI is a well-crafted front-end framework with professional features and a robust API. This course will guide you from start to finish through the process of building a four-page website with a wide range of user interface (UI) elements, using Semantic UI. By the end of the course, you’ll be well acquainted with all the features and benefits of Semantic UI. Semantic has integrations with Angular, Meteor, Ember and many other frameworks to help organize your UI layer alongside your application logic.

  1. Semantic UI - Modal & Progress Bar
  2. Semantic UI - Conclusion
  3. Semantic UI - Contact Page Segment & Input
  4. Semantic UI - Shape Module
  5. Semantic UI - Setting Up The Form
  6. Semantic UI - Form Validation Part 3
  7. Semantic UI - Form Validation - Segment Loader Part 2
  8. Semantic UI - Form Validation Part 1
  9. Semantic UI - Form Fields & Message Block
  10. Semantic UI - Finishing the Form & Adding a Modal Dialog
  11. Semantic UI - Checkbox & Drop Down
  12. Semantic UI - Step & Accordion Communication
  13. Semantic UI - Step & Accordion
  14. Semantic UI - Portfolio Items, Label & Rating
  15. Semantic UI - Table & Comment Section
  16. Semantic UI - Image & Full Page Dimmer
  17. Semantic UI - Home Page Grid, Icon, Image & Pop Up
  18. Semantic UI - Finishing Up the Home Page
  19. Semantic UI - Floating Menu
  20. Semantic UI - Mobile Menu & Button UI
  21. Semantic UI - Header Icon & Polish
  22. Semantic UI - Header & Footer With Grid
  23. Semantic UI - Footer Menu, Icons & Feed
  24. Semantic UI - Working With Semantic UI
  25. Semantic UI - Setting Up the Workspace

Guide to Your First WordPress Framework

Many developers would like to build their very own WordPress themes, for personal projects or for profit. If building themes is something you plan on doing often, then having your very own WordPress framework is an essential, as it will serve as a foundation for any future themes you develop. In this course Adi Purdila will show you how to develop a fully functional WordPress framework that can serve as a skeleton for your themes!



WordPress has a web template system using a template processor.

WordPress users may install and switch between themes. Themes allow users to change the look and functionality of a WordPress website or installation without altering the information content or structure of the site. Themes may be installed using the WordPress "Appearance" administration tool or theme folders may be uploaded via FTP. The PHP, HTML (hyper text markup language) and cascading style sheets (CSS) code found in themes can be added to or edited for providing advanced features. Thousands of WordPress themes exist, some free, and some paid for templates. WordPress users may also create and develop their own custom themes if they have the knowledge and skill to do so.

Guide to Your First WordPress Framework Tuts+ Course
--------------------
wordpress
wordpress themes
wordpress theme
wordpress theme
how to start a blog