Skip to content

LEMPJS

Learn Linux, Nginx, Apache, MongoDB, MySQL, PHP, Javascript, CSS

Recent Posts

  • Manage your passwords securely across multiple devices by pass
  • PHP 8 null-safe operator for nested ifs
  • Setup Meld as difftool in wsl git
  • How to open project with sublime / vscode in wsl
  • How to set conditional beakpoints in chrome

Recent Comments

  • Download/Upload files using SSH – Linux, Apache, MySQL, PHP, Javascript on Download/Upload files using SSH
  • Kate: Save previously opened session not saving [bug] – Linux, Apache, MySQL, PHP, Javascript on Kate: Save previously opened session not saving [bug]
  • Grub missing Windows boot entry? – Linux, Apache, MySQL, PHP, Javascript on Grub missing Windows boot entry?
  • Elastic Email Smtp API Wrapper class – Linux, Apache, MySQL, PHP, Javascript on Elastic Email Smtp API Wrapper class
  • Delete files and folders recursively using PHP – Linux, Apache, MySQL, PHP, Javascript on Delete files and folders recursively using PHP
  • Current Page: Home
  • About
  • Contact Me
  • JS
    • JQuery
    • Ajax
    • Angularjs
    • DatePicker
    • Google Analytic
  • JSON
  • Linux
    • CentOS
    • Kali Linux
    • Arch Linux
      • Antergos
      • Pantheon
      • Mate
    • Ntfs-3g
    • boot
      • grub
    • Kde
    • keyboard
    • Apache
    • Cron
    • curl
    • Docky
    • Editors
      • Eclipse
    • equalizer
    • Flash
    • Java Runtime
  • PHP
    • Permissions
    • Ecommerce
      • Magento
        • Multi Domain
    • Frameworks
      • CakePHP
    • Payment Gateways
    • Contact Form 7
    • Cache
    • CMS
      • drupal
    • Download
    • Email
      • Elastic email
    • File
    • Ftp
  • css
  • DB
    • MySQL
    • MongoDB
  • Git
February 13, 2012

drupal 7: unblock users via database

simply delete all entries from flood table or run simple query in database like “truncate table...

Read More
  • drupal
  • 6
February 13, 2012

Change drupal 7 password using database

create new file “password.php” on root dir and add following code run password file i.e drupal/password.php...

Read More
  • drupal
  • 0
February 13, 2012

JQuery: removing css classes by RegExp/Regular expression

html: javascript: var regEx = /^foo/; var elm = $("div"); var classes = elm.attr(‘class’).split(/s+/); //it will...

Read More
  • JQuery
  • 0
February 8, 2012

Zend framework Cache

Caching have a phenomenal effect on server reducing load and better utilizing resources. Zend framework provides Zend_Cache as...

Read More
  • Zend Framework
  • 0
February 8, 2012

PHP: preg_match multi line match

example $html = '<body> <div>some text</div> </body>'; $regExp = '/<body>(.*)</body>/msU'; preg_match($regExp, $html, $match); print_r($match);

Read More
  • PHP
  • 2
January 24, 2012

Understanding Helpers

Helpers in ZF(Zend Framework) are often confusing for newbies. Purpose of writing this article is to...

Read More
  • Zend Framework
  • 0
  • « Previous Page

LEMPJS © 2025. All Rights Reserved.

Powered by WordPress. Theme by Alx.