<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Website Design &amp; Development, Php Tutorials, Web developer Blog</title>
<link>http://www.iprophesy.net/</link>
<language>ru</language>
<description>Website Design &amp; Development, Php Tutorials, Web developer Blog</description>
<generator>DataLife Engine English Support (www.ddl-turkey.net)</generator><item>
<title>C++ Development services</title>
<guid isPermaLink="true">http://www.iprophesy.net/other/35-c-development-services.html</guid>
<link>http://www.iprophesy.net/other/35-c-development-services.html</link>
<description><![CDATA[C++ is a popular general purpose programming language used to create different web applications. C++ was initially developed as an extension to C++ programming language just to overcome its shortcomings and extend its features in whole. C++ has been designed with a purpose, the purpose comprising of various sub purposes or goals like provide support for different programming techniques like object oriented programming, and generic programming along with data abstraction. <b><a href="http://www.itransition.com/c_plus_plus_development/" target="_blank">c++ programmers</a></b> can work on different interfaces too, like graphic user interface and command user interface for the accomplishment of relevant tasks.GUI based applications as well as embedded system applications all of them can be built using this particular language.]]></description>
<category><![CDATA[Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Thu, 03 Mar 2011 03:13:50 -0600</pubDate>
</item><item>
<title>Silverlight: Fire and Motion</title>
<guid isPermaLink="true">http://www.iprophesy.net/other/34-silverlight-fire-and-motion.html</guid>
<link>http://www.iprophesy.net/other/34-silverlight-fire-and-motion.html</link>
<description><![CDATA[Every year or two, an event happens that makes me very glad I'm not a Microsoft shop. These same events also make me ask another question: Why do any business leaders allow their CTOs and technical managers to follow the Microsoft Web development roadmap now that it's become a large-scale implementation of the Hewlett-Packard model?]]></description>
<category><![CDATA[Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Thu, 16 Dec 2010 09:14:00 -0600</pubDate>
</item><item>
<title>More CF + .NET Craziness</title>
<guid isPermaLink="true">http://www.iprophesy.net/web-development/32-more-cf-net-craziness.html</guid>
<link>http://www.iprophesy.net/web-development/32-more-cf-net-craziness.html</link>
<description><![CDATA[Well, since everyone's down there having fun in New Orleans and I'm stuck up here in Northern Virginia, I thought I'd do something a little rebellious and plug away at some C#.]]></description>
<category><![CDATA[Web Development]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Thu, 16 Dec 2010 09:06:51 -0600</pubDate>
</item><item>
<title>Clarified: CF (non OOP OOP) and ASP.NET (anti-OOP OOP)</title>
<guid isPermaLink="true">http://www.iprophesy.net/web-development/25-clarified-cf-non-oop-oop-and-aspnet-anti-oop-oop.html</guid>
<link>http://www.iprophesy.net/web-development/25-clarified-cf-non-oop-oop-and-aspnet-anti-oop-oop.html</link>
<description><![CDATA[My earlier post on some ASP.NET and CF "OOPness" concerns was pretty muddy. Before anyone else comments/e-mails me, here are the main points I tried (badly) to get across:<br /><br />1. ASP.NET is a good OOP framework for building Web applications.]]></description>
<category><![CDATA[Web Development, Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Wed, 17 Nov 2010 06:34:56 -0600</pubDate>
</item><item>
<title>(Parody) My New Web 2.0 App</title>
<guid isPermaLink="true">http://www.iprophesy.net/other/23-parody-my-new-web-20-app.html</guid>
<link>http://www.iprophesy.net/other/23-parody-my-new-web-20-app.html</link>
<description><![CDATA[I read a lot of things these days that describe "Web 2.0" applications.<br /><br />A lot of these sounds like rants that George Carlin does in which he (very impressively) strings together a suprising number buzzwords that surround a given topic.]]></description>
<category><![CDATA[Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Fri, 12 Nov 2010 08:29:43 -0600</pubDate>
</item><item>
<title>CF Queries in .NET via Web Services: A Better Approach</title>
<guid isPermaLink="true">http://www.iprophesy.net/web-development/26-cf-queries-in-net-via-web-services-a-better-approach.html</guid>
<link>http://www.iprophesy.net/web-development/26-cf-queries-in-net-via-web-services-a-better-approach.html</link>
<description><![CDATA[In my recent CFDJ article on ColdFusion and .NET via Web Services, I wrote about a somewhat ugly way to send CF Queries to .NET. At the time, I struggled with finding a better solution, but couldn't get anything else to work.<br /><br />I revisited the problem recently, and found that I now seem to be able to get data out of the QueryBean result that'll let me use a CF Query in .NET without performing any sort of transformation on the CF side.]]></description>
<category><![CDATA[Web Development]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Fri, 12 Nov 2010 08:21:56 -0600</pubDate>
</item><item>
<title>Polymorphism in C++</title>
<guid isPermaLink="true">http://www.iprophesy.net/other/31-polymorphism-in-c.html</guid>
<link>http://www.iprophesy.net/other/31-polymorphism-in-c.html</link>
<description><![CDATA[Polymorphism means that the same thing can exist in two forms. This is an important characteristic of true object oriented design – which means that one could develop good OO design with data abstraction and inheritance, but the real power of object oriented design seems to surface when polymorphism is used.<br /><br />Why would a design want the same entity to behave differently at different times ? On first thoughts, this appears more confusing than anything useful.<br /><br />In C++, polymorphism means that if the same message is sent to different objects, the object’s behavior depends on the nature of the object itself. This is sort of obvious for completely different objects, but the concept starts making sense when combined with inheritance.]]></description>
<category><![CDATA[Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Fri, 05 Nov 2010 07:55:39 -0500</pubDate>
</item><item>
<title>Passing parameter into functions – by value and reference.</title>
<guid isPermaLink="true">http://www.iprophesy.net/tutorials/30-passing-parameter-into-functions-v-by-value-and-reference.html</guid>
<link>http://www.iprophesy.net/tutorials/30-passing-parameter-into-functions-v-by-value-and-reference.html</link>
<description><![CDATA[When passing a parameter by value, only a copy of the parameter is passed into the procedure. This means that the original parameter cannot be modified inside the procedure. Advantage of passing by value is its simplicity and the fact that the procedure does not have access to (and possibly modifying) the actual parameter. Disadvantage is that passing large parameters such as arrays and structures are inefficient due to the copy. Also, if the procedure has to return value to calling function, only option is return value of the function.]]></description>
<category><![CDATA[Tutorials, Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Fri, 05 Nov 2010 07:52:31 -0500</pubDate>
</item><item>
<title>Website offer</title>
<guid isPermaLink="true">http://www.iprophesy.net/web-design/29-website-offer.html</guid>
<link>http://www.iprophesy.net/web-design/29-website-offer.html</link>
<description><![CDATA[Quality Web Sites to fit YOUR budget!<br />Our team of web experts will custom design your site and have it up and running FAST! Check out these prices!<br /><b>Web Jump Start </b>- $99.99<br /><br />    * One or Two Page Site<br />    * Your choice of color and template<br />    * Placement of your text and graphics<br />    * Copy of all HTML<br />    * Follow-up to ensure satisfaction!]]></description>
<category><![CDATA[Web Design]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Mon, 01 Nov 2010 09:58:58 -0500</pubDate>
</item><item>
<title>I Don't Like Rails</title>
<guid isPermaLink="true">http://www.iprophesy.net/web-development/24-i-dont-like-rails.html</guid>
<link>http://www.iprophesy.net/web-development/24-i-dont-like-rails.html</link>
<description><![CDATA[Something thing I've quietly been up to is taking a bit of time to learn Rails. Not Ruby in its full depth, but enough to understand it in the scope of what pieces you'd use to deliver a Rails app.<br /><br />Hi all,<br /><br />Looks like someone linked to this again - comments have been popping up all day.]]></description>
<category><![CDATA[Web Development, Other]]></category>
<dc:creator>admin</dc:creator>
<pubDate>Mon, 01 Nov 2010 09:28:03 -0500</pubDate>
</item></channel></rss>
