-
Content Count
25 -
Joined
-
Last visited
About Azeri_boy
-
Rank
Newbie [Level 2]
- Birthday 02/13/1988
Profile Information
-
Gender
Male
-
Location
Azerbaijan
-
Guys, thanks for reviewing the site. There was link to english version of site through flag of Britain http://forums.xisto.com/no_longer_exists/ Initially, I did not want to use any flash content, since Flash might not be installed on users computer and it will make site to weight heavy I think) maybe I am wrong Also did not want to mix Javascript with HTML. Any idea how to make HTML-CSS based tabbed menu? And one question else, how to make table class="rounded_box_cen" to fit parent table in height, I mean to fill whole hight of parent table? Last question), I have drawn top banner in Corel Draw. Original picture was very colorfull-alive, however after exporting it into JPG format that "glow" disappeared. So my question is that how to export from Corel Draw without too much change in colors?
-
Hello guys. Recently I have finished my first web site . Please review it. What do you like and what dont? How can I make further improvements?
-
Another Flash Site you dont need sunglasses here
Azeri_boy replied to puck's topic in Websites and Web Designing
http://forums.xisto.com/no_longer_exists/ ---> Everythng is nice(almost everything). Fonts are too small. about second one ---> -
Opera Vs Internet Explorer! OPERA VS INTERNET EXPLORER
Azeri_boy replied to jimforever's topic in The Internet
Opera is the best browser. It has everything that one needs for working with internet: from download manager to RSS engine.But Opera has minus sides, too. For example while developing code of web page after refreshing opera gives the same result. But in comparison with minus sides of other browsers Opera is minusless.OPERA!!!...OPERA!!!...OPERA!!!...OPERA!!!...OPERA!!!...OPERA!!!...OPERA!!!... -
Favorite Os? What is your Favorite Operating system
Azeri_boy replied to Mafian's topic in Operating Systems
Hi everybody. Actually, I think each OS has its advantages & disadvantages.Windows 98 is good for office works, because it doesn't require so much PC power (RAM and HD usage is low) and quite fast. But for Internet Win98 isn't advicable (low security).Windows XP is suitable for both internet and office works.Win Vista requirements are very high (uses more storage, RAM, shortly not for weak PC's). But it has very nice interface.Actually, Linux was built for networks.I haven't used MacOS and that's why cant say anything about it.Now I am useing XP. No complains... -
If you use {someting} -style template pages must be parsed and replaced with certain values. It takes time. Best way is simply to use <?=$somevalue ?> -style. In this case server itself will replace variables with its values.Take a look to this article : http://www.massassi.com/php/articles/template_engines/
-
I don't believe that in internet there is comprehensive tutorial for that. This is very long topic. But main idea is to separate design and php coding so that designer could edit veiw of site without php knowledge. For example: <head> <title>{site_title}</title> </head> <META http-equiv="content-type" content="text/html"; charset="{site_charset}"> <META name="Keywords" content="{site_keywords}"> <META name="Description" content="{site_description}"> <META name="Author" content="AztEK (zhkot@bk.ru)"> <LINK href="skins/guest/{guest_skin}/style.css" type="text/css" rel="stylesheet"></head>This is header part of one guestbook(real). As you see there is no exact value for site charset, title and so on. These words that in {} will be replaced by its set values in server side. If you want to change or add some tags you don't need to know php. If you want to make proffesional template supporting projects the best way is to buy book and begin to read and try.
-
I should filter bad words and replace them with three dot. I know this is not so difficult to write function for such purpose. But function that I wrote doesn't give any result neither necessary result nor error. May be you know what's going wrong with my function. Code: <?php $abuse_list=array("abuse","bad"); function filter_bad_words($s) { global $abuse_list; foreach($abuse_list as $k=>$v) { eregi_replace("^".$v."$","...",$s); } return $s; } $s="abuse, badness, bad word"; echo filter_bad_words($s); ?> _linenums:0'><?php$abuse_list=array("abuse","bad");function filter_bad_words($s){global $abuse_list;foreach($abuse_list as $k=>$v){ eregi_replace("^".$v."$","...",$s);}return $s;}$s="abuse, badness, bad word";echo filter_bad_words($s);?> Thanks beforehand. The problem was in the way of using function eregi_replace() must be so: $s=eregi_replace($v,"...",$s). RegEx patern also was incorrect. I had hurryed. In general filter bad words is not good idea.
-
I also use Denver for local testing. It is really good tool. Just download installer, intall it and enjoy by testing your php+ mysql+perl scripts. Denver is downloadable with both php4 and 5 versions. Additional libraries are also available. For full info go to site http://en.dklab.ru/ Good luck!!!
-
Who Is The Hottest Girl In The World? Hottest girl ever?
Azeri_boy replied to nosoup4u's topic in General Discussion
kraizii88z and Anjelina Jolie (fantastic lips) are the hottest. -
Yeah... I have heard that virus called Chernobil spoils the motherboard.Last year something happened with my HDD. In the morning when I opened computer it didn't start. It was unable even to format HDD. I thing it was because of virus. Eventually I have changed HDD. Some people say there are viruses that makes work of bios unstable and harms hardware with this way.
-
How To Manually Remove Viruses! a short tutorial
Azeri_boy replied to seargentpepper7's topic in Security issues & Exploits
Norton is powerfull antivirus but really slows computer down. NOD32 is the best antivirus. and among free antivirs Avast is good. AVG is also not bad.This tutorial is fine for newbies. But most viruses can not be so easily found and deactivated. Use ANTIVIRUS instead!!! -
Preview Your Website In Ie From Non-windows Os
Azeri_boy replied to delivi's topic in Websites and Web Designing
I'll answer to my question myself. While surfung internet I have found very interesting site(for webmasters ofcause) : http://browsershots.org/. How it works, just type web address (starting with http://) of your site and click start. Then in next page "Select browsers and configuration" and submit. Note: Input maximum time for wait. It is free of charge. but in future it can be paid service. Write here your opinions about this service.