Demo of a Simple Movie Database http://demos.justetcetera.com/MvcRazorDemo/ CRUD operations are supported MVC 4 is used in ASP.Net platform and C# Razor Template Engine is used. The code is very similar to Laravel and Blade codes -> the skills transfer to some extent You can check and download the code from: You can find the …
Category: FromSitesTree.com
Mar 03
Some stuff that can be checked at least to know the terms #Web Development #Root #By Sayed Ahmed
Some stuff that can be checked at least to know the terms CMMI http://en.wikipedia.org/wiki/Capability_Maturity_Model_Integration Six SIGMA http://en.wikipedia.org/wiki/Six_Sigma Six Sigma Certification http://asq.org/cert/six-sigma Lean Manufacturing http://en.wikipedia.org/wiki/Lean_manufacturing Why Lean Programs Fail — Where Toyota Succeeds: A New Culture of Learning http://www.forbes.com/sites/stevedenning/2011/02/05/why-lean-programs-fail-where-toyota-succeeds-a-new-culture-of-learning/ ITIL http://en.wikipedia.org/wiki/Information_Technology_Infrastructure_Library From: http://sitestree.com/?p=1029 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-05-08 02:25:56
Mar 02
How to Make Your Own Cell Phone #Web Development #Root #By Sayed Ahmed
Make your own cellphone from scratch. http://www.instructables.com/id/Make-your-own-cellphone-from-scratch/ Build Your own Cell Phone Jammer http://www.wikihow.com/Make-Your-Own-Cell-Phone-Jammer Circuit Diagrams for Samsung Products http://www.schematicsunlimited.com/s/samsung From: http://sitestree.com/?p=1025 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-05-04 21:09:06
Mar 02
Microprocessors by Intel #Web Development #Root #By Sayed Ahmed
Intel High End Desktop Processors http://ark.intel.com/products/family/79318/Intel-High-End-Desktop-Processors#@Desktop Desktop Processors by Intel after 2008 http://ark.intel.com/ Intel Microprocessors up to 2008 http://www.intel.com/pressroom/kits/quickreffam.htm From: http://sitestree.com/?p=975 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-04-13 18:48:24
Mar 02
Some Microprocessor Stuff #Web Development #Root #By Sayed Ahmed
In a Challenge to Intel, ARM Chips to Show Up in Servers in 2014 http://recode.net/2014/01/01/in-a-challenge-to-intel-arm-chips-to-show-up-in-servers-in-2014/ Scientist developing 3-D chips to expand capacity of microprocessors http://phys.org/news/2014-01-scientist-d-chips-capacity-microprocessors.html 14 Nanometer Microprocessors http://en.wikipedia.org/wiki/14_nanometer From: http://sitestree.com/?p=970 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-04-13 18:26:56
Mar 02
Some Electronics Concepts #Web Development #Root #By Sayed Ahmed
Semiconductor: http://en.wikipedia.org/wiki/Semiconductor Semiconductor – Diode: http://en.wikipedia.org/wiki/Semiconductor Triode: http://en.wikipedia.org/wiki/Triode Transistor: http://en.wikipedia.org/wiki/Transistor Understanding Transistors: http://www.talkingelectronics.com/projects/TheTransistorAmplifier/TheTransistorAmplifier-P1.html Soldering: http://en.wikipedia.org/wiki/Soldering PCB – Printed Circuit Boards: http://en.wikipedia.org/wiki/Printed_circuit_board Build your own Arcade Gaming Machine https://www.kickstarter.com/projects/1604943853/build-your-own-arcade MAMA Arcade Emulator: http://en.wikipedia.org/wiki/MAME From: http://sitestree.com/?p=966 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-04-13 17:33:35
Mar 02
OpenGL Circle Draw #Web Development #Root #By Sayed Ahmed
in C/C++ // Create the circle in the coordinates origin const int sides = 20; // The amount of segment to create the circle const double radius = 5; // The radius of the circle glBegin(GL_LINE_LOOP); for (int a = 0; a < 360; a += 360 / sides) { double heading = a * …
Mar 02
DotNetNuke ErrorPages.aspx #Web Development #Root #By Sayed Ahmed
<%@ Page Language=”C#” AutoEventWireup=”false” Inherits=”DotNetNuke.Services.Exceptions.ErrorPage” CodeFile=”ErrorPage.aspx.cs” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml” lang=”en-US”> <head> <meta name=”revisit-after” content=”1 days” /> <meta name=”robots” content=”noindex,nofollow” /> <title runat=”server” id=”Title”>Error</title> <link id=”DefaultStylesheet” runat=”server” rel=”stylesheet” type=”text/css” href=”~/Portals/_default/default.css” /> <link id=”InstallStylesheet” runat=”server” rel=”stylesheet” type=”text/css” href=”~/Install/install.css” /> </head> <body> <form id=”Form” runat=”server”> <table cellspacing=”5″ cellpadding=”5″ border=”0″> <tr> …
Mar 02
Some insights on Google Webmaster Tools
Some insights on Google Webmaster Tools 1. If you want your pictures to appear on Google search results where you are the author for the articles/pages, you need to verify yourself as the author for your articles/pages. Use the Author Stats option under Labs inside Google Webmaster Tools. You are also required to have a …
Mar 02
Some boilerplate code
HTML 5 Boiler Plate Code : http://html5boilerplate.com/ Boilerplate WordPress Themes: http://wordpress.org/themes/ JQuery Boilerplate: http://jqueryboilerplate.com/ From: http://sitestree.com/?p=914 Categories:Web Development, Root, By Sayed AhmedTags: Post Data:2014-03-08 19:31:50
