Some of the services which we provide are:

Some of the services which we provide are:

  1. Graphic Designing (Logo, Brochure, Flyers/Handout/Inserts/Pamplet, Dangler, Catalogue, E-mailer, Google Adwords, Social Media & Facebook Campaign banners, Social Media/Whatsapp Post, Stationery artwork (Visiting Cards, Letterhead, Envelopes, ID Cards, Badges), Magazines, Newsletter, Rollup Stands, Banners, Posters, Branded Canopies & Stalls,
    Calendar, Forms, T-shirts, Mugs, Wristband, Boards, Backdrop, Signages & Hoardings etc.)
  2. Website Designing & Development (Corporate, Business, Portfolio, Job Portals, CMS, E-Commerce Websites & Landing Page etc.)
  3. Digital Marketing (SEO, SMM, SMO, PPC, Google Advertisement, Mobile & Email Marketing etc.)
  4. Mobile App Development (Android & IOS App Development)
  5. E-learning 2D Animation & Sketching
  6. Printing (Brochure, Flyers/Handout/Inserts, Catalogue, Stationery Artwork, Magazines, Souveniers, Newsletter, Rollup Stands, Posters, Branded Canopies & Stalls, One way Vision, Organisers & Corporate Diaries, Calendar, Forms, T-shirts, Mugs, ID Cards, Corporate Gifts, Trophies & Mementoes, Frontlit & Backlit Boards, Clip-On Boards, Neon Signages, Stainless Steel Letters, Reflective Vinyl, Acrylic Sandwich, Flex & Vinyl Boards etc.)
  7. Events & Exhibition (Artwork Designing, Printing, Installation & Fabrication)
  8. Photography & Videography ( All type of photography & Videography )
  9. IT Services (Laptop/Desktop/Printer Repairing, Assembled Desktops, CCTV Camera Installation, Video Door lock Phone System, Bio Metric Machine, Mobile Network Booster, Office Networking, All types of IT Items available.

How to add add to cart button with quantity plus minus in Shopify website

Add CSS to theme.css file


<style>
.cpb-category {
    width: 200px;
    float: left;
}
.cpb-product-actions {
    clear: both;
 
}
#product-builder .cpb-theme-provider.aloha .cpb-layout:not(.cpb-is-admin) .cpb-product-actions {
    margin-top: 70px;
    padding: 60px 20px !important;
}

#product-builder button, #product-builder input, #product-builder optgroup, #product-builder select, #product-builder textarea {
    font-family: sans-serif;
    font-size: 100%;
    font-size: 19px;
    line-height: 1;
    margin: 0;
}
 input#input-quantity {
 border: none;    
    background-color: inherit;
    font-size: 16px;
       max-width: 53px;
   padding: 0px;
}
 
span.input-group-btn.item-count-left{
  float:left;
  width:50px;
  }
span.input-group-btn.item-count-right{
  float:right;
   width:50px; 
}
  .input-group.number-spinner {
    width: 100%;
    vertical-align: middle;
    /*display: inline-table;*/
}
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-add-to-cart{
  text-align:center;
}
input.btn.add-to-cart-btn {
    margin-top: 20px;  
}
button.btn.btn-default.btn-number {
    padding: 4px 8px;
}
.grid-view-item {
    margin: 20px auto 35px;
}
@media only screen and (max-width: 749px)
  {

  }
</style>

Add this code after end of file product-card-grid.liquid file under snippets


<form action="/cart/add" method="post" class="form-add-to-cart">
{% if product.variants.size == 1 %}
<input type="hidden" name="id" value="{{ product.variants.first.id }}" />
{% else %}
<select name="id">{% for variant in product.variants %}<option value="{{ variant.id }}">{{ variant.title }}</option>{% endfor %}</select>
{% endif %}
<div class="input-group number-spinner number-spinner{{ product.id }}">
			      <span class="input-group-btn item-count-left">
					<button type="button" class=" btn btn-default btn-number" data-dir="dwn"><i class="fa fa-minus"></i></button>
			      </span>
				<input type="text" readonly name="quantity" value="1" id="input-quantity" class="form-control input-number text-center">
				  <span class="input-group-btn item-count-right">
					<button type="button" class=" btn btn-default btn-number" data-dir="up"><i class="fa fa-plus"></i></button>
				  </span>
			    </div>
  <input type="submit" value="Add to cart" class="btn add-to-cart-btn" />
  <input type="hidden" name="return_to" value="back" />
