Category: FromSitesTree.com

Computer technology and biotechnology #Web Development

Article: Our future computer technology or Technology is so bright. Most of the student are recent introduced this matter. They also come to research and work by technology. Computer technology which we used biotechnology. Such as past time time we detected diabetics by chemical and this process is so long and expansible. But by the …

Continue reading

Efficient Two Dimensional-IP routing: An incremental deployment design: #Web Development

Efficient Two Dimensional-IP routing: An incremental deployment design: High dimensional routing has attracted more attentions to satisfy the increasing demands for more flexible services in the Internet. These routing schemes make routing decisions not only based on the destination address, but also on the source address, flow label, etc. With these schemes, networks can provide …

Continue reading

File System Access and PHP Security #Web Development

File System Access and PHP Security Allowing your users to upload files opens some security holes. Users can upload malicious files and make your site affected by Malware. How risky is this depends on how you implemented the feature, and the privileges that you have provided. One option can be check if the associated feature …

Continue reading

Is .Net any Better than PHP for Web and Cloud Based Applications? #Web Development #By Sayed Ahmed

What advantages does PHP have over ASP.NET? https://stackoverflow.com/questions/3989352/what-advantages-does-php-have-over-asp-net   Debate – .NET V. PHP: Top 10 .NET Myths Exposed http://www.sitepoint.com/php-top-10-net-myths-exposed/   When to use PHP or ASP.NET? https://programmers.stackexchange.com/…/when-to-use-php… From: http://sitestree.com/?p=1219 Categories:Web Development, By Sayed AhmedTags: Post Data:2014-07-15 03:33: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 …

Continue reading

Some C# Stuff #Web Development #By Sayed Ahmed

Object-Oriented Programming (C# and Visual Basic) http://msdn.microsoft.com/en-CA/library/dd460654.aspx   LINQ (Language-Integrated Query) http://msdn.microsoft.com/en-ca/library/bb397926.aspx 101 LINQ Sample Application http://code.msdn.microsoft.com/101-LINQ-Samples-3fb9811b   Parallel LINQ (PLINQ) http://msdn.microsoft.com/en-us/library/dd460688%28v=vs.110%29.aspx   Entity Framework http://msdn.microsoft.com/en-ca/data/ef.aspx   Working with DBContext http://msdn.microsoft.com/en-ca/data/jj729737.aspx   SOAP vs Rest https://stackoverflow.com/questions/209905/representational-state-transfer-rest-and-simple-object-access-protocol-soap http://msdn.microsoft.com/en-us/library/vstudio/hh323724%28v=vs.100%29.aspx       Security in SOAP and REST http://msdn.microsoft.com/en-us/library/vstudio/hh323714%28v=vs.100%29.aspx   WS-Security https://en.wikipedia.org/wiki/WS-Security   SSO (Single Sign on) in …

Continue reading

Strategy Pattern: Interface vs Abstract Classes #Web Development #By Sayed Ahmed

Strategy Pattern: https://en.wikipedia.org/wiki/Strategy_pattern “In computer programming, the strategy pattern (also known as the policy pattern) is a software design pattern that enables an algorithm‘s behavior to be selected at runtime. ” “The validation strategies, encapsulated separately from the validating object, may be used by other validating objects in different areas of the system (or even …

Continue reading

Adopting GIT – One Repo for One Project #Web Development #By Sayed Ahmed

Just trying to plan on how to adopt the model of Git based development for all of different Justetc projects. Still, testing, though found this resource to be useful : http://nvie.com/posts/a-successful-git-branching-model/ Rather than creating a central repository with all projects, so far, planning to create separate repository for each project (did not put any thought …

Continue reading

Ruby, Resqueue, RabbitMQ, PHP, NodeJS, Java, MySQL, and MongoDB #Web Development #By Sayed Ahmed

Resqueue: A rock-solid job queue, written in Ruby, backed by Redis. http://resquework.org/ Guide: http://resquework.org/guides/queues.html Related Read: Resqueue vs. Sidekik:https://stackoverflow.com/questions/11580954/resque-vs-sidekiq   RabbitMQ Robust messaging for applications Tutorial: http://www.rabbitmq.com/getstarted.html   MongoDB MongoDB (from “humongous”) is an open-source document database http://www.mongodb.org/   OutSystem “OutSystems provides the only open, high-productivity application platform (PaaS) that makes it easy to create, …

Continue reading

Installing PHPUnit (and Pear package Manager) for Windows #Web Development #By Sayed Ahmed

Pre-requisite: 1. You need to install pear package manager first before installing PHPUnit I installed PHPUnit as well as Pear using Wamp. It should be the same with vanilla (i.e. plain) PHP The instructions at: http://nishutayaltech.blogspot.in/2011/04/installing-phpunit-on-windows.html Worked well for me. One thing: remember to run command prompt as an administrator   —- Details:   First, …

Continue reading

Optimize your MySQL tables in PhpMyAdmin #Web Development #By Sayed Ahmed

Enter your phpMyAdmin/MySQL control panel. Click on the database (not the table, the database name), and on the right hand column your tables should be listed. Scroll down till you see the .Check all. link. Click on that link, make sure all database tables are checked and then from the drop-down next to it, and …

Continue reading