what is the easiest way to learn sql syntax for coding in PHP?

March 9th, 2010 by admin

i have sql knowledge and php knowledge, but creating queries on the fly is tricky for me

Try SQL Exercises:

http://www.sql-ex.ru/help/

http://www.sql-ex.ru/

How long have you been working on web applications, in particular to HTML coding?

March 9th, 2010 by admin

How long have you been working on web applications, in particular to HTML coding?

i have been using HTML for about 3 – 4 years, doing websites. I prefer it to using Dreamweaver coz it has a very "coding" feel. But dreamweaver is faster and sometimes a lot easier! Somethings in HTML require you to put the whole code on one line, is tedious and difficult to decode if there is a mistake.

How to build a content management system?

March 9th, 2010 by admin

What is the best way to learn how to build a content management system? Is there a good book to learn how? or should i just use one of the free ones, if so what the best for having users customize their own accounts?

I assume that you are new at PHP and server side scripting. Therefore we cannot just teach you how to make one. You will need lots of practice with PHP, and I mean LOTS in order to write your own. If you are really set on writing your own, pick up the book called "PHP for the World Wide Web: Visual QuickStart Guide" by Larry Ullman. It will teach you how to make a CMS from the basics of PHP. It also has the complete source code in the book too.

However if that seems too much work, Drouple is a VERY powerful and easy to install open source CMS with great support. http://drupal.org/ It is 100% free and great for beginners.

How do I move photoshop from my old computer to my new computer?

March 9th, 2010 by admin

I have photoshop on my current/old computer. I recently purchased a new computer and I can’t find my photoshop cd anywhere! Is there any way that I can download photoshop from my current/old computer and install it on my new computer?

If you registered it, you should have an Adobe account with your serial number, so call Adobe support.

How to make contacts with US web design and development companies.I have a web development business in India?

March 9th, 2010 by admin

I am running a business of web design and development in India and want to make long term relationship with web design and development companies in USA. How to proceed. Please suggest some idea.

You can check these guys out http://www.cookevillewebdesigns.com/
But what is your resonfor the relationship?

What positive news about the Clinton campaign is the media ignoring?

March 9th, 2010 by admin

I’ve seen many that assert that the media is biased against Sen. Clinton because now there is only positive news about the Obama campaign and negative news about the Clinton campaign. Please tell me some positive news about the Clinton campaign that is going unreported.

The media isn’t ‘ignoring’ any positive news about the Clinton campaign – Hillary is well ahead and going to win Pennsylvania; And bully for her – Give her credit for winning the big states. But the media is also trying to do their job and tell it like it is – That EVEN IF Hillary wins all the rest of the states by wide margins (And that’s highly unlikely); Her chances of overtaking Obama’s lead now are very slim. They are not trying to force her out; They are just trying to remind us that this thing is just about a foregone conclusion already. The problem is they get shouted down by the Hillary fans (because a prolonged campaign is crucial to their very thin hopes) and the Republicans (because a prolonged nomination battle can only help them) every time they try to do their job…

How can I test my PHP code on my own computer?

March 7th, 2010 by admin

I have a basic knowledge of coding PHP, but I don’t know how to test my pages without uploading it to the web server. I use SharePoint Designer, but I have DreamWeaver too. I need a step by step guide. Thanks.

you need to download and install a webserver on your computer, which will simulate an actual server.

Apache is a pretty common one, though I preffer Abyss. Google it.

How do I add protection to my html coding?

March 7th, 2010 by admin

I want to make it not possible for ppl to view my html coding, if you right click it shud prompt a message. Ive seen it done lotz a timez. can any1 help out????????????

<script language="JavaScript1.2">

var clickmessage="Right click disabled on images!"

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
alert(clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
alert(clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
alert(clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>

If I use an open source content management system in website for a private business, do I have to pay someone?

March 7th, 2010 by admin

I am starting an a social networking-type sight targeting Chinese users. Are business model is based on businesses marketing to users of our social network. I am currently searching for freelancers to build the site for me. If they use an open source content management system or other open source frameworks in the site, will I run into legal problems or have to pay licensing fees to someone?

Hi
No you wont have any problems, open source content managers are free to use, i myself use Drupal.
The people who create the content and modules always give it free too, sometimes a site will ask for a donation but you do not have to do.
The only thing you have to make sure of is whatever content you use make sure it doesnt say you must include a link to their site etc.
Using a theme you must keep the authors name etc on it, its normally at the bottom, you can remove it but may face a few problems , its very rare that they know who is using their content anyway.
You should just have to pay the freelancers who create the site for you.

photoshoP!?

March 7th, 2010 by admin

where can i download photoshop?
send me a link please =]

u gotta buy it u kno…or u can try going here http://www.isohunt.com/torrents?ihq=adobe+photoshop
and using a bittorrent program but i’d recommend buying it

« Previous Entries

RSS Feed