VB6.0 Tutorial Website - vb6

Hi there? Please give me a website where I could study VB6.0, I want gradual steps of DatabaseConnection tutorial, like for instance is using ADODB or DataControl. Thanks! I need simple program [Search,DataEntry,Delete,Edit,View]...

I used to use this site a while ago - found it quite useful and there is a database guide with it aswell
http://www.vb6.us
http://www.vb6.us/guides/vb6-database-guide

Used this site briefly when I had to get back in the VB6 swing of things:
http://www.vbtutor.net/vb6/vbtutor.html
They also have a fairly robust database guide.

Related

How to start socket.io learning?

I'm a new comer to socket.io over node.js
I found that the documentaion of socket.io in its website isn't good enough to start
is there a good referncies to start with socket.io in real projects
This is the tutorial I remember following. It's nicely broken down and the stages are well explained - and it leads to a working example (open lots of browser Windows to see it working).
http://code.tutsplus.com/tutorials/real-time-chat-with-nodejs-socketio-and-expressjs--net-31708
You might want to check out what codeschool has to offer... https://www.codeschool.com/courses/real-time-web-with-node-js They have great content and an easy to learn interface for newbies.

How to learn joomla 1.5?

I'm a web designer and so I learnt everything essential needed for designers and now I can design the websites using joomla.
But I want to move myself to programmer. I have very basic knowledge of php and mysql. I wanted to know how can I enter into development with joomla.
Joomla has been very popular in the world but also it has not implemented so much effort for the users. It is providing a tutorial but randomly, so I'm confused how to start. There is no any sites step by step tutorials for joomla.
So, anyone please help me how to start on the topics. Could anyone provide a lists what to learn as to become a developer of joomla?
Well first of all, you need to know about the versions.
There are 2 types of Joomla releases. Long Term (Joomla 1.5 and 2.5) and Short Term (Joomla 3.x)
Joomla 1.5 is old and unsupported now so there is no need to look into it.
If you want to start developing for Joomla, then you simply need to read up on the documentation and start messing around with pre-made extensions. You will also need to do research on how MVC works if you are not already familiar with it.
Hope this helps
you can get help from a nice book such as Joomla! Programming

Oracle Apex sample projects help and code

I am new in oracle apex...
can any one tell me that from which site I can get oracle apex sample and professiona(running) Projects which are deployed in the companies .From that we can learn a lot that how the professional we can write the code.
There used to be a bunch of packaged applications, but it seems you are out of luck right now:
http://www.oracle.com/technetwork/developer-tools/apex/application-express/packaged-apps-090453.html
You can find the standard sample application there.
Regards,
Rob.
There is a list of commercial APEX applications on the OTN APEX website here. I don't imagine they let you look at their code though.

Is SparkViewEngine dying?

I am building a email service based on templates. I thought of using the spark view engine but it seems that It doesn't get much updates anymore.
Support on .NET4.0 is not even yet complete and it fails at runtime when used in a console app.
The little Intellisense support that was there in VS2008 doesn't seem to work on VS2010 (from the information I have found)
Should I avoid it?
What do you think?
There has also been talk, from Phil Haack and Louis Dejardin (both on the ASP.NET team) about getting some form of support "in the box" for Spark. That "support" may just be intellisense.
Louis Dejardin, the author is speaking about the view engine at NDC2010, in Norway. I guess it's far from being a dying project then :) good.
If you need to do email based on templates, DotLiquid (http://dotliquidmarkup.org) could be a nice solution, expecially if you need your end users to edit templates without tampering your system.

Wiki Application for CodeIgniter?

I'm looking into doing a project for someone, and they want to implement a wiki into their site. I plan on building the site using Code Igniter, and I was hoping there was some kind of Wiki Application available, but I have not yet been able to find one. Does anybody know of one, or have any suggestions?
I understand that you might want to learn to implement a large-scale app in CodeIgniter. However, in the case of a wiki, don't re-invent the wheel! There are tons of already available wiki software for you to use.
A few of the best that are written in PHP include:
PmWiki
dokuwiki
MediaWiki (used by Wikipedia)
This way you can integrate these well produced systems, which have a wealth of documentation to your advantage. Instead of wasting time creating the entire wiki from scratch, you can just integrate the rest of your CodeIgniter application into one of these ready-made offerings. Saving you some time, learning about their inner workings and giving your client/friend a better overall system.
Expression Engine is built on CodeIgniter and includes a wiki module.
It's not in CodeIgniter, but you can include the classes in the Text_Wiki PEAR package.
The PEAR page has almost zero documentation, but there seems to be a lot of information here.
This will just do the conversion of wiki markup to html. You have to do the image uploads, page views, permissions, etc yourself.

Resources