executioncycle.lkblog.com
Execution Cycle: September 2012
http://www.executioncycle.lkblog.com/2012_09_01_archive.html
It is all about my life. Saturday, September 29, 2012. What do software architects really do? Name: What do software architects really do? Download: http:/ goo.gl/906Yk. This paper is published in 2008 and written by Philippe Kruchten, who was a Philippe Kruchten is professor of software engineering in the department of Electrical and Computer Engineering of the University of British Columbia. Qualification shows that he can answer the question “ What do software architects really do? Links to this post.
executioncycle.lkblog.com
Execution Cycle: January 2012
http://www.executioncycle.lkblog.com/2012_01_01_archive.html
It is all about my life. Sunday, January 29, 2012. Software project: JS feed for joomla - Software Architecture Document. This document provides a high-level overview of the evolving technical architecture for the “JS Feeds for Joomla” project. The document provides a high-level description of the goals of the architecture, the use cases support by the system and architectural styles and components that have been selected to, best achieve the use cases. 13 Definitions, Acronyms, and Abbreviations. An app...
executioncycle.lkblog.com
Execution Cycle: What do software architects really do? - Review
http://www.executioncycle.lkblog.com/2012/09/what-do-software-architects-really-do.html
It is all about my life. Saturday, September 29, 2012. What do software architects really do? Name: What do software architects really do? Download: http:/ goo.gl/906Yk. This paper is published in 2008 and written by Philippe Kruchten, who was a Philippe Kruchten is professor of software engineering in the department of Electrical and Computer Engineering of the University of British Columbia. Qualification shows that he can answer the question “ What do software architects really do? Providing Informati...
executioncycle.lkblog.com
Execution Cycle: March 2013
http://www.executioncycle.lkblog.com/2013_03_01_archive.html
It is all about my life. Monday, March 18, 2013. Importance of geographical position with information services and Location Determination Technologies. 8220;Where am I”, “Where is the nearest fuel station”, “From where I can have my breakfast”, these questions are asked from humans in the past, but not anymore. People need there handheld mobile device to answer those questions. This is where knowing the geolocation of the user become most important to the developers. Cell-ID (or Cell of Origin (COO).
executioncycle.lkblog.com
Execution Cycle: JS Feed for Joomla
http://www.executioncycle.lkblog.com/p/js-feed-for-joomla.html
It is all about my life. JS Feed for Joomla. This allows feed support in more easy way using JS that gives more interactive feed module that is possible to use with free hosting unlike how it is normally done using CURL and PHP. This Product More attractive, easy to use, do not have to do any cording, gives nice outcome to your site. Our solution is designed to overcome all above mention limitations of the existing solution. Our solution is based on java script that will make sure this can be used wi...
executioncycle.lkblog.com
Execution Cycle: Tangle - Wonderful way to make interactive documents
http://www.executioncycle.lkblog.com/2012/11/tangle-wonderful-way-to-make.html
It is all about my life. Tuesday, November 27, 2012. Tangle - Wonderful way to make interactive documents. I came across this wonderful java-script library today and thought I should blog on this. Read the following paragraph. 8220;We think we will have 300 subscribers within first 3 months and if get a 3% commission from each of them we can earn 30000 per month.”. Git - https:/ github.com/worrydream/Tangle. WebSite - http:/ worrydream.com/Tangle/. Subscribe to: Post Comments (Atom). JS Feed for Joomla.
executioncycle.lkblog.com
Execution Cycle: December 2012
http://www.executioncycle.lkblog.com/2012_12_01_archive.html
It is all about my life. Tuesday, December 25, 2012. Links to this post. Sunday, December 9, 2012. You can't survive without 'grep' (most importent grep commands). Basic usage of grep command is to search for a specific string within a specified set of files. In below commands you have to replace the and what is in there with what you need. Grep string you need to search filename. Eg grep “submitFilterForm” index.jsp. Links to this post. Subscribe to: Posts (Atom). Getting started with Node.js.
executioncycle.lkblog.com
Execution Cycle: February 2012
http://www.executioncycle.lkblog.com/2012_02_01_archive.html
It is all about my life. Wednesday, February 1, 2012. Software project: JS feed for joomla - Joomla with jQuery. If you try to use jQuery with Joomla, you will see that it do not work, this is because “mootools.js” that Joomla uses, is conflicting with “jQuery.js”. I came across the same problem in my “JS feed for Joomla” project. Both of them uses same operator ‘$’. If you use 4. Method you get the complete separation. After you, create the new variable by,. Links to this post. Labels: Google Feed API.
executioncycle.lkblog.com
Execution Cycle: You can't survive without 'grep' (most importent grep commands)
http://www.executioncycle.lkblog.com/2012/12/you-can-survive-without-most-importent.html
It is all about my life. Sunday, December 9, 2012. You can't survive without 'grep' (most importent grep commands). Basic usage of grep command is to search for a specific string within a specified set of files. In below commands you have to replace the and what is in there with what you need. Grep " string you need to search " filename. Eg grep “submitFilterForm” index.jsp. Eg grep “submitFilterForm” *.jsp. And if you need you can replace the search string with a regex. Eg grep -v "submitfilter" *.j...