danpros.com

danpros

A self-proclaimed geek, business owner, and part-time blogger.

  • Posted on
    Featured Image
    One of my personal project using Pagedown 1 for the markdown editor, so this is a working solutions and not just an example. Perhaps it slightly different with your needs but at least will give some insight on how to create similar solutions in your app. I use jQuery UI and
  • Posted on
    Featured Image
    I have several boxes using RAID controller from LSI brands. And of course, sometimes we need to know important information about our disks, let say disk health status. When using Software RAID then the command is very simple, eg: smartctl -a /dev/sda However, when using a hardware RAID, the command
  • Posted on
    Featured Image
    After almost 5 years using Blogger, a few days ago I decided to move the platform to HTMLy an open source databaseless blogging platform (Flat-File Blog).
  • Posted on
    Featured Image
    Maybe sometimes we need a widget for certain features, but the widgets are not available. Blogger already provides an APIs to overcome this, so we can create our own widget by reading the blog feed using the JSON and JavaScript. Here is the JSON feed API: ObjectDescriptionExample
  • Posted on
    Featured Image
    A few days ago I releasing new module to rewrite and redirect the comment permalink to use a fragment for SEO purposes. The default Drupal 7 comment permalink has the following format, www.example.com/comment/1#comment-1, if a node has 10 comments, each page with the URL /comment/[comment-id] loads
  • Posted on
    Featured Image
    Top Ten Free Professional Drupal Themes
    Drupal has an amazing and clean code. Support of social networking, multimedia, SSL, event calenders, document management, blogging, forums, internationalization, user management and permission features, the ease of developing, ease of external integration, complex web sites, and the quality of
  • Posted on
    Featured Image
    Maybe sometimes we want a custom style for our Drupal login page, different with the existing default login page in Drupal 7, whether it's for a personal project or client requests. Here is the simplest way to create a custom login page in Drupal 7. First open the template.php and add the following