{"id":22966,"date":"2021-03-22T18:59:45","date_gmt":"2021-03-22T22:59:45","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/sass-reusability-examples-root-by-sayed-ahmed\/"},"modified":"2021-03-22T18:59:45","modified_gmt":"2021-03-22T22:59:45","slug":"sass-reusability-examples-root-by-sayed-ahmed","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=22966","title":{"rendered":"SASS Reusability Examples #Root #By Sayed Ahmed"},"content":{"rendered":"<p>SASS Reusability Examples<\/p>\n<p>.message {<br \/>\nborder: 1px solid #ccc;<br \/>\npadding: 10px; color: #333;<br \/>\n}<br \/>\n.success {<br \/>\n@extend .message;<br \/>\nborder-color: green;<br \/>\n}<br \/>\n.error {<br \/>\n@extend .message;<br \/>\nborder-color: red;<br \/>\n}<br \/>\n.warning {<br \/>\n@extend .message;<br \/>\nborder-color: yellow;<br \/>\n} From: http:\/\/sitestree.com\/?p=1642<br \/> Categories:Root, By Sayed Ahmed<br \/>Tags:<br \/> Post Data:2014-11-09 01:10:34<\/p>\n<p>\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\">https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\t(Big Data, Cloud, Security, Machine Learning): Courses: <a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"> http:\/\/Training.SitesTree.com<\/a><br \/>\n\t\tIn Bengali: <a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\">http:\/\/Bangla.SaLearningSchool.com<\/a><br \/>\n\t\t<a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\">http:\/\/SitesTree.com<\/a><br \/>\n\t\t8112223 Canada Inc.\/JustEtc: <a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\">http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) <\/a><br \/>\n\t\tShop Online: <a href='https:\/\/www.ShopForSoul.com'> https:\/\/www.ShopForSoul.com\/<\/a><br \/>\n\t\tMedium: <a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"> https:\/\/medium.com\/@SayedAhmedCanada <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>SASS Reusability Examples .message { border: 1px solid #ccc; padding: 10px; color: #333; } .success { @extend .message; border-color: green; } .error { @extend .message; border-color: red; } .warning { @extend .message; border-color: yellow; } From: http:\/\/sitestree.com\/?p=1642 Categories:Root, By Sayed AhmedTags: Post Data:2014-11-09 01:10:34 Shop Online: https:\/\/www.ShopForSoul.com\/ (Big Data, Cloud, Security, Machine Learning): Courses: http:\/\/Training.SitesTree.com &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=22966\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-22966","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":67650,"url":"http:\/\/bangla.sitestree.com\/?p=67650","url_meta":{"origin":22966,"position":0},"title":"Examples: BAD CSS #CSS #Root #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"July 26, 2021","format":false,"excerpt":"Case 1: Bad as depends on HTML Structure too much #main-nav ul li ul li div { } #content article h1:first-child { } #sidebar > div > h3 + p { } Case 2: .widget { background: yellow; border: 1px solid black; color: black; width: 50%; } #sidebar .widget {\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27115,"url":"http:\/\/bangla.sitestree.com\/?p=27115","url_meta":{"origin":22966,"position":1},"title":"HeadingTag.java Custom tag that makes use of a tag body #Programming Code Examples #Java\/J2EE\/J2ME #Applets and Basic Graphics","author":"Author-Check- Article-or-Video","date":"May 11, 2021","format":false,"excerpt":"HeadingTag.java Custom tag that makes use of a tag body package cwp.tags; import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*; import java.io.*; \/** Generates an HTML heading with the specified background * color, foreground color, alignment, font, and font size. * You can also turn on a border around it, which normally * just\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27117,"url":"http:\/\/bangla.sitestree.com\/?p=27117","url_meta":{"origin":22966,"position":2},"title":"HeadingExample.jsp Page that uses the HeadingTag custom tag #Programming Code Examples #Java\/J2EE\/J2ME #Applets and Basic Graphics","author":"Author-Check- Article-or-Video","date":"May 11, 2021","format":false,"excerpt":"HeadingExample.jsp Page that uses the HeadingTag custom tag <!DOCTYPE HTML PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\"> <!-- Illustration of HeadingTag tag. Taken from Core Web Programming Java 2 Edition from Prentice Hall and Sun Microsystems Press, . May be freely used or adapted. --> <HTML> <HEAD> <TITLE>Some Tag-Generated Headings<\/TITLE> <\/HEAD> <BODY>\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69278,"url":"http:\/\/bangla.sitestree.com\/?p=69278","url_meta":{"origin":22966,"position":3},"title":"JSP Tags #37","author":"Author-Check- Article-or-Video","date":"August 16, 2021","format":false,"excerpt":"JSP Tag Library (JSTL) JSP Disadvantage 1. Java code embedded in scriptlets make the code difficult to understand 2. Reduced code reusability 3. Difficult to modify [Java Code] 4. Java code needs to use Class Casting JSTL Advantages 1. Better code 2. Enhanced Code reusability 3. No type casting from\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27243,"url":"http:\/\/bangla.sitestree.com\/?p=27243","url_meta":{"origin":22966,"position":4},"title":"DashedStrokeExample.java Draws a circle with a dashed line segment (border). Inherits from FontExample.java. #Programming Code Examples #Java\/J2EE\/J2ME #Advanced Swing","author":"Author-Check- Article-or-Video","date":"May 15, 2021","format":false,"excerpt":">>>>>>>>>>>>>>>>> import java.awt.*; \/** An example of creating a custom dashed line for drawing. * ********************* public class DashedStrokeExample extends FontExample { public void paintComponent(Graphics g) { clear(g); Graphics2D g2d = (Graphics2D)g; drawGradientCircle(g2d); drawBigString(g2d); drawDashedCircleOutline(g2d); } protected void drawDashedCircleOutline(Graphics2D g2d) { g2d.setPaint(Color.blue); \/\/ 30-pixel line, 10-pixel gap, 10-pixel line, 10-pixel\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":23057,"url":"http:\/\/bangla.sitestree.com\/?p=23057","url_meta":{"origin":22966,"position":5},"title":"Linkedin: How to Withdraw your Connect Request #Root #By Sayed Ahmed","author":"Author-Check- Article-or-Video","date":"March 24, 2021","format":false,"excerpt":"Click on the Messages Icon (top right) Then go to your Sent message box Find the emails\/requests to connect to others Open the Email\/Request Click Withdraw.. From: http:\/\/sitestree.com\/?p=2013 Categories:Root, By Sayed AhmedTags: Post Data:2015-04-22 20:21:34 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\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/22966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22966"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/22966\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22966"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}