Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
47% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
Member Avatar for gamestoenjoy

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 …

Member Avatar for ddanbe
0
337
Member Avatar for gamestoenjoy

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 …

Member Avatar for gamestoenjoy
0
180
Member Avatar for gamestoenjoy

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 …

Member Avatar for cashoffer
0
155
Member Avatar for gamestoenjoy

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 …

Member Avatar for diafol
0
227
Member Avatar for gamestoenjoy

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] …

Member Avatar for twiss
0
150
Member Avatar for gamestoenjoy

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 …

Member Avatar for gamestoenjoy
0
101
Member Avatar for gamestoenjoy

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 …

Member Avatar for jennypitts
0
304
Member Avatar for gamestoenjoy

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?

Member Avatar for AirForceOne
0
99
Member Avatar for gamestoenjoy

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 …

Member Avatar for diafol
0
147
Member Avatar for gamestoenjoy

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 …

Member Avatar for rajarajan2017
0
80
Member Avatar for gamestoenjoy

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 …

Member Avatar for gamestoenjoy
0
360