Posted on April 01, 2015
Sometimes in ExtJS we have a requirements to send some extra parameters to the grid’s store on the fly. Lets say we have a grid having store “DummyStore”, and a combo-box of users and we want to send the selected user id as a parameter to the grid’s store on select event of the drop […]
Posted on January 13, 2015
When we click on the file explorer in WIN7 libraries folder opens, but I am a die hard fan of Win XP so I am habituated of ‘My Computer’. No doubt you can open My Computer from the desktop icon or the start menu but wouldn’t it be cool if we link file explorer to […]
Posted on January 13, 2015
Recently I had a requirement where I needed to update stored procedure on the server to reflect my local changes and we had a huge number of stored procedure, so I was trying to list stored procedures which have been modified after a specific date. In this tip I am going to share that SQL query […]
Posted on November 22, 2014
I pin any application to taskbar which I frequently use. But after some application the taskbar is full. How good it will be if one group is there and on clicking that we see all the applications in that group. for example lets say I want to group all browsers (Chrome,FF,IE,Safari) in one group. How […]
Posted on October 29, 2014
Every day I (and I guess most of us) face an issue regarding the adapter setting change. For office, we have a dedicated IP and settings, so change the settings, then as soon as I go home I need to connect to my home Wi-Fi and that need automatic IP and DNS settings, so again change […]
When you are working on a laravel project there is some basic setup that needs to be done for each install of the project. Like Permissions for ...
In this blog, we are going to take a look into Laravel Queues. Queues allow you to defer the processing of a time-consuming task, such as sending a...
PARTIALS Let’s say we have a structure like the following : data = { students : [{ name : ‘ABC’, roll : 1 }, { name : ‘DEF&...
PHP 8 has been officially released in November 2020! This new major update brings many optimizations and powerful features to the language. This...
ProxySQL is a high-performance SQL proxy. ProxySQL runs as a daemon watched by a monitoring process. The process monitors the daemon and restarts i...
Time is important. We should not waste it doing trivial things. Automate things wherever possible.