- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
31 Posted Topics
Re: well...am Tony Papa....3rd year student ...doing Comp.science at Kenyatta University here down in Kenya....am addicted 2 programming too much....so am looking fwd to interact with you. | |
Re: [QUOTE=almostbob;1309365][icode]<link rel="shortcut icon" type="image/x-icon" href="http://www.mysite.com/favicon.ico">[/icode][/QUOTE] If the DOC type is Strict, remember to end it with "/" for validation purposes i.e [CODE]<link rel="shortcut icon" type="image/x-icon" href="http://www.mysite.com/favicon.ico" />[/CODE] | |
whats the difference between a table created in innodb and one created in myisam?'Advantages/disadvantage of innodb over myisam and which will you recommend on a web based application specifically meant for dating? thanx u all. | |
Re: still C++ and Java r popular out there. | |
Re: [QUOTE=InsightsDigital;1222207]But do you think that being on Facebook for a business has helped increase ROI?[/QUOTE] It take time as most people view Facebook for personal matter and not business. | |
Re: Which gallery plugin are you using? | |
Re: Forum Posting Blog commenting Signature Linking | |
Re: The best wordpress plugin that come close to what you want to achieve without hard coding is the [URL="http://wordpress.org/extend/plugins/widget-logic/"]Widget Logic[/URL] | |
Re: probably there is a brace missing for an if else. | |
Re: I'm a web developer and web designer, i like coding in php/asp and as well designing graphics.What can we call this guyz? | |
i'm getting a search parameter via $_GET and filtering the input data to prevent cross site scripting using the below code: $search = array ("'<script[^>]*?>.*?</script>'si", // Strip out javascript "'<[/!]*?[^<>]*?>'si", "'>'[^>]*?>.*?</script>'si", "'%0'[^>]*?>.*?</script>'si", // Strip out HTML tags "'@'[^>]*?>.*?</script>'si", "'>'[^>]*?>.*?</script>'si", "'([rn])[s]+'", // Strip out white space "'&(quot|#34);'i", // Replace HTML entities … | |
Re: There are a number of attacks beside sql injections,others are like cross scripting flaws,session theft.You can take a look at [URL="http://www.sklar.com/page/article/owasp-top-ten"]http://www.sklar.com/page/article/owasp-top-ten[/URL] Also a good place you can learn more about php security is [URL="http://phpsec.org"]http://phpsec.org[/URL] | |
This is a script for showing time but it only shows in IE but not in firefox.Whats the problem? <script language="javascript" type="text/javascript"> file://start display day/date code DaysofWeek = new Array() DaysofWeek[0]="Sunday" DaysofWeek[1]="Monday" DaysofWeek[2]="Tuesday" DaysofWeek[3]="Wednesday" DaysofWeek[4]="Thursday" DaysofWeek[5]="Friday" DaysofWeek[6]="Saturday" Months = new Array() Months[0]="January" Months[1]="February" Months[2]="March" Months[3]="April" Months[4]="May" Months[5]="June" Months[6]="July" Months[7]="August" Months[8]="September" … | |
Re: i thinf 4 me ...i would like to go to Bahamas...then the moon...he he he... | |
Hey guys,i'm developing a site for an fm station the only remaining thing is a module that enable surfers to listen live online.I'm stuck,i don't know where to begin?Anyone implemented/intergrated audio to a site? | |
| |
i have this on my site but its working in IE but not mozilla,any hacks you know to solve this: html, body{ scrollbar-face-color:#FF9900; scrollbar-base-color:#FF9900; scrollbar-arrow-color:#000; scrollbar-track-color:#ffffff; scrollbar-shadow-color:#FF9900; scrollbar-highlight-color:#EBF5FF; scrollbar-darkshadow-Color:#fff; } | |
I have written a script for a drop down menu on my site which on mouse over the menu item changes from blue to yellow and show the drop down item but now I'm stuck,i want to use background images instead of colors.On mouse over, it changes from image A … | |
I am having a problem with drop down menu hiding behind flash in most of the sites I have developed especially using Mozilla.Any ideas,hacks? | |
hey, am developing an online dating web application and am stuck when it comes 2 match making between members in ma site.how do you implement match making using php/mysql?,any matchmaking php scripts you know? thanx in advance guys. | |
Am designing a database for an online dating application.A user is supposed to register and thereafter create a profile.The profile contain a user background,basic,appearance and interests information.Should i have one large table in my database to store a user profile or should i partition the table into small subtables eg … | |
Some of my coursemates for weeks have been unable to install apache,php and mysql manually so they ave resulted to use installers like Winlap,phpdev etc.We had an argument abt which way is da best :to use installers or install manually?is they any advantages or disadvantages of using an installer? | |
Hi everyone...am building a dating website as ma 4th yr project...how do i build a page like the one 4 yahoo mail that keep on changing only the contents but not the layout & design? :rolleyes: | |
i got this code segment frm a bk...but am not understanding it....help me out... :?: int place[4][3]={{1},{1,2},{1,2,3},{1,2,3}}; int row,col; for(row=0;row<4;row++) { cout<<'\n'; } for(col=0;col<3;++col) { cout<<setw(3)<<place[row][col]; } :rolleyes: | |
Re: do u want the full code in C++? | |
Re: Thanks for asking,also i have the same problem .can anyone help us. | |
Re: pliz clarify this:is C++ dying or what coz this is the lang. am specialising in. | |
Re: Hi,you could also visit : [url]www.programmingtutorials.com[/url] |
The End.