Category: FromSitesTree.com

ASP.Net Controls #.Net Web Applications

HTML Server Controls HtmlAnchor HtmlButton HtmlForm HtmlGeneric<br/> HtmlImage HtmlInputButton HtmlInputCheckBox HtmlInputFile HtmlInputHidden HtmlInputImage HtmlInputRadioButton HtmlInputText HtmlSelect HtmlTable HtmlTableCell HtmlTableRow HtmlTextArea Web Server Controls AdRotator Button Calendar CalendarDay CheckBox CheckBoxList DataGrid DataList DropDownList HyperLink Image ImageButton Label LinkButton ListBox ListItem Literal Panel PlaceHolder RadioButton RadioButtonList BulletedList Repeater Style Table TableCell TableRow TextBox Xml   Validation Server …

Continue reading

WebLogic:Eclipse:Hello World #1

Creating a Web Application and Testing it on a Server:WebLogic:Eclipse:Hello World Open BEA Workshop for WebLogic Platform Click File > New > Project Web->Dynamic Web Project->Next Fill the form as shown in this image Just take a look at index.jsp and Controller.java files as shown in this image Click Window > Open Perspective > Page …

Continue reading

Windows Operating Systems #1

Most recent version: Vista, upgraded from XP Windows XP (Professional, Home), Windows server : server 2003, server 2000 Embedded: Windows CE, Windows Embedded Home for details please check: http://www.microsoft.com/windows/default.mspx From: http://sitestree.com/?p=4709 Categories:1Tags: Post Data:2007-06-17 23:26:43 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: …

Continue reading

Financial Transaction: Java Data Type #1

Best data type for Financial Transactions: Object with two integer type variables. One for the dollars and another for the cents. floating points are inappropriate as they suffer from round-off errors. For financial software how to create a common class for contracts that multiple independent classes will satisfy? Using interface because for independent class hierarchies …

Continue reading

Making a Difference in The Software Century #1

Making a Difference in The Software Century”The next few decades will make the 21st century the Software Century” – B. Boehm.21st century software engineers will face formidable challenges like: Increasingly rapid change Uncertainty and emergence Dependability Diversity Interdependence B. Boehm. From: http://sitestree.com/?p=4855 Categories:1Tags: Post Data:2011-02-06 23:37:28 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, …

Continue reading

Web page design standards #10

Try to follow the following rules while creating a web-page. 1. Decide what you want to use HTML or XHTML. Better to go with XHTML. Which XHTML? Strict or transitional? Go for strict one, that way you will be in the most standard way. 2. If you are new into XHTML try transitional first, when …

Continue reading

Linux Kernel Programming : A Complete Course #1 #RHCSA

Linux Kernel Programming From: http://sitestree.com/?p=4906 Categories:1, RHCSATags: Post Data:2011-04-05 00:30:24 Shop Online: <a href=’https://www.ShopForSoul.com/’ target=’new’ rel=”noopener”>https://www.ShopForSoul.com/</a> (Big Data, Cloud, Security, Machine Learning): Courses: <a href=’http://Training.SitesTree.com’ target=’new’ rel=”noopener”> http://Training.SitesTree.com</a> In Bengali: <a href=’http://Bangla.SaLearningSchool.com’ target=’new’ rel=”noopener”>http://Bangla.SaLearningSchool.com</a> <a href=’http://SitesTree.com’ target=’new’ rel=”noopener”>http://SitesTree.com</a> 8112223 Canada Inc./JustEtc: <a href=’http://JustEtc.net’ target=’new’ rel=”noopener”>http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) </a> Shop Online: <a href=’https://www.ShopForSoul.com’> https://www.ShopForSoul.com/</a> Medium: <a …

Continue reading

Table Less Design: Layouts with CSS #10

A three column webpage with CSS positioning The CSS should look like this: #leftnavigation { position : absolute; left : 0; width : 150px; margin-left : 10px; margin-top : 20px; color : #000000; padding : 3px;}#rightnavigation { position : absolute; left : 80%; top : 20px; width : 140px; padding-left : 10px; z-index : 3; …

Continue reading

HTML 5: New Features #10 #Introduction to HTML 5

Published: January 22nd, 2008, by W3C New features in HTML 5: Functions for embedding audio, video, graphics, client-side data storage, and interactive documents. New elements: , , , and HTML 5 provides precise rules on how to handle the HTML elements, and how to recover from errors to provide interoperability. From: http://sitestree.com/?p=5061 Categories:10, Introduction to …

Continue reading

Layouts with CSS: Layout without tables #10

Two column webpage layout with CSS create twocol.css. Then, add the following code to the file: div#topBanner { text-align: center; padding-bottom: 10px; } div#bodyLeft { position: absolute; width: 25%; } div#bodyRight { margin: 5px 25px 25px 225px; width: 75%; } Your two column webpage will look like Page Title Add menu items here Add your …

Continue reading