background preloader

IT

Facebook Twitter

Twitter Bootstrap for Symfony2. Symfony2 Tutorials. Quickstart: adding WinJS controls and styles (Windows Store apps using JavaScript and HTML) The Windows Library for JavaScript provides a set of new controls designed for Windows Store apps using JavaScript, such as the WinJS.UI.DatePicker, WinJS.UI.FlipView, WinjS.UI.ListView, and WinJS.UI.Rating controls.

Quickstart: adding WinJS controls and styles (Windows Store apps using JavaScript and HTML)

It also includes two style sheets (one with a dark color scheme and one with a light) that give your app the look and feel of Windows 8. See this feature in action as part of our App features, start to finish series: Windows Store app UI, start to finish. Learn to code. About. Building Apps for Windows Phone 8 Jump Start: (01a) Introducing Windows Phone 8 Development Part 1. After some brief introductions and a detailed overview of the agenda, expert instructors Andy Wigley and Rob Tiffany kick off the course with an information-packed introduction.

Building Apps for Windows Phone 8 Jump Start: (01a) Introducing Windows Phone 8 Development Part 1

This is the first part of a two-part module and covers the new app platform in Windows Phone 8, application development models, the Windows Phone 8 version of WinRT, supported application models and a "getting started with WP8 app development" section. Packagist. Insync for Linux Beta 10 (0.9.25) - Insync + support = ♥ HTML Codes - Table of ascii characters and symbols. The W3C Markup Validation Service. Download Konqueror. Web applications - Howto serve DNS in a LAN in order to share a local Web app. Rebasing Merge Commits in Git. I’m one of the devs here at Envato, and this is my first post to the Notes blog.

Rebasing Merge Commits in Git

Having found myself in a role I would cautiously describe as ‘resident Git expert’, it’s only fitting that my first post would be about a fairly technical aspect of working with Git in a team environment. The TL;DR version is this: When rebasing, always use the -p flag, First, though, a small diversion – why rebase is part of my normal git workflow. Github - GIT revert to previous commit... how. Git. If <branch> is specified, git rebase will perform an automatic git checkout <branch> before doing anything else.

Git

Otherwise it remains on the current branch. If <upstream> is not specified, the upstream configured in branch. <name>.remote and branch. <name>.merge options will be used; see git-config[1] for details. Git. Let’s go through a simple example of branching and merging with a workflow that you might use in the real world.

Git

You’ll follow these steps: Ubuntu 12.04 LTS Precise Pangolin: Networking tips and tricks. Networking is often regarded to be complicated and very difficult to manage but as it forms an essential role in the day-to-day use of your computer the purpose of this article is to expose a few ‘tips and tricks’ that will serve to improve your computers connectivity and overall performance by showing you how easy it is to take control of Ubuntu 12.04, LTS Precise Pangolin.

Ubuntu 12.04 LTS Precise Pangolin: Networking tips and tricks

So let’s get started … What is my local IP address It may be a easy question to begin with, but in a world of complexity it is often the simple questions that get overlooked. Using the graphical tools: Right click on the ‘networking icon’ in the top panel of the Ubuntu desktop and choose ‘Connection Information’ as shown below: The resulting dialogue box will then provide feedback on your current settings. Using the command line interface: On the other hand, for those individuals who are beginning to enjoy the power of Terminal or for those of you who use a server (via the Console or Putty or similar). Markdown Syntax Documentation. Note: This document is itself written using Markdown; you can see the source for it by adding ‘.text’ to the URL.

Markdown Syntax Documentation

Overview. Twig - The flexible, fast, and secure PHP template engine - This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Twig templates.

Twig - The flexible, fast, and secure PHP template engine -

Synopsis A template is simply a text file. It can generate any text-based format (HTML, XML, CSV, LaTeX, etc.). It doesn't have a specific extension, .html or .xml are just fine. Linux Commands - A practical reference. Update a Github Fork from the Original Repo. Feather Blog has made some great progress recently and when looking to update my fork I found myself staring at my repo not sure what to do. SproutCore. The best JavaScript IDE with HTML Editor for Web development.

How to install and configure Apache on Ubuntu with Virtual Hosts & apt under 4 minutes. Basic vi Commands. What is vi?

Basic vi Commands

The default editor that comes with the UNIX operating system is called vi (visual editor). [Alternate editors for UNIX environments include pico and emacs, a product of GNU.] The UNIX vi editor is a full screen editor and has two modes of operation: Command mode commands which cause action to be taken on the file, and Insert mode in which entered text is inserted into the file. In the command mode, every character typed is a command that does something to the text file being edited; a character typed in the command mode may even cause the vi editor to enter the insert mode.