</form>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
  $(document).on('click', '.number-spinner{{ product.id }} button', function () {    
	var btn = $(this),
		oldValue = btn.closest('.number-spinner{{ product.id }}').find('input').val().trim(),
		newVal = 1;
			
	if (btn.attr('data-dir') == 'up') {
		newVal = parseInt(oldValue) + 1;
	} else {
		if (oldValue > 1) {
			newVal = parseInt(oldValue) - 1;
		} else {
			newVal = 1;
		}
	}
	btn.closest('.number-spinner{{ product.id }}').find('input').val(newVal);
});
</script>

Write short notes on any three of the following:

Write short notes on any three of the following:
a) Switch statement (give proper syntax and examples)
b) What do you mean by Loop? How while-loop and do-loop differs?
c) What is C Preprocessor? Explain any two C preprocessor commands with example.
d) Break and Continue Statements

twitter

Twitter will not take verification requests for now as it has to review the applications

Twitter will not take verification requests for now as it has to review the applications received since last week.

Twitter started accepting verification requests last week for the first time since 2017. Twitter is pausing new applications for now as it has to review the current stack of profiles. It looks like Twitter has received applications more than it anticipated.

“We’re rolling in verification requests. So we gotta hit pause on accepting any more for now while we review the ones that have been submitted,” Twitter announced. It added that the verification process will be reopened soon. After a halt of over three years, Twitter reopened public applications last week. It had stopped taking verification requests in November 2017 as people interpreted the verified status as an indicator of importance or endorsement.

Twitter has reworked its verification program, opening it to eligible users from the government, companies, brands and organizations, news organizations and journalists, entertainment, sports and gaming, activists, organizers, and other influential individuals. Twitter also requires users to have a complete account including a profile name, image and a confirmed email address or phone number. Also, these Twitter accounts must be active within the last six months and “have a record of adherence to the Twitter Rules.”

Twitter users whose applications have been approved will see a blue badge on their profile. And those who haven’t can still reapply after a 30-day period. Twitter said users can expect an emailed response within a few days but this could extend to a few weeks as well depending on the number of applications. Twitter also started automatically removing the verified badge from accounts that “no longer meet the updated criteria for verification, such as those that are inactive or incomplete.”

Seeing how verification has been highly requested by users, it’s not surprising that Twitter has received a huge number of applications.

sourceby

the main differences between INNODB and MYISAM

The most commonly used storage engine in MySQL are MyISAM and InnoDB.

With these storage engine there are some advantages and disadvantages according to application needs.

As you all know, the default storage engine chosen by MySQL database is MyISAM.

The main difference between MyISAM and INNODB are :

  • MyISAM does not support transactions by tables while InnoDB supports.
  • There are no possibility of row-level locking, relational integrity in MyISAM but with InnoDB this is possible. MyISAM has table-level locking.
  • InnoDB does not support FULLTEXT index while MyISAM supports.
  • Performance speed of MyISAM table is much higher as compared with tables in InnoDB.
  • InnoDB is better option while you are dealing with larger database because it supports transactions, volume while MyISAM is suitable for small project.
  • As InnoDB supports row-level locking which means inserting and updating is much faster as compared with MyISAM.
  • InnoDB supports ACID (Atomicity, Consistency, Isolation and Durability) property while MyISAM does not support.
  • In InnoDB table,AUTO_INCREMENT field is a part of index.
  • Once table in InnoDB is deleted then it can not re-establish.
  • InnoDB does not save data as table level so while implementation of select count(*) from table will again scan the whole table to calculate the number of rows while MyISAM save data as table level so you can easily read out the saved row number.
  • MyISAM does not support FOREIGN-KEY referential-integrity constraints while InnoDB supports.

balanced diet chart for growing child

Ages 2 to 4: Daily guidelines for girls

