MaXEster | Blog
  • HOME
  • ABOUT US
  • SERVICES
    • PHP WEB APPS
      • Codeigniter
      • Laravel
      • Zend
      • Cakephp
      • WordPress
      • Drupal
      • Magento
      • Opencart
    • MOBILE APP
      • Ios
      • Android App
      • Android Games
    • DESIGNING
      • Responsive Design
      • Logo Design
      • PSD to HTML
    • DIGITAL MARKETING
      • PAY PER CLICK DEVELOPMENT
      • Search Engine Optimization
      • Social Media Optimization
      • E-mail Marketing
      • Content Marketing
  • PORTFOLIO
  • CONTACT US
  • Blog

Month: July 2019

How to set Error in Spinner in Android

July 25, 2019July 24, 2020 Jony ChawlaAndroid1 Comment on How to set Error in Spinner in Android

You know setError works on EditText and TextView. If the spinner has a list of TextView or EditText item, then you simply have to get the TextView or Editext from it. And then set error on it. You can get…

Read More→

How to create a csv file in Laravel?

July 24, 2019July 29, 2020 Bhaskar ChaudharyLaravel2 Comments on How to create a csv file in Laravel?

Declare Header Declare Columns Get data Set Formatted data to a variable Return response Your code should look like this

How to send SMTP mail with Attachments in Laravel?

July 23, 2019July 24, 2020 Bhaskar ChaudharyLaravelLeave a Comment on How to send SMTP mail with Attachments in Laravel?

Firstly get the extension of the file to send and get the MIME TYPE for it. Use the mail function and pass the required data needed by the layout and SMTP connection protocol.

How To pass infinite argument in PHP function?

July 18, 2019July 29, 2020 Bhaskar ChaudharyPhpLeave a Comment on How To pass infinite argument in PHP function?

There are many ways to pass undefined no of arguments in a function. Mostly I use one of these three ways:- Pass all the Argument in the form of an array Use func_get_args () to get all the passed argument…

Read More→

Form Validation And Ajax submission using Jquery Validation

July 15, 2019July 29, 2020 Bhaskar ChaudharyJSLeave a Comment on Form Validation And Ajax submission using Jquery Validation

Jquery has a validation plugin which requires “rules:” and “messages:”. Rules are the validation case that you want to check on an input field. And, Messages are the response to those input field which violates the rules. Jquery validation uses…

Read More→

Regex (Regular expression) To find if the string contains a numeric value.

July 12, 2019July 29, 2020 Bhaskar ChaudharyJSLeave a Comment on Regex (Regular expression) To find if the string contains a numeric value.

Sometimes we have to validate if the user has entered a specific pattern or not, this pattern is validated by matching it with its regular expression. To Find if any numeric value appears in a string: To Find if any…

Read More→

How to EditText accepts alphabets only in Android?

July 11, 2019July 24, 2020 Jony ChawlaAndroidLeave a Comment on How to EditText accepts alphabets only in Android?

Add this line in your EditText tag in layout(xml) file or you can read more about this here Full code EditText should be look like

Conditional operator problems in JavaScript?

July 6, 2019July 24, 2020 Bhaskar ChaudharyJS1 Comment on Conditional operator problems in JavaScript?

Let me give you a simple logical problem:- What will be the output of console.log(1>0)? If your answer is true than you can proceed to next problem, if your answer is false go visit your Mathematics teacher. Now What will…

Read More→

What is Anonymous function or Closure in Php?

July 3, 2019July 24, 2020 Bhaskar ChaudharyPhpLeave a Comment on What is Anonymous function or Closure in Php?

These are the function with no defined function. Mostly used for callback. These are accessed by the variables on which they are defined or invoked dynamically.

How to use multiple where condition in Laravel?

July 2, 2019July 24, 2020 Bhaskar ChaudharyLaravel, Php1 Comment on How to use multiple where condition in Laravel?

You can add where clause to a model like ->where(/*condition*/) Sometimes We need to add orWhere condition to our queries, between two cases. This might interfere with other conditions so we need to pass them in a function. To get…

Read More→

Archives

  • June 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019

Categories

Recent Posts

  • How does React Work?
  • Introduction Of React JS
  • How To Install MySQL on Ubuntu 18.04
  • Parallel ajax request using Jquery
  • 404 page not found in Laravel
Copyright ©MaXEster Copyright 2020. All Rights Reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
SettingsAccept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
  • b
  • a
  • c
  • j
  • F