TECHiE TALKS

Just another techie stuff

Archive for the ‘Programming’ Category

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 [...]

4 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 [...]

2 Comments

Object Oriented PHP Samples

PHP is one of the mostly used language on the net. Why is it preferred by most web developers? Well, to give a brief reason why I love PHP most and why it is widely used I am sure of and few of the reasons why I love PHP: It is free, easy to use, [...]

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

File Extension VOB

Yesterday I was walking on the mall and I saw this movie, it was entitled The Knowing.  When I got home I searched for the movie over the net and I saw the trailer and it was something that I should see.  It tells about how the feature will be if we keep this foolishness [...]

No Comments

PHP Displaying On the Browser

When its your first time to code HTML , the tendency of opening the file is by clicking it twice and yes the expected result is displaying.  And from that point on, they can view their web page/website as it was intended to be viewed.  Above image is one example of an HTML file viewed [...]

No Comments
Rss Feeds