- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
11 Posted Topics
Hi, I created website that teaches users anything they need to know about Kodi, The site is still new but I add new content regularly, The site is based on WordPress but I changed the theme and the code of the site. I will be happy to hear what do … | |
Hi, In use WordPress with the theme twenty thirteen. I have empty spaces when I check my site in desktop, so I want to use width of 50% In style.css I changed for .site the width to 50% instead of 100% and it worked great in the desktop, but when … | |
Squidoo is a good and useful tool in getting extra traffic and backlinks for free, and also it is positioned high at Google. Lets promote our Squidoo lens, and by doing so improve the ranking of it. When the lens is ranked higher, it also gets more traffic. If you … | |
Hi, I have two php pages. On the first php page called process.php I have the following code: [CODE]setcookie('username', 'dan', time() + 2592000 , '/');[/CODE] And when I use the following code in this page: [CODE]$username = $_COOKIE['username']; if (isset($username)) { echo $username;[/CODE] Everything works fine, and I get the … ![]() | |
Hi, I try to change script source dynamically. When I use the following code, it works fine, and the script is executed [CODE]<script type="text/javascript"> document.write('<script src="http://gamestoenjoy.com/site/test.php"'); </script>[/CODE] However when I use the following code, it doesn't work, the script isn't executed [CODE]<script type="text/javascript"> var url = "http://gamestoenjoy.com/site/test.php"; document.write('<script src=url>'); </script>[/CODE] … | |
Hi, My website looks fine on Firefox and IE with fixed width on different screen resolutions. On Chrome instead of having a fixed width, my site covers the entire screen, even in case of high resolution, and the site seems broken because of it. How can I fixed this annoying … | |
Hi, I am using Adsense for my site more then a year, and the earnings keep rising. However I am not sure if my site is optimized properly for Adsesne. Perhaps I can earn more if I improve something. Do I use the right ads for my site (type and … | |
Hi, I succeeded in promoting the phrase [B]enjoy games[/B] to first position at google. This phrase give me nice traffic. Did you managed to promote phrase to high position at google? | |
Hi, I want to center the top menu in my site, currently it is aligned to the left. In the CSS file the line that controls the menu is: [CODE]#navigation{height:35%;margin-top:1px;font-size:12px;background-color:#E5F0FA;overflow:hidden;width:100%;float:left;}[/CODE] I tried adding: [CODE]margin-left:auto;margin-right:auto;[/CODE] Also tried adding to the relavnet DIV: [CODE]<div id="navigation" style="text-align:center;"><jdoc:include type="modules" name="user3" style="xhtml" /></div>[/CODE] Both didn't … ![]() | |
Hi, I wrote star voting system for my site using Ajax. You can see it at: [URL snipped] (it is under the game) Besides using it for voting system, what else can I use Ajax for? Where do you use Ajax in your sites? I would really appreciate your answers … ![]() | |
Hi, I am currently learning AJAX, and I want to write an simple example program (it is only for practice, it has no real meaning). The program sends request to to PHP and gets response from it, then it should write the response using message box, all should happen on … |
The End.