View RSS Feed

Tech tips & Workarounds

this blog contains entries on random stuff , some of the Microsoft technologies that i will be writing code on is C# , VB.NET and ASP.NET .I love game programming but writing logical code bugs me a lot

  1. Solution to XmlTextReader closing connection unexpectedly

    by , 10-28-2011 at 10:11 PM (Tech tips & Workarounds)
    At first look the code below nothing wrong but let us deconstruct it the right way
    Code:
    File.Copy(source, pathToNewPost);
    XmlTextReader txReader = new XmlTextReader(pathToNewPost);
    XmlDocument xmlDoc = new XmlDocument();
    xmlDoc.Load(txReader);
    XmlDocument instance can be created using any constructor overloads from here http://msdn.microsoft.com/en-us/libr...extreader.aspx. Great and you have chosen TextReader version wooh, right and ...
    Categories
    Programming , ‎ .NET
  2. learning joomla was fun

    by , 08-05-2010 at 04:15 AM (Tech tips & Workarounds)
    Hey whazzap, long time since been here it was one wild ride for me after i got my hosting account from Trill hosting thanks to Jaan just here to tell that i will be writing more on Joomla how to create fantastic sites with it. I already have uploaded the video to Roger the video will be uploaded soon to the channel.
    Wanted to ask a question? do you like a notepad based explanation or a voice over based. Just see my video1 and give your feedback let me know if i explain well ...
    Categories
    Personal , ‎ Random
  3. JQuery to the rescue

    by , 08-02-2010 at 06:54 PM (Tech tips & Workarounds)
    Hey how's it going people? lately been thinking of JQuery a lot. My current work involves use of JQuery to make a draggable interface[a mimic of iGoogle], So just for people who want to know what are the possibilities of JQuery have a look below. The reason behind this blog post IS you will get more screencasts about JQuery along with some cool action

    JQuery Sliding Panel

    JQuery Slider


    JQuery IPod style Drill Down menu:
    ...
    Categories
    Programming , ‎ Personal
  4. How to decide the best CMS?

    by , 05-25-2010 at 10:03 AM (Tech tips & Workarounds)
    Well other day ,i was busy setting up my site @ www.deeptechtons.net [site still under-construction] .Trying out many CMS systems & template based managers i came to a conclusion that i was rather doing all the wrong way .
    I created a subdomain
    Installed a CMS
    Logged as Admin
    Started tinkering with the Setting's all kinds of stuff.
    but wasn't this laborious & pain killing .Yes don't ask!!
    that is why i thought of posting this cool site where ...
    Categories
    Programming , ‎ Personal , ‎ Random
  5. My first blog post

    by , 05-21-2010 at 09:23 PM (Tech tips & Workarounds)
    Hi seems a long time , i haven't made any posts in the forum or tutorial section or my own domain {www.deeptechtons.net} still i am not up with my design & the site is under construction.Probably i wont be posting anything this weekend ,the following week might be some good time i could write tutorials on Joomla , Drupal ,Dolphin CMS . I got to know all about these because of the hosting from Trill Designs .
    Jaan seems to be a person out of the box , sure jaan is going to make huge ...
    Tags: drupal, joomla Add / Edit Tags
    Categories
    Personal , ‎ Random