Calories1,000-1,400, depending on growth and activity level
Protein2-4 ounces
Fruits1-1.5 cups
Vegetables1-1.5 cups
Grains3-5 ounces
Dairy2-2.5 cups

Ages 2 to 4: Daily guidelines for boys

Calories1,000-1,600, depending on growth and activity level
Protein2-5 ounces
Fruits1-1.5 cups
Vegetables1-2 cups
Grains3-5 ounces
Dairy2-2.5 cups

Ages 5 to 8: Daily guidelines for girls

Calories1,200-1,800, depending on growth and activity level
Protein3-5 ounces
Fruits1-1.5 cups
Vegetables1.5-2.5 cups
Grains4-6 ounces
Dairy2.5 cups

Ages 5 to 8: Daily guidelines for boys

Calories1,200-2,000, depending on growth and activity level
Protein3-5.5 ounces
Fruits1-2 cups
Vegetables1.5-2.5 cups
Grains4-6 ounces
Dairy2.5 cups

Ages 9 to 13: Daily guidelines for girls

Calories1,400-2,200, depending on growth and activity level
Protein4-6 ounces
Fruits1.5-2 cups
Vegetables1.5-3 cups
Grains5-7 ounces
Dairy3 cups

Ages 9 to 13: Daily guidelines for boys

Calories1,600-2,600, depending on growth and activity level
Protein5-6.5 ounces
Fruits1.5-2 cups
Vegetables2-3.5 cups
Grains5-9 ounces
Dairy3 cups

Ages 14 to 18: Daily guidelines for girls

Calories1,800-2,400, depending on growth and activity level
Protein5-6.5 ounces
Fruits1.5-2 cups
Vegetables2.5-3 cups
Grains6-8 ounces
Dairy3 cups

Ages 14 to 18: Daily guidelines for boys

Calories2,000-3,200, depending on growth and activity level
Protein5.5-7 ounces
Fruits2-2.5 cups
Vegetables2.5-4 cups
Grains6-10 ounces
Dairy3 cups

Consider these nutrient-dense foods:

  • Protein. Choose seafood, lean meat and poultry, eggs, beans, peas, soy products, and unsalted nuts and seeds.
  • Fruits. Encourage your child to eat a variety of fresh, canned, frozen or dried fruits — rather than fruit juice. If your child drinks juice, make sure it’s 100 percent juice without added sugars and limit his or her servings. Look for canned fruit that says it’s light or packed in its own juice, meaning it’s low in added sugar. Keep in mind that one-quarter cup of dried fruit counts as one cup-equivalent of fruit. When consumed in excess, dried fruits can contribute extra calories.
  • Vegetables. Serve a variety of fresh, canned, frozen or dried vegetables. Aim to provide a variety of vegetables, including dark green, red and orange, beans and peas, starchy and others, each week. When selecting canned or frozen vegetables, look for options lower in sodium.
  • Grains. Choose whole grains, such as whole-wheat bread, oatmeal, popcorn, quinoa, or brown or wild rice. Limit refined grains such as white bread, pasta and rice.
  • Dairy. Encourage your child to eat and drink fat-free or low-fat dairy products, such as milk, yogurt, cheese or fortified soy beverages.

Aim to limit your child’s calories from:

  • Added sugar. Limit added sugars. Naturally occurring sugars, such as those in fruit and milk, are not added sugars. Examples of added sugars include brown sugar, corn sweetener, corn syrup, honey and others. Check nutrition labels. Choose cereals with minimal added sugars. Avoid drinks with added sugars such as soda and sports and energy drinks.
  • Saturated and trans fats. Limit saturated fats — fats that mainly come from animal sources of food, such as red meat, poultry and full-fat dairy products. Look for ways to replace saturated fats with vegetable and nut oils, which provide essential fatty acids and vitamin E. Healthier fats are also naturally present in olives, nuts, avocados and seafood. Limit trans fats by avoiding foods that contain partially hydrogenated oil.
  • Sodium. Most children in the U.S. have too much sodium in their daily diets. Encourage snacking on fruits and vegetables instead of chips and cookies. Check nutrition labels and look for product low in sodium.