In this article, I am going to show how to extract a string from between 2 strings. I will also be illustrating with an example, showing code samples and explanations. Lets dive in ... The Example string Below is the example string used for illustration in this article $string = "10 = OPTION 10 {... Continue Reading →
My Short Notes 1
Below are just notes on some small tasks which are not long enough to be put in a single blog post. Enjoy !!!! Setting display/sorting order of records for a table in the List-Module in TYPO3 Lets say we want to set the display order for records from a table based on a "text" field... Continue Reading →
How to refresh gitignore
After creating a .gitignore file in your repository and setting patterns to match files which you do not want Git to track, Git starts tracking repository files and respecting the patterns set in the .gitignore file after you run the git add command (For example git add .). The problem is that if we later... Continue Reading →
How to convert Mockup to responsive HTML and CSS writing maintainable CSS code (Part 2)
The part one of this post was about setting things up and getting ready. But you may be wondering how do you actually do the conversion ?? Don't worry, I got you on that and will be showing you exactly how to do the mockup conversion in this post using the simple UI design above... Continue Reading →
How to convert Mockup to responsive HTML and CSS writing maintainable CSS code (Part 1)
Before, I did not really like converting mockups to code and was very very slow at it and my CSS code was always a mess. After losing some opportunities, I decided I had to handle this skill as once and for all. So, I went to work, learned some tools, concepts and did some projects.... Continue Reading →