Updating data on a drupal site. Drupal provide a great API to create and amend field and its data. This comes very handy with updating data on existing website. You must have experience where new fields need to be added… Continue Reading →
git branch -m old_branch new_branch # Rename branch locally git push origin :old_branch # Delete the old branch git push –set-upstream origin new_branch … Continue Reading →
Drupal is one of leading framework for rapid web application development. It has evolved and matured enought to compete with leading web frameworks. One of the core task in web development is deployment via contiuous integration from dev to staging… Continue Reading →
Drupal development Tools and better ways of debugging. Configure xhprof drupal Drupal xhprof module was a bit frustration for me and its not give you accurate result. Having said that, could lead to wrong decision and disastrous re factoring and… Continue Reading →
© 2025 Tariq's Blog — Powered by WordPress
Theme by Anders Noren — Up ↑