InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Autocomplete=”off” workaround / fix for valid XHTML

Arvind KumarJavascript, jQuery2 Comments on Autocomplete=”off” workaround / fix for valid XHTML

Add an onload function similar to the following to <head> section of your web page. <script type=”text/javascript”> function onload_call() { if (!document.getElementById) return false; var f = document.getElementById(‘field_name’); f.setAttribute(“autocomplete”, “off”); } </script>

Checking / Unchecking radio buttons and retrieving their value in jQuery

Arvind KumarJavascript, jQueryLeave a Comment on Checking / Unchecking radio buttons and retrieving their value in jQuery

Let us assume we have radio buttons <input name=”rd_name” id=”RD1″ value=”Value One” /> Label 1 <input name=”rd_name” id=”RD2″ value=”Value Two” /> Label 2 To retrieve and set radio button values by id we have the following methods. To retrieve we…

Read More→

Invoking Lightbox2 slide show on page load

Arvind KumarJavascript5 Comments on Invoking Lightbox2 slide show on page load

Invoke Lightbox2 on page load? Good question! If you have got frustrated searching for a solution to it, relax, it’s here! Just place the following snippet of javascript code in your web page’s <head> section:

Customizing mysql query of a bound model

Arvind KumarCakePHPLeave a Comment on Customizing mysql query of a bound model

I had a hasAndBelongsToMany binding in my Charity Model as i normally would need all the “Causes” available along with Charity information and vice-versa. At one place i needed a specific number of “Causes” picked randomly from the database table.…

Read More→

Creating Ajax form in Cakephp (with Prototype.js)

Arvind KumarCakePHP2 Comments on Creating Ajax form in Cakephp (with Prototype.js)

(If you are using jQuery with cakephp you may want to view this article, Creating Ajax form in Cakephp using jQuery ) With the help of prototype/JavaScript we can build really cool and fully functional ajax form in CakePHP really…

Read More→

Browser detect script in javascript

Arvind KumarJavascriptLeave a Comment on Browser detect script in javascript

I found this useful and up-to-date article to detect browser in JavaScript. Please refer to the author’s site page for detailed explanation.

When Firebug made life easier

Arvind KumarHTML and CSS, Javascript, MiscelleneousLeave a Comment on When Firebug made life easier

It’s been around three years now i have been using the Firebug. This great tool provides a web developer an easy way to look at and inspect the source code of a web page. You can view and experiment with…

Read More→

Clear template cache in x-cart

Arvind KumarMiscelleneous, PHP3 Comments on Clear template cache in x-cart

Have you been making changing into a smarty template file (within x-cart and perhaps independently as well) for long and the changes would not come up at all? Who could tell better how frustrating this can be! The simplest and…

Read More→

More shorter way to load models on the fly

Arvind KumarCakePHP3 Comments on More shorter way to load models on the fly

This post has been marked as deprecated. You can use “loadModel” controller method to load models on the fly. For more information of this method please visit http://api.cakephp.org/class/controller#method-ControllerloadModel. Thank you.

How to position a pop up element on mouse position coordinates with jquery

Arvind KumarJavascript, jQuery3 Comments on How to position a pop up element on mouse position coordinates with jquery

Here is a simple yet useful trick to position a tooltip (a div element etc) near the mouse click or pointer position using jQuery. In the example here, we have a tool tip (div) with id “tooltip”, a href tag,…

Read More→

Posts navigation

Previous 1 … 48 49 50 … 53 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • The Role of $wpdb for Custom Queries in WordPress
  • React Context API vs. Redux: Which One Should You Use?
  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram