jQuery Picture Gallery - How many lines of code will it take to write a simple photo gallery?
Demonstration of a simple jQuery/JavaScript image gallery with fewer than 20 lines of code: http://www.oproot.com/if/jquery-photo.html Source code: $('#thumbs img').click(function(){ $('#largeImage').attr('src',$(this).attr('src').replace('thumb','large')); $('#description').html($(this).attr('alt')); }); $('#thumbs').delegate('img','click', function(){ $('#largeImage').attr('src',$(this).attr('src').replace('thumb','large')); $('#description').html($(this).attr('alt')); });
Themeforest Clone Script - Digi MonsterSponsored
Configure EC2 Auto Scaling
Setting up EC2 Auto Scaling to automatically adjust the number of servers based on traffic, performance, and demand.
Help/Fix on AWS CloudFront (1 Hour)
One hour of help to configure or fix AWS CloudFront distributions.
Help/Fix on AWS Kubernetes Service(EKS) (1 Hour)
One hour of help or fixes for Kubernetes clusters running on AWS EKS.
Management of Shared Storage Using AWS EFS
Setting up and managing a shared disk/folder using AWS EFS so multiple servers can access the same data at the same time



