Tag: Web Development

  • Passing data from a list to a bootstrap modal

    Passing data from a list to a bootstrap modal

    so the design is based on bootstrap buttons when clicked, opens a modal from which next action is taken

  • So you have installed WordPress, what’s next

    So you have installed WordPress, what’s next

    So you have installed WordPress, you got your theme and plugins installed, you are ready to launch and create content, are you really?

  • Start building WordPress Sites

    Start building WordPress Sites

    Are you a WordPress developer, you a few clients and you want to take on more clients, but they’re just isn’t enough time. What do you do?

  • What are responsive CSS Frameworks?

    Do you know what a CSS Framework is? Are you aware of the different CSS Frameworks that are available to you?

  • Migrating images url from one web platform to another web platform

    Migrating images url from one web platform to another web platform

    I recently run into an issue with migrating image URLs from a .NET web platform to WordPress. The issue was that all the images were stored in one folder on the .NET platform content server, and the requirement for the migration of the images was only to move one category to WordPress.

  • How to work with RESTful Services in CodeIgniter 3.x

    How to work with RESTful Services in CodeIgniter 3.x

    With the new release of CodeIgniter 3.0, one of the powerful add-on features to Codeigniter is the RESTful API server and client libraries. I will explain in this article how I use the Yggdrasil Codeigniter 3.x repo to create a RESTful API for your web applications, and demonstrate how to interact with your own API or other…

  • Using AlchemyData News API with Codeigniter 3.x

    Using AlchemyData News API with Codeigniter 3.x

    Alchemy has recently launched an API that gives you access to news and blog content already enriched with Alchemy’s full suite of natural language processing services. The AlchemyData News provides businesses with the ability to query the world’s news like a database. Please note that the AlchemyData News has been discountinued

  • The Evolution of Website Development

    WEB 2.0 Design StandardsOver the last few years, we have seen the control in website development shift from programmers to graphic designers. This was a necessary step in the evolution of the industry simply because more companies are seeing the value in maintaining a solid corporate branding throughout all of their marketing pieces. This means…

  • How to use Linux Command Line History

    When you are using Linux command line frequently, using the history effectively can be a major productivity boost. 1. Display timestamp using HISTTIMEFORMAT Typically when you type history from command line, it displays the command# and the command. For auditing purpose, it may be beneficial to display the timepstamp along with the command as shown…