MyITBlog.com - IT Professionals Online Journal
 
  Home  |   Site News  |   About Us  |   Privacy  |   FAQ  |   Contact   Add Blog Entry  |  Login  |  Register   
 My Account
Username
Password
Remember me
Lost Password?


 Categories


 Showing Page: 1 of 99   Next >
 
Order by Date | Hits | Total Votes  

0
Votes
Avoiding Programming Pitfalls in Ajax in Programming   
by admin on 18 May 2008, 09:46
Developing Ajax is always a form of art. A highly intricate programming technique, a well formed Ajax based application could amaze millions of users without a single glitch. The thrust of Web 2.0 and RIA has elevated Ajax as the next development language to be learned. At the same time, Ajax is also...
Total Hits: 108      0 Comments Add Comment  Visit



0
Votes
Google’s AxsJax for Ajax Applications in Programming   
by admin on 18 May 2008, 09:46
Accessibility on a live web browser is one of the main features of an Ajax based application especially when they are made in the light of Web 2.0 functionality. As the flagship web technique for Web 2.0 Ajax provides smarter access options for developers as secured access to applications will be executed...
Total Hits: 104      0 Comments Add Comment  Visit



0
Votes
Basics of Model View Controller (MVC) in Programming   
by admin on 18 May 2008, 09:46
Developers are always working hard to provide the best applications online and offline. The user expectations changed over the years and they all want to have easy access to information without compromising the aesthetic beauty of the website. Today’s users do not just get their information from...
Total Hits: 118      0 Comments Add Comment  Visit



0
Votes
MVC1 vs. MVC2 Vying for Ajax in Programming   
by admin on 18 May 2008, 09:46
The Model-View-Controller type of architecture sets a new benchmark for developers in enhancing customer experience while enhancing security. When placed in an Ajax based application, MVC becomes the framework wherein the JavaScript rendering is built automatically using an MVC type of format. The result...
Total Hits: 94      0 Comments Add Comment  Visit



0
Votes
Enhancing Ajax Based Mash-up Application Security in Programming   
by admin on 18 May 2008, 09:46
When browsers when conceptualized, the though of applications running through the browser was expected. However, what was not expected was that the application actually has multiple sources which are the usual setting of a mash-up. When we run a mash-up application, multiple sources are fired up which...
Total Hits: 100      0 Comments Add Comment  Visit



0
Votes
Nitobi’s Road through Dreamweaver in Programming   
by admin on 18 May 2008, 09:46
Since 2005, Ajax developers have been coded manually by developers. Although this practice is only limited to developers who are proficient in JavaScript, coding still recognized as a very robust way in developing your website. Sure there may be flaws, but since the developer who is proficient in JavaScript...
Total Hits: 100      0 Comments Add Comment  Visit



0
Votes
ZeroKode Drag and Drop in Programming   
by admin on 18 May 2008, 09:46
ZeroKode Let's ZK Drag and Drop their Functions Along with the popular frameworks, IDE has become the standard for developers who are in a rush for new web applications. IDE has now made possible the simplicity of development while keeping in mind the same application behavior. Most IDE’s today...
Total Hits: 98      0 Comments Add Comment  Visit



0
Votes
XMLWriter - An Effective XML Tool in Programming   
by admin on 18 May 2008, 09:46
In most ajax based applications, XML has a very big role to fulfill. As one of the most recognized markup languages, developers already have a good idea on how to deal with XML. Although there are hurdles recognized as to how XML could actually be implemented in an Ajax based application, resources...
Total Hits: 85      0 Comments Add Comment  Visit



0
Votes
Introduction to Django in Programming   
by admin on 18 May 2008, 09:46
Introduction to Django Welcome! In this book, you will learn about Django, an Open Source web framework that enables you to build clean and feature-rich web applications with minimal time and effort. Django is written in Python, a general purpose language that is well suited for developing web applications....
Total Hits: 85      0 Comments Add Comment  Visit



0
Votes
DOMAssistant for Easier DOM Coding in Programming   
by admin on 18 May 2008, 09:46
Document Object Model is one of the most important components of an Ajax based application or website. Regular websites use HTML so that they could effectively render to the browser the information they want to impart. It is very simple and does not require a lot of footprint as long as the information...
Total Hits: 87      0 Comments Add Comment  Visit



