Friendehis's Posts
Nairaland Forum › Friendehis's Profile › Friendehis's Posts
@afam4eva I agree with u man. The point i am trying to prove is this. Downtime result because diverse issues but how a company handle this is what make them ok or not. |
Now the issue here is Nigeria companies are not leaving up to expectation. but i want us to note something here. there is no such thing as perfect web hosting company, there is no such thing as 99% uptime. All host do go down sometime because of issues no matter how good they are. Hw about we learn how to understand and be patient for a while. Even the world leading guys have issues |
It is a matter of buying hosting service while others can easily be done for for free. Start by getting a cheap web hosting package from www.vbhostnet.com |
Unbeatable offer you can't afford to miss |
Download now |
Want to know how to run a successful web hosting. Learn all it take to start your own web hosting business and sell commercially to the market or sell to your own web design client. http://www.finbonline.com/specialoffers/resellershostingebook.html |
Want to know how to run a successful web hosting. Learn all it take to start your own web hosting business and sell commercially to the market or sell to your own web design client. http://www.finbonline.com/specialoffers/resellershostingebook.html |
Want to know how to run a successful web hosting. Learn all it take to start your own web hosting business and sell commercially to the market or sell to your own web design client. http://www.finbonline.com/specialoffers/resellershostingebook.html |
I think agree with u guys. Nigeria is now ready for this kind of innovation |
Hey guys i was browsing and making some research not quite long and came across a thread. The owner of the thread was asking if there is any datacentre in Nigeria for VPS. What capture my interest was a reply that quoted that there is a company building datacenter in ABUJA. Is there really any such in Nigeria or plan to be such that we need to know ?Here is the link to the thread http://www.webhostingtalk.com/showthread.php?p=7097951 |
I THINK BUSINESS MEN SHOULD MIND THEIR OWN BUSINESS INSTEAD OF INTERFERING WITH OTHERS, THERE IS MUCH TO BE TAKING CARE OF WHEN ONE LOOK WITHIN |
No think am o, Nigeria IT industry is growing |
Dual Core:Come o! u dey go church sef? u with woman and the bad side bi say na beautiful ones u dey chase. THE FEAR OF BEAUTIFY WOMEN IS THE BEGINNING OF WISDOM |
I think the sol here is to create pictures of different colors using your graphics software: photoshop, fireworks and then look for a way to manipulate with codes Let see ur project please |
No yawa i am not trying to prove anybody wrong here, just wanting to see how best i can make some stuffs clear here. No offense please |
It depend on the category u want to be registered in for an example a business cost N5,000 at least which will take at least on month for ur certificate to come out. But for LTD is more expensive. The best option is to visit Corporate Affairs Commission in ur state as they will tell u all u need to know |
OK! EVERYBODY STOP AND LISTEN NOW, wetin we dey talk about here sef. Template and scratch card and one of my broda talk am abi. How about we talk our own for the now. I mean which do u use? if u use both what percentage would u rate each? @Donpuzo u just spoke ur mind from the onset, what about the others here. Which one u dey use. Yes i mean u. No talk lie here o because God dey look u |
owner:This where we most at the time get things wrong, Come on! u have unlimited server resources such as disk space, bandwidth and the like does not mean one have to overload cpu and memory through over usage. yawa-ti-de:The problem is not with the unlimited stuff but in the way in which uploaded contents interact with server hardware. And again I doubt if malicious scripts like yawa quoted can cause resource over usage i suspect there is something else cooking behind the seen either the service provider or the content of the poster. |
EVERYBODY IS TALKING ABOUT BUILDING FROM SCRATCH, either way, i think using any of these is about instinct and knowledge of skill. Knowing when to design from scratch if u are really good at layout design and graphics is kool From my observation here guys i have seen we love to design from scratch and tend to bypass templates in which i suspect most of us do. well i will love to know how good u guys are at designing from scratch and how good u are at customizing template. If u have any in ur portfolio kindly submit and indicate which process u used in developing a site of urs (Template or from scratch) OK! i think i read something here about template limitation, well don't u think bringing the best out of a template is base on ur technical skill as well?. I mean how good u are at designing and implementing web graphic and layout as well as unpromising graphics can tell quadrillio:Friend i think it is how good u are u customising that really counts man I WANT TO SEE MORE ISSUE RAISED HERE[center][/center] |
Hey thre is a misuderstanding ot terms here. If u are editing what did u use for creating ur site in the first place? and if it is online how did u get it there - the answer is simple edit using the same method of creation. What was the process u used is uploading the files at first. use the same process to overwrite the existing files that is all. Except u need something else. I will get back |
U rarely get such my good friend, The best of options is to buy a hosting service and configure just an email account, then ignore the rest |
askphantom:Do u really think designing from scratch is faster when compared to using templates? |
Serveral options are available when creating a web site, one can choose to create a site from scratch which means u will be responsible for creating every element that such a project may include. Creativity is actually needed. But yet another easy approach is available i.e creating a site with a predesigned templates which leave one with the option of customisng to suite need. I will like to know your mind on this, creating from scratch or using templates which do u thinks is the best for you, which would u adapt to? |
Come on man, why looking for personalized email when u can get domain/hosting and this so called personalised domain at the same price. This is sole reason why u will not get only personalized email account. It will be rare to get |
Selling web hosting and domain service as most online business model involves web site |
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> <script language="JavaScript" type="text/javascript" src="images/randomimage.js"> </script> </head> <body onLoad="runSlideShow()"> <p> <img border="0" src="images/slidepic1.jpg" width="167" height="192" name="SlideShow" /></p> </body> </html> EXTERNAL JAVA SCRIPT BELOW SAVE AS "banner.js" <!-- Begin // Set slideShowSpeed (milliseconds) var slideShowSpeed = 5000; // Duration of crossfade (seconds) var crossFadeDuration = 3; // Specify the image files var Pic = new Array(); // to add more images, just continue // the pattern, adding to the array below Pic[0] = 'images/slidepic1.jpg' Pic[1] = 'images/slidepic2.jpg' Pic[2] = 'images/slidepic3.jpg' Pic[3] = 'images/slidepic4.jpg' // do not edit anything below this line var t; var j = 0; var p = Pic.length; var preLoad = new Array(); for (i = 0; i < p; i++) { preLoad[i] = new Image(); preLoad[i].src = Pic[i]; } function runSlideShow() { if (document.all) { document.images.SlideShow.style.filter="blendTrans(duration=2)"; document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"; document.images.SlideShow.filters.blendTrans.Apply(); } document.images.SlideShow.src = preLoad[j].src; if (document.all) { document.images.SlideShow.filters.blendTrans.Play(); } j = j + 1; if (j > (p - 1)) j = 0; t = setTimeout('runSlideShow()', slideShowSpeed); } // End --> Remember like i told u earlier. fade effect is works well with IE but may not work with other browser Regards |
Most java script image rotators script most perfectly well with IE and varies with other explore. How about using flash to create this effect of urs |
?
).