This short note is for those who already know C++ and want to refresh their memory. Beginners can still take a look to get an overall idea. Three pillars of object-oriented development: encapsulation, inheritance, and polymorphism. C++ supports encapsulation through (user-defined) classes. Class properties and internal workings can be hidden from outside world. C++ supports …
Category: FromSitesTree.com
Aug 05
How to Use Multiple Browsers on a Single Machine #79
Pre-activated copies of Windows with various versions of IE in virtual machineshttps://www.modern.ie/en-us/virtualization-toolsHow to Use Multiple Browsers on a Single Machinehttp://www.thesitewizard.com/webdesign/multiplebrowsers.shtmlWhat Does HTML and CSS Validation Mean?Should You Validate Your Web Page?http://www.thesitewizard.com/webdesign/htmlvalidation.shtml From: http://sitestree.com/?p=5348 Categories:79Tags: Post Data:2008-05-03 09:17:52 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: …
Aug 05
CSS Topics to learn #79
Some important CSS topics to learn and master at CSS stuff from w3schools.com CSS3 stuff from w3schools.com How To Create an IE-Only Stylesheet introducing safe CSS hacks Debugging CSS with the DOM Inspector HTML and CSS Debugging Tools CSS Hacks Stacking in CSS Layout with CSS CSS Selectors CSS2 Specification CSS3 Specification From: http://sitestree.com/?p=5337 Categories:79Tags: …
Aug 05
Online Resources: Photoshop Tutorial/Courses in Computer Graphics #79
Some Photoshop tutorial links are given below:[Remember, people don’t study Computer Science (CS) to work with software such as Photoshop. Though no harm if you do and can do [as a CS graduate as part of your job/hobby]. CS study may help to create software such as Photoshop. All the logic, and algorithms that such …
Aug 05
Tutorials on Photoshop Tools #79
Knowing a painting/graphics software well can be a plus for a software developer and designer. If you work with web-sites and web-applications, still if you are a developer, if you know software such as Photoshop well, it will always be beneficial. Many software designers may actually use such software to create the prototype user interfaces …
Aug 05
CSS Selectors: Reference #79
CSS Selector Examples and Notes (check each line carefully and notice differences with other (esp. immediate) lines): (Reference: CSS: The Definitive Guide: 3rd Edition: by E. A. Mayer:) Basic Rules: The following css rules apply to the corresponding html/xml elements/tags (left of { ) as found anywhere in the scope (html/xml files) of these css …
Aug 05
Transparent Background using CSS #79
The following CSS or similar can be used to put text/image on a transparent box. The background (background image if any) will be seen through the box div.backgroundImg{ width: 500px; height:500px; background: url(test.jpg) repeat;}div.transparentBox{ width: 500px; height: 500px; margin: 30px 30px; background-color: #ffffff; filter:alpha(opacity=60); opacity:0.6;}div.transparentBox p{ margin: 30px 40px; font-weight: bold; color: #000000;} From: http://sitestree.com/?p=5284 …
Aug 05
Image Types to be used in Web-Sites #79
Mostly GIF or JPEG. PNG is also a good option (larger file size and no animation supported). Why? Widely supported by browsers. Image sizes are not large (good for data transfer through the Internet). GIF (<256 colors) when not many colors in the picture. JPG/JPEG logically is the best when too many colors in the …
Aug 05
Very Useful Resource for Search Engine Optimization #79
Opinion by SEO Gurus Study by Sistrix You may checkout IBP Software: http://www.ibusinesspromoter.com/optimize/top-10-rankings.htm From: http://sitestree.com/?p=5172 Categories:79Tags: Post Data:2008-09-27 02:27:27 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Aug 04
Lesson 1: How to build a simple website from scratch #79
please check here:Lesson 1: How to build a simple website from scratch Part 2:Lesson 1: How to build a simple website from scratch From: http://sitestree.com/?p=5067 Categories:79Tags: Post Data:2011-02-25 16:32:46 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
