Category: Web Development
Send bulk data from Salesforce to external API
Scenario : We have the situation where we want to create a backup of all the contacts in Salesforce on daily basis to AWS S3. We are using PHP code to create files according to the desired criteria and upload
Some Useful Developer tools and Extensions in the chrome browser
Every developer/designer should be aware of some developer tools and extensions available in the chrome browser. Chrome developer tools provide deep visibility into the web pages. We can check layout, performance loading issues and also debug Javascript issues with breakpoints.
What is Browser Webkit
What is Webkit? Webkit is also known as the browser engine and it renders the web pages containing Javascript, HTML and XML code and provides the visual representations. Webkit also manages the history of recently visited pages. Webkit powers browsers
How to access and edit Adobe Captivate Quiz Pool Questions
There are two ways to edit the question content in Captivate question pool : 1. First way is by enabling custom workspace settings. You can enable workspace settings with these steps : a.) Click on Edit>Preferences on top menu bar
How does tabindex work in html form?
Tabindex: The tabindex is used to define the sequence for the cursor to move from field to field in an HTML form, to have a control over this flow of the cursor. By default, tab takes the user to the next
Server Side Jquery DataTable
Server Side Scripting is – when the user’s request is served by the script on the server to provide customized or dynamic data. Server-side processing on DataTables is that when all the DataTable functions like searching, ordering, pagination etc. are
jQueryUI Autocomplete: Select and Focus Events
It is already discussed “What is AutoComplete feature of jQueryUI” in one of my previous blogs. Please refer to following link for description of jQueryUI Autocomplete: https://blog.webnersolutions.com/how-to-add-font-awesome-progress-icon-in-textbox-for-autocomplete-jquery-ui-plugin Here, in this blog, I will discuss most often used events of jQueryUI
Git Learning | Branches, Tags and more
Use of Branches: You can create different branches of your working tree with different names. For example if you don’t want to make changes on your working tree (clone repository on your system) you can create a new branch and
TCPDF | Generate PDF from HTML
Problem: FPDF which is a php class to generate pdf does not render many HTML tags like <style>,<img>. So it generates an unformatted pdf from HTML content. Solution: TCPDF solves the problem of not rendering of HTML tags. It is
