-
Recent Posts
- Using an Objective C framework, which is inside a Swift framework, in a Xamarin iOS project
- Swipeable table view cell with custom editable views in iOS
- How to create a Swift framework that is compatible with Xamarin iOS
- How to add LightInject to your Xamarin project
- Navigate between views in Xamarin iOS using MVVM Light
Archives
- June 2019
- May 2019
- March 2019
- February 2019
- November 2018
- August 2018
- June 2018
- June 2015
- May 2015
- March 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- November 2013
- September 2013
- March 2012
- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
Categories
Meta
Monthly Archives: June 2011
A form with image and calender options for a mobile device
Hi fellows 🙂 My today code sample is going to be little bit lengthy one. The things you can learn from here are; How to include an image in to a form A choice group feature Date and calendar option … Continue reading
Posted in J2ME examples
1 Comment
Encapsulation in PHP and Java
When we are talking about Object Oriented Programming (OOP), Encapsulation acts a major role. Here I am not going to describe what is Encapsulation, because there are lots of definition in the web rather than mine 😉 Just have an … Continue reading
Posted in Java, PHP examples
2 Comments
How to validate a File Field in PHP by using JavaScript
This post is relate to my previous post where I have showed you how to insert an image. The place that we have been provided to upload an image is same as uploading a file. So we as developers, have … Continue reading
Posted in Javascript, PHP examples
Leave a comment
How to insert an image to a MySQL table in PHP
Hi, guys 🙂 Don’t think this is another post of inserting some data to a MySQL database. Because you cannot upload an image and store it in a database as you do in normal values. You have to use basename … Continue reading
Posted in MySQL, PHP examples
Leave a comment
How to validate a Text Field in PHP by using JavaScript
Today I am going to show you how to write a simple JavaScript function. The scenario is, by the time I click my submit button if there are empty text fields in the form, an alert message will display with … Continue reading
Posted in Javascript, PHP examples
Leave a comment
Compare connecting MySQL database in Java and PHP
Today I want to write something different. So I thought to write how to connect with MySQL database in PHP and Java. This is not a comparison, I just want to get those two different things in to single a … Continue reading
Posted in Java, MySQL, PHP examples
Leave a comment