Tag: javascript

  • Switched to Stagen, a Static Site Generator

    I had switched to use Jekyll to publish this site and my blog around few months back. I was having the feeling that the Jekyll is having certain limitations that make some jobs hard. Following are the main limitation I felt with Jekyll Template is lacking inheritance feature Posts cannot be arranged within sub directories.…

  • Resource Loader for PHP Web Applications

    I wrote a resource loader class for PHP web applications. The class will help to manage loading of JavaScripts and CSSs we include within our web pages. Usually these JavaScripts and CSSs have dependencies with other scripts and or CSSs. For example, we have to load jQuery script file before any script that utilize jQuery…