Category: FromSitesTree.com

Securing your windows 8 PC #Computer Hardware Engineering #Root #Computer Troubleshooting #By Sayed Ahmed

Windows 8 as Microsoft claims is the most secure operating system from Microsoft. Some ways to secure your Windows 8 PC. As Windows 8 is built upon UEFI (Unified Extensible Firmware Interface), you can take advantage of secure boot; scan and ensure that system elements are okay before Windows 8 even boots on your system. …

Continue reading

Load Balancing with CISCO Routers #Computer Networks

Load Balancing with CISCO Routers: What is load balancing? Simply, distributing the traffic across multiple different paths/destinations. The definition is context-specific as well. For example, if you provide a web-service, you can use multiple servers to provide the service. Then for you, load balancing can be simply distributing the incoming service request across these servers …

Continue reading

Some WPF Stuff: Windows Presentation Foundation: WPF vs HTML #CSS #Root #By Sayed Ahmed

Overview of WPF https://en.wikipedia.org/wiki/Windows_Presentation_Foundation “According to Microsoft developers answering questions during Build 2014, WPF is still actively developed, but was not designed to be highly responsive, nor adapted to low-power consumer devices such as tablets or smartphones. Because of that, no further major changes are expected to be done on the framework[5]”   In defense …

Continue reading

Tools to Make Your Web-sites and Web-Applications Look Alright in Different Browsers #CSS #Root #By Sayed Ahmed

You can use the following services to test your web-sites and web-applications in different browsers (also in Mobile Mood) http://www.portableapps.com http://www.spoon.net http://www.browsersstack.com Pre-activated copies of Windows with various versions of IE in virtual machines https://www.modern.ie/en-us/virtualization-tools   A tool to check and improve CSS syntax : http://csslint.net           From: http://sitestree.com/?p=1588 Categories:CSS, Root, …

Continue reading

Examples: BAD CSS #CSS #Root #By Sayed Ahmed

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 { width: 200px; } body.homepage .widget …

Continue reading

3rd part write a c# tool to create HTML to PDF #CSS #Root #By Sayed Ahmed

3rd part write c sharp tool to create HTML/CSS to pdf [youtube http://www.youtube.com/watch?v=LlYtJtiDu14?list=UUHrtq0pV8mEuTLGd2-Lp9ig&w=854&h=510] From: http://sitestree.com/?p=1684 Categories:CSS, Root, By Sayed AhmedTags: Post Data:2014-11-18 21:58:08 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

Disable SSL mode for Cs-Cart 4.4.X #CS Cart Ecommerce

This is not about whether disabling is good or bad. This is about how to, when you need to Executing these SQLs worked for me for my local dev env. My local CS-cart version was 4.4.1 UPDATE `cscart_settings_objects` SET `value` = ‘N’ WHERE `cscart_settings_objects`.`object_id` =55; UPDATE `cscart_settings_objects` SET `value` = ‘N’ WHERE `cscart_settings_objects`.`object_id` =56; UPDATE …

Continue reading

Using Rich Text Box Control from Kendo UI #CSS #Root #JQuery #By Sayed Ahmed

Kendo UI Rich Textbox Control: http://docs.telerik.com/kendo-ui/api/javascript/ui/editor Yes, I used this in real projects. The following code will create a Rich Textbox Control (http://docs.telerik.com/kendo-ui/api/javascript/ui/editor). To customize the control, what buttons should appear on the toolbar, you can use the following instead of   //with all buttons $(“#editor”).kendoEditor(); });   //with selected buttons $(“#topEditor”).kendoEditor({ tools: [ “bold”, …

Continue reading

CSS what to Learn? Mostly links to resources. If you can master the topics in all of these resources, you will be a great one.. #CSS #Root #By Sayed Ahmed #Misc. Reading

CSS what to Learn? Mostly links to resources. If you can master the topics in all of these resources, you will be a great one.. http://salearningschool.com/training_slides/CSS/css_what_to_learn.pdf From: http://sitestree.com/?p=1632 Categories:CSS, Root, By Sayed Ahmed, Misc. ReadingTags: Post Data:2014-11-02 14:07:16 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 …

Continue reading

Random Information on BI #Data Warehouse #Data Warehouse – 001 #Data Warehouse #Data Warehouse Misc

Real internet money/business lies in B2B not in B2C. Decision Support System (DSS): Full spectrum of systems that allow/help management to take decisions, such as, reporting, OLAP, data mining. Java provides support for web enabled DSS JDM is Java’s Data mining/BI API. BI Applications: Balanced Score-card, Activity Based Costing. Data warehouse elements Operational Environment: Maintains …

Continue reading