Quadrillio's Posts
Nairaland Forum › Quadrillio's Profile › Quadrillio's Posts
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 (of 25 pages)
Imagine u wake up one morning and try to view a site you administrate and u see dis on d site http://www.anointedchurchofchristng.org/ I maintain one of the site listed, dat was what brought my attention to it, checkout d list, it's alarming. all d site listed show d same page. mehn I don't want to mention d host company.(so someone will not say I came here to spoil their name). it's jus for host companies to be more careful. SAFE |
am impressed, I believe many people will learn fron dis. |
it's seem No beginner in d house can dare an attempt, maybe average coder, should be added. b4 pros go begin take annoyance answer d question, LOL. patiently waiting. SAFE |
@fluxdon I was waiting for you to tell us if u clear or not so dat I can continue. but it seems you are a clear so I can continue @YAWA-TI-DE thanks |
You shouldn't read too much into Google Chrome's version numbers. Just because you can now install Google Chrome 3.0, it doesn't mean that Google wants to appear more mature than it already is. For Chrome, version numbers are just a way to highlight major milestones. Three months after the first developer preview, Google Chrome 3.0 is out of beta and ready to replace the current stable version. Since Google updates the browser automatically, you might not even notice that you use a version that brings new features. Even if it's one of the fastest browsers available today, Google Chrome continues to improve its performance. "We've improved by more than 150% in Javascript performance since our very first beta, and by more than 25% since the most recent stable release," mentions Google. The new release supports themes so you can customize the browser with one of the 28 new themes. Not all of them are good-looking, but they're easy to install and you don't have to restart your browser after changing the theme. [img]http://1.bp..com/_ZaGO7GjCqAI/Sq_jH9pkdSI/AAAAAAAARAs/-zzKcQV-AXY/s640/chrome-3.jpg[/img] Google Chrome 3.0 has an updated new tab page that lets you customize the pages reordering them using drag and drop, by pinning the pages you use frequently and removing the pages you no longer visit. Google simplified the page by removing the list of search boxes and the recent bookmarks. (Tip: you can still use the previous new tab page design, by appending this flag to a Chrome shortcut: --old-new-tab-page.) http://googlesystem..com/2009/09/google-chrome-30.html as a webmaster what's ur comment about d chrome browser. |
none for now, maybe am too precious LOL ![]() |
I need to know your level of graphics, so that I'll not start sounding like a magician or story teller, wen u reply then I know where to start. SAFE |
nice job Afam, am making it my facebook & yahoo status immediately for all to see. hope am allowed oooo LOL. SAFE |
biggjoe:@bigjoe, I was starting to wonder d same thing. SAFE |
@bigstar, I believe u are clear now Programming is not a talent, but a skill u acquire and develop. Thanks everyone, very educating |
good work bro |
sanmathieu:GUY MOVE. MOVE |
Irem:I ve sent you a link to download all d books u need on web Development, I hope it help and let me know if u have any problem be right to continue d tutorial SAFE |
webguru:I think you should ve taken your time and finish it before bringing it here for us to review. We are always here to help each other. jus wondering WHY D RUSH? anyways continue working on it and let us know wen u tru so dat we can give our final verdict. hope dat is noted SAFE |
rip |
this is to show that our older generation has failed us, We are not going to fail our sef. NAIJA FOR LIFE. SAFE |
Thanks everyone, It's good to know that people around you care about what happen to u, most especially when it tarnishing one's image YAWA-TI-DE, AFAM, BIGJOE, DHTML, in short everyone thanks for your love, I feel like I' ve a family here, Thanks once again. SAFE |
ASHAVIN - hired assassin, AA 23 Berbatov - International barber |
yawa-ti-de:Thanks for that. |
mine is the fact that am ready to learn any web technology that that is aim at perfecting my projects, to give my clients d best. SAFE |
i can't shout |
*dhtml:LOL No codes jus explanation of where and how to place his codes. am trying to explain d solution SAFE |
yawa-ti-de:as much as I respect your post, I'll like to emphasis the text in bold. is it a crime to list a site develop while u were working for a firm? does dat mean u are back to zero when u leave? jus curious. SAFE |
KINGUCHE19:I deleted it based on a conclusion. so let d sleep do lie, and forget d text in bold. am waiting. SAFE |
Thanks everyone, I'll ve love to kip a sealed lips on dis issue but since it's making me look like a fool and a lier then I ve to clear out some part, I work for d company for a period of time but I've left, so they ask me not to post website, done under them as my portfolio so I decided to remove dem. I don't want to stress more than dis cos, me and d person have resolve to a conclusion. so, it's like raising d dust if I elaborate more than dis. I believe I made myself clear, (if u need more clearification YIM). SAFE |
notin do us, Barca til I die - two cups in six days I claim it safe |
to do something like that one canusually do it dis way: <html> <head><title> sample </sample></head> <body> <?php /* my connection, table selection, & my query come here */ ?> <a href= "details.php?id=<?php /*the path/page n d unique key */ ?>" > <?php /* select d column with d description */ ?> </a> </body> </html> I hope dis helps gurus in d house can add more, please safe |
I don't think anyone can send u a quote when u didn't explain what d site is all about. JUST THINKING safe |
Using ereg The ereg function in PHP is used to test a string against a regular expression. Using a very simple regex, the following example checks whether $phrase contains the substring PHP: $phrase = "I love PHP"; if (ereg("PHP", $phrase)) { echo "The expression matches"; } If you run this script through your web browser, you will see that the expression does indeed match $phrase. Regular expressions are case-sensitive, so if the expression were in lowercase, this example would not find a match. To perform a non-case-sensitive regex comparison, you can use eregi: if (eregi("php", $phrase)) { echo "The expression matches"; } Performance The regular expressions you have seen so far perform basic string matching that can also be performed by the functions you learned about in d other Lesson, "Working with Strings," such as strstr. In general, a script will perform better if you use string functions in place of ereg for simple string comparisons. ok |
TYTAN:lai lai, they are banned in lagos tey tey. EKO O NI BAJE |