0
Votes
ODP.NET - Handling Nulls when Working with OracleDataReader in Tech Notes   
by admin on 28 Apr 2008, 08:54
ODP.NET - Handling Nulls when Working with OracleDataReader When we work with OracleDataReader (or for that matter, even with data rows in a data table), we may come across nulls. The following is the efficient way to deal in with such scenarios:
Total Hits: 139      0 Comments Add Comment  Visit



0
Votes
ODP.NET - Working with Bind Variables together with OracleParameter in Tech Notes   
by admin on 28 Apr 2008, 08:54
ODP.NET - Working with Bind Variables together with OracleParameter With the help of OracleParameter, you can include bind variables within any SQL statement. These bind variables are nothing but run-time query parameters. The values in the SQL statement are bound at run time when we use bind variables....
Total Hits: 138      0 Comments Add Comment  Visit



0
Votes
ODP.NET - Working with OracleDataAdapter with OracleCommand in Tech Notes   
by admin on 28 Apr 2008, 08:54
ODP.NET - Working with OracleDataAdapter together with OracleCommand In the previous examples, we worked with OracleDataAdapter by directly specifying SQL statements. You can also pass OracleCommand to OracleDataAdapter. This is very useful if you deal with stored procedures (covered in Chapter 5) or...
Total Hits: 132      0 Comments Add Comment  Visit



0
Votes
ODP.NET - Techniques to Improve Performance while Retrieving Data in Tech Notes   
by admin on 28 Apr 2008, 08:54
ODP.NET - Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle. Volumes of books would not be enough to cover every aspect of performance tuning in Oracle. However, in this section, we will only discuss the fundamental performance techniques while working...
Total Hits: 126      0 Comments Add Comment  Visit



0
Votes
Business Intelligence Applications in Tech Notes   
by admin on 28 Apr 2008, 08:54
Business Intelligence Applications In this article we are going to take some time to discuss the various applications that are normally provided with Business Intelligence Systems.
Total Hits: 130      0 Comments Add Comment  Visit



0
Votes
PHP Oracle Web Development in Tech Notes   
by admin on 28 Apr 2008, 08:54
PHP Oracle Web Development Data processing, Security, Caching, XML, Web Services, and Ajax The book is written by Yuli Vaseliev, a well known author of different web development and programming books. PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax is a good...
Total Hits: 134      0 Comments Add Comment  Visit



0
Votes
XML Processing in PHP and Oracle Applications in Tech Notes   
by admin on 28 Apr 2008, 08:54
Processing XML in PHP/Oracle Applications As mentioned, there are two alternatives when it comes to performing XML processing in your PHP/Oracle application. You can perform any required XML processing using either PHP's XML extensions (or PEAR XML packages) or Oracle's XML features.
Total Hits: 121      0 Comments Add Comment  Visit



0
Votes
Creating XML with the DOM PHP Extension in Tech Notes   
by admin on 28 Apr 2008, 08:54
Creating XML with the DOM PHP Extension In fact, the PHP DOM extension is a set of classes that can be used to generate, access, and manipulate XML data. The DOM.php script defined in the following listing shows how to generate an XML document based on the result set retrieved from the database.
Total Hits: 130      0 Comments Add Comment  Visit



0
Votes
Querying a DOM Document with XPath in Tech Notes   
by admin on 28 Apr 2008, 08:54
Querying a DOM Document with XPath One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object. Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the DOMXPath...
Total Hits: 129      0 Comments Add Comment  Visit



0
Votes
Transforming and Processing XML with XSLT in Tech Notes   
by admin on 28 Apr 2008, 08:54
Transforming and Processing XML with XSLT In the preceding example, you transform XML into HTML directly in your script, wrapping the data extracted from the XML document into appropriate HTML tags. Alternatively, you might perform an XSL (Extensible Stylesheet Language) transformation to get the same...
Total Hits: 120      0 Comments Add Comment  Visit




Show Page: [ 1 ] 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99


 Partner Sites
Audio & Video Editing, Converter, CD/DVD Burning Software
USB Data Cable
VoIP Service
Webmaster Forum
Software Development
Copyright © 2008 MyITBlog.com