Sri Lanka e-Map By www.ceylonmap.com or

February 6th, 2010 by admin

First Sri Lanka e-Map www.ceylonmap.com
තැනක් හොයන්නට, තැනක් බලන්නට ,තැනක් කියන්නට, හොදම තැනක්.
Soft Launch of the First and only Multi-lingual Web Based Sri Lanka Map

With the view to boost your excellences grand idea of the year 2010 been declared as the year of both Information Technology and Tourism and the motherland liberated from the clutches of terrorism for all citizens to live in peace and harmony as one nation. We proudly crown your Excellency as our king for the herculean task of eliminating terrorism that eventually restored peace and prosperity to this land. We firmly hope our multi-lingual web based Sri Lanka Map will be of immense value.
ceylonmap.com is the nations first and only interactive and comprehensive multilingual internet mapping system of its kind accessible FREE to the public. It aims to provide an easier way of locating places and tourist attractions by combining the services of the map, an online directory, and a search portal. ceylonmap.com is a detailed and regularly updated interactive map which may be used in the website subscribers, sponsors, private or government institutions at some cost. This site helps you find and know more of Sri Lanka, its Provinces, Political Regions, Municipalities, Districts, Villages Streets, Residential & Commercial Buildings, Government Agencies, Major Business Establishments and Prominent Landmarks and a lot more…
Sri Lanka, the Pearl of Indian Ocean, tourists paradise, will surely be once again the business hub in South Asia in the near future. Both sectors Business & Tourism are to be benefitted abundantly by launching the Multilingual Sri Lankan map.
The Development Program the concept of Mahinda Chintana, and promotion of tourism in a new way, we have added Unicode to create this map

Duration : 0:0:59

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,

, , , , , , , , , , , , , , ,

HTML Tutorial 1 – Designing A Website In Notepad – Basics and Beginnings

February 6th, 2010 by admin

In this HTML website design tutorial I will teach you how to write and format your very first web page using HTML.

Difficulty Level:
Easy/Beginner

If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube.

Duration : 0:6:32

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , , , , , ,

, , , , , , , , , , , , , , , , , , , ,

PHP First Code

February 6th, 2010 by admin

PHP video tutorial first code

Duration : 0:5:47

Read the rest of this entry »

Technorati Tags: ,

,

Photoshop: Breast Enhancement (HD)

February 6th, 2010 by admin

By popular demand, enlarging and enhancing breasts in Photoshop! Not recommended for kids! Enjoy!

Music: Kevin MacLeod

Duration : 0:3:57

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , , ,

, , , , , , , , , , , , , , , , , , , , , , ,

HTML 101 – basic website coding – getting over the fear of coding

February 6th, 2010 by admin

In this tutorial, I show you how to do simple coding to produce a website from scratch using text edit in Mac OS X. If you are using windows, you can use “notepad” instead. I made this tutorial to show you guys how easy it is to code and to provide you a basic understanding of coding, since a lot of people get intimidated when they here the term, “coding”. This will give you a better understanding of how coding works. You should look up more codes by clicking here

http://www.google.com/search?hl=en&source=hp&q=basic%20html%20codes&aq=f&oq=&aqi=

Play around with coding, its alot of fun!

Stay tuned in a few weeks for a css 101 tutorial!

Duration : 0:10:0

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,

, , , , , , , , , , , , , , ,

Flash PHP MySQL CMS – Content Management System Website Tutorial CS3 + CS4

February 6th, 2010 by admin

Source Files – http://www.developphp.com

In this Flash ActionScript 3.0, PHP, and MySQL tutorial video and source file download you can learn how to build slick CMS(Content Management Systems) for your client websites or for projects that require many people to input data. A Content Management System made in Flash makes editing content easier visually and physically for the user or client you have created it for. This method uses one PHP control file, one MySQL database(with 2 tiny tables in it), and a flash application that is programmed intelligently enough to display dynamic content from a MySQL database, or any database type system. We also have tutorials that show how to use a flat text file as database, or an XML file as databse if your environment cannot run MySQL easily. Brought to you by FlashBuilding.com

Duration : 0:20:39

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , ,

, , , , , , , , , , , , , , , , , , , , , ,

Where can i fully learn PHP coding?

February 5th, 2010 by admin

I have my own game site, yes its going very well but im oftenly getting my mates to help out on the coding, i can edit a few things but cant actually code.
I was wondering if anyone knew any sites where i can fully learn PHP coding from the basics to the real thing,

Thanks.

By far the best site to learn from is the official documentation on php.net

Link: http://php.net/manual/en/index.php

Technorati Tags: ,

,

What is the HTML coding for putting a video on a website?

February 5th, 2010 by admin

What’s the coding for putting a video in html? And I’m sort of a beginner, so if there’s a simple code or you could help explain. Because I’ve seen some that have random words all over and you think, ‘is that where I put the file name, or is that part of the coding?’

Thanks in advance.

You need to make it embeded.

Check this out: http://www.freevideocoding.com/

Technorati Tags: ,

,

Web design ecommerce question. How do I set up individual accounts for each customer?

February 5th, 2010 by admin

I am a web design student and I have to set up an ecommerce site. I have the shopping cart thing down, but I would like to set it up so each person can create there own login/account. I really have no idea how to do this. Can someone help me out please?

wow, that’s incredibly vague. You should include things like what language you’re programming in, ideally post some code along with the question. I’m not trying to chew you out or anything, just trying to help you ask future questions a little more clearly. That being said…

Basically you’re going to need to make an HTML form with some inputs so the user can input whatever data you need for a user. Also, you need to set the action attribute on the form to the name of the file that will process the information (php, python, jsp, etc file).


<form action=”file.php”>
<input type=’text’ name=’name’/>
<input type=’password’ name=’password’/>
<input type=’text’ name=’email’/>
<input type=’submit’/>
</form>

clicking the submit button will push the input’s data to file.php. Depending on what language you’re using, you will use different syntax to get those parameters and enter them into the database. I’d at least need to know what language you’re programming in to help you out anymore. good luck, hope that was some help ;)

Technorati Tags: ,

,

In PHP coding I have to create a form and use a switch statement for the question below?

February 3rd, 2010 by admin

Type in three numbers then output numbers increasing in size.

It has to be a switch statement, it cannot be an if statement. I have spent three hours on it and I still can’t figure it out.If you can solve this problem using a switch statement it would really help me and I will be very greatful. The coding is in the previous question. Thank you very much

Ok. Seems like an odd way to do it (using switch instead of if), but apparently you can (see my source below) so it would look something like this (you can fix the exact syntax)

switch (true) {

case ((a <= b) && (b < = c))
print a b c
break;
case ((b <= a) && (a <= c))
print b a c
break;
case ((c <= b) && (b <= a))
print c b a
break;
case ((b <=c) && (c <= a))
print b c a
break;
case ((a <= c) && (c <= b))
print a c b
break;
case ((c<=b) && (b <= a))
print c b a
break;

}

Technorati Tags:

« Previous Entries

RSS Feed