Showing posts with label Coding help. Show all posts
Showing posts with label Coding help. Show all posts

Now share your code with friends using ASCIIBIN.

ASCII bin can rightly introduced as the successor of Paste bin, which is a collaborative debugging tool. It is just like an online clipboard. Actually clipboard is a space that stores any material which was being copied or moved. But above this it is also possible to debug the code by using the debugger tool that accompanies with the online clipboard.
Similar to Paste bin it provides the facility to store a piece of text or code so that it can be viewed from other desktop or laptop. Also additional features like easy to use debugger which identifies the syntactic and semantic errors in the code. You could enable password protection and it is also possible to restrict anonymous user from viewing your content pasted in the bin, thereby providing Code Collaboration. The actual process of copying is simple, it similar to posting a blog post. If you are new to blogs and posts then there is a simple demo to explain the features in this site along with example to explain its working.

Your teacher know more than you do.S1 P4

Actually it is the reality that we all hate asking doubts (literally not all). But teachers should be knowing more about the subject than us because of-course they are elder than us and secondly they are in this field of studies for an period lot more than we do.
Asking teachers could make many things clear, though you cannot get all of your cleared, they can guide us to get the correct solution.
Apart from asking teachers, it is fine if you know someone who was really working in that field or does have some knowledge about it and probably willing to teach you.

Select Proper Forums for experts suggestions.S1 P3

There were a lot of forums that enable their users to ask any kind of doubts or questions through messages. Most of the forums, focused on providing programming help just requires a free sign-up. Also there are some affiliate programs accompanied in some forums to encourage more interaction and involvement from the user side.
To add these forums are a real pool of programmers, I specifically realized this after asking my first doubt in one such forum called 'dotnetspider'.
Instant solutions, accuracy of results, proper response were the key elements that enable myself to recommend using such forums.Almost all programming platforms were covered, the only issue is to select the proper forum for helping in the coding process, else it may become another burden added to the back. Because in some forums responses will be much slower like it may take hardly two three days for single response.Even that won't be an exact solution.

Null Reference Exception-S1 P2

When you are in the middle of coding a .aspx page or a code-behind page, either vb, c# or j#. A regular and of-course irritating error will appear and tries to drink your time. It is nothing but the Null Reference Exception. A lot of issues can be the root for this issue but concerned to my case, mostly I forgot to instantiate the dataset or table adapter by using the "new" operator.
Ex:
example.aspx.vb

dim teacher as new dataset1.teacherdatatable

If you miss new here it shows the above error. The basic reason that i noticed was that some of the objects should be constructed by using the new operator during each declaration.

How to get online coding help?-S1 P1

This is an introduction to my series of articles that describe the procedures and steps to be taken in order to get the help related to any part of your coding irrespective of any language you use.
Actually this series will be consisting of only few ideas which were discovered on by own during the period of my project development cycle. Though it won't be an exhaustive archive. I'm sure that it can provide all necessary areas that should be enough for the basic programming help. Also I can rightly call this as an abstract from the Web 2.0, which contains millions and millions of pages for each kind of information you need.