What are Compass and Sass: http://compass-style.org/ Output : When you create a Sass Based Compass Project From: http://sitestree.com/?p=938 Categories:Web Development, CSS, Root, By Sayed AhmedTags: Post Data:2014-03-20 02:09:20
Category: FromSitesTree.com
Mar 03
Css selectors by Example #Web Development #CSS #Root #By Sayed Ahmed
/* the style will be applied to all elements using intro for class attribute*/ .intro { background-color:yellow; } /* the style will be applied to the element with id attribute set to firstname*/ #firstname { background-color:yellow; } /* the style will be applied to all elements*/ * { background-color:yellow; } /* the style will be …
Mar 03
Internet Browsers, HTML, and CSS #Web Development #CSS #Root #By Sayed Ahmed
The article is here:- The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. HTML elements form the building blocks of all websites. HTML allows images …
Mar 03
Introduction to Drupal based Web site Development #Web Development #Mobile Development
https://www.youtube.com/watch?feature=player_embedded&v=QiOb3vXIDlA From: http://sitestree.com/?p=2782 Categories:Web Development, Mobile DevelopmentTags: Post Data:2015-10-30 00:06:17
Mar 03
WordPress Stuff: Coding Standard (PHP, JS, JQuery, HTML, CSS), Database Structure, Function and Hook List #Web Development #CSS #Root #JQuery #By Sayed Ahmed
PHP Coding Standards According to WordPress: http://make.wordpress.org/core/handbook/coding-standards/php/ HTML Coding Standard for WordPress: http://make.wordpress.org/core/handbook/coding-standards/html/ CSS Guidelines by WordPress: http://make.wordpress.org/core/handbook/coding-standards/css/ JavaScript Coding Standard by WordPress: http://make.wordpress.org/core/handbook/coding-standards/javascript/ JQuery Coding Standards: http://contribute.jquery.org/style-guide/js/ ——————— WordPress Database Diagram can be seen here. Also, an overview of the database tables are provided. http://codex.wordpress.org/Database_Description WordPress Function Reference: http://codex.wordpress.org/Function_Reference All plugin hooks in WordPress …
Mar 03
MVVM : Model View ViewModel #Web Development #Mobile Development #AngularJS #By Sayed Ahmed
MVVM: Such as Angular.JS and Knockout.js http://en.wikipedia.org/wiki/Model_View_ViewModel KnockOut.js http://en.wikipedia.org/wiki/Knockout.js Presentation Model by Martin Fowler http://martinfowler.com/eaaDev/PresentationModel.html (theory behind: MVVM) From: http://sitestree.com/?p=701 Categories:Web Development, Mobile Development, AngularJS, By Sayed AhmedTags: Post Data:2014-01-19 21:46:03
Mar 03
Responsive Web Design in General. Responsive design for Drupal, Joomla, & WordPress #Web Development #Mobile Development #Root #By Sayed Ahmed
How to implement: a must watch : http://msdn.microsoft.com/en-us/magazine/hh653584.aspx Why responsive web design: Why 2013 Is the Year of Responsive Web Design Is Drupal Responsive Design Ready? http://www.mediacurrent.com/blog/responsive-design-drupal 55+ Best Responsive Drupal 7 Themes Is joomla responsive design ready? Joomla 3: Mobile R3ADY / US3R Friendly 125+ Best Responsive Premium Joomla Templates Responsive themes for WordPress …
Mar 03
Remember.. #Web Development #Root #By Sayed Ahmed
Remember: Just 2 cents… 1. Testing can never proof absence of errors 2. Testing by itself does not improve software quality 3. The best debugging skill, think right, write the right code…impossible to be 100% perfect on your first try, however, the better you do in writing the right code on your first ( and …
Mar 03
HTML5: Some Information #Web Development #Mobile Development #Root #By Sayed Ahmed #Introduction to HTML 5
HTML5: Some Information The web-page starts with <!DOCTYPE html> Declare character set using <meta charset=”UTF-8″> in the head section HTML5 defined the way the browsers should parse the markups. HTML5 defines what a browser should do even in an error cases (invalid markup, invalid syntax). So a webpage will look the same in all HTML5 …
Mar 03
Tools: Version Control, Version Management and GIT #Web Development #Root #By Sayed Ahmed
You can use Gitlab internally. It will act as a version control server. Gitlab is Linux/Unix specific. Gitlab is written in Ruby. You can also use Github, however, to keep your projects private, you will need to pay (in recent times, this might have been made free). BitBucket is an alternative to Github, the advantage …
