TECHiE TALKS

Just another techie stuff

Posts Tagged ‘Programming’

Translation Services

Google has provided web developers foreign language translation api. Web content translation is not a problem anymore, with google’s Google Translate, research from different countries is now made possible.
This is a big help especially for researchers on the net, we can now easily understand web contents and even text from outside sources which also [...]

3 Comments

Code Igniter Query

Code Igniter is one of the best PHP framework available today.  It is free to download and user guide can be found together with the package.
In Code Igniter the class that has the database queries or the methods that deals with getting the data on the database is placed inside the MODEL folder.  Just remember [...]

No Comments

Session Authentication

One problem in creating a PHP Session Authentication is that when you are logged in and suddenly logs out and click the back button you will be returned to the page where you kast visited.   Isn’t this a problem especially when you have important data in that page.  So if you have problem with this [...]

2 Comments

Neural Network Programming

Thank You to Jovencito Talasan

One method of Neural Network Programming is Q Learning that will be applied for ai robots. Q learning is is an off-policy method that can be run on top of any strategy wandering in the Markov Decision Process (MDP). It uses the information observed to approximate the optimal function, from [...]

1 Comment

Assembly Language Tutorial

Here is another Assembly Language Tutorial Sample Program. This program is creating a fixed password to a certain application. This One of the basic examples unlike some of the other programs that passwords can be changed without accessing the source code. But here we created a program that has a fixed [...]

2 Comments

PHP Compare Date

I was creating a program for a library and that is to have a system that will manage the borrowing of books. I was searching the net about comparing date in PHP. One good application for this PHP snippet about comparing a date is that when the date filled is an invalid date range(e.g. [...]

No Comments

Code Igniter Installation and First Run

Code Igniter is an PHP Application Development Framework – a toolkit for PHP developers. The main goal of Code Igniter is to enable developers to develop projects much faster than they could have done ( if they have started from scratch) by providing a rich set of libraries for commonly needed tasks, as well as [...]

2 Comments
Rss Feeds