15,919 Archived Topics
Remove Filter ![]() | |
What Is Google Panda Algorithm And What Does It Mean For The Future of SEO? | |
Hi, I made this code shown below to display a background image. It is possible to make it fixed for all resolution without showing white background? CSS code: body { background-attachment: fixed; background-image: url(../layout/background.jpg); position: absolute; min-height: 768px; min-width: 1024px; } Thanks marifard | |
I am trying to make a section block on my website scroll on top of the section before it. This works with jquery, however, instead of scrolling slowly over the previous block, it covers it completely at once, and you can't read the first block. I tried adding a div … | |
What is image posting? How does Image Posting helps to get good traffic? | |
I know I have the right system and the right mentor. This is very important to me. I researched both. I made several sales this week by using pay per click solo ads and it's working. I also researched that vendor. I sent my blog to an expert to help … | |
How effective facebook for business? How can I use facebook effectively to increase my business on ecommerce? | |
Hi Everyone, Video is the great way to showcase your business, products online. Do you include video marketing in your overall internet marketing plan? Since YouTube is the second most popular search engine after Google. | |
Web address of some web sites end with ".aspx", ".php", ".jsp", etc.How web developers can hide the extensions from visibility. ![]() | |
What is (SMM) social media marketing.Specially I want to know about Facebook marketing.Please I want to know advance level FB marketing.Thanks Ashim Chiran | |
How do I add the "www." to a website i've set up to have no www. (example: mydomain.com --> www.mydomain.com) Any answers would be greatly appreciated! | |
Hi, I am currently maintaining a facebook page and I have 200+ likes already. My porblem is that no one likes and comments in my posts. What would you suggest me to do in order to get engagement with my facebook friends? | |
I am running an online store and I want to attract customers attention towards my website. Please provide some ideas. | |
Can anyone suggest a responsive gallery which has a main slideshow with auto generated thumbnails and allows for captions? | |
Hi freinds, I have a Youtube video channel and some video. I want to promote my video and channel both for SEARCH ENGINE & also want health and organic traffic form YouTube. For this I need your help, please share your helpful tips and strsategy & plan for this. | |
Please share me your views about google penguin 3.0. Expected date and what can we expect from google? | |
How many of you who have an on-line store today charge for shipping ? Anyone offer free shipping all year round ? | |
Hello. Audios files can't be played on safari. The player appears perfectly on firefox and explorer but not on safari. this is what i use <audio preload="metadata" controls="controls"> <source src="song.mp3" type="audio/mp3"> <source src="song.mp3" type="audio/ogg" /> </audio> any help? | |
Hello all, I have recently copied a website from Weebly.com that I do own, so there is not copyright problems. It's just that I want to make the HTML simpler if I can. So here is what I have you can see the website live at [weblup.net78.net](http://www.weblup.net78.net). If there is … | |
How to check backlinks for free? Thanks for your help. | |
What techniques we need to follow these days to promote our website? I have websites related to entertainment. Does directories still rule the seo??? What about Bookmarking?? should i do it for inner pages/posts or the main URL??? Regards Anna Wright | |
Hello i have done a favicon.ico to put in the address bar. Although is shows locally (wampserver) when i put it online the icon doesnt appear. This is what i use: <link href='<?php echo $base_url; ?>icons/favicon.ico' rel='icon' type='image/x-icon' /> <link href='<?php echo $base_url; ?>icons/favicon.ico' rel='shortcut icon' type='image/x-icon' /> | |
Hi Friends, I want to add this css style to existing template. .citems { font-family: 'Open Sans', sans-serif; font-size: 14px; color: #000; line-height: 20px; border-bottom-width: thin; border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none; border-top-color: #000; border-right-color: #000; border-bottom-color: #333; border-left-color: #000; text-indent: 10px; } @font-face { font-family: 'Open Sans'; … | |
Does anyone wish to share any user experiences with any of these companies ? Any specifics would be great especially as it relates to the shopping cart and ease of uploading photo images. Thank You | |
Hello, I want to know about the css breakpoints i searched on internet and get too many confusing results. What my requirements are to place only 3 breakpoints which are as follow to get the screen width of desktops and laptops then to get screen width of tabs and ipads: … | |
Hello Friends, please check the bug in the following code, when I hover over on (.currency li a:hover) the child "ul" display. but when I hover over child "ul" it hides. What Happen please explain me. thanks HTML: <ul class="currency"> <li> <a href="#" title=""> Currency <i class="fa fa-check"></i></a> <ul> <li><a … | |
Anyone wish to share any thoughts as to any user experiences between the two services ? I'm specifically interested in the predesigned templates. Thank You | |
Hi! I'm looking for some good examples with bootstrap form. Can some one suggest anything? Thank you! | |
I want to add the custom panel which include The Subscribe button and some text (ex: Subscribe to receive newsletter for each updates) But this panel should be pop-up as for every pages and also yes only at the right-bottom. Which floats to up and if close then it must … ![]() | |
Good Afternoon, I'm stuck in the last part of the assignment, can anyone help me out. The assignment is the following: Create an HTML page with a list of four list items (ordered or unordered), and create a text box and button. When the button is clicked, if there is … | |
![]() | Good evening I'm trying to alter the size of font used in a template I purchased recently - the site is Wordpress based, so I'm not sure whether it functions in exactly the same way. I'm happy with the size of font for all other parts of the site, just … |
If a website gets a bite from Penguin update of google; what are the measures to recover fast? | |
Hello, I am creating a website in WordPress. http://patricia.kwayyinfotech.com/ In Google Chrome browser, on opening any page from my site, the browser loading disappeared and the page white screen. The problem is that user may confused that the site is opening or not as the browser loader is stopped and … | |
Is there a possibility to create a cloud repository/storage for certain users to have access to? I was looking for ways to use something like google drive, dropbox, and github on the site but i am not sure where to find an api or some way to implement it... To … | |
Hi all, I am converting an XML document to HTML/PDF. I use some of the Twitter Bootstrap 3 classes for layout, but since I pretty much go directly to PDF I have removed most of bootstrap's css (since I am not looking for a responsive layout, I want it to … | |
Say i have a html5 vedio with mouse hovering of pausing and running in relation to cursor and code is working finely.I useing code as: from.js: // something along that var vid = document.getElementsByTagName("video"); [].forEach.call(vid, function (item) { item.addEventListener('mouseover', hoverVideo, false); item.addEventListener('mouseout', hideVideo, false); }); function hoverVideo(e) { this.play(); } … | |
[CODE] .content { padding:24px 0 40px; Width:100%; } .content_left { float :left ; width:15%; } .content_second_left { margin-left:15%; width :20%; background-color :Black; } .content_third_left { margin-left:35%; width :50%; background-color :Red; float :left ; } .content_right { margin-left :85%; width:15%; } [/CODE] [CODE] <div class="content"> <div class ="content_second_left" > <asp:ContentPlaceHolder ID … | |
I am working on a website (non cms) for client that is a parallax site, as soon as I add youtube embed code which is <iframe> the site just shows its loading animation on the screen. Has anyone else had an issue with this? | |
![]() | Firstly, I apologise if this is in the incorrect area of the forum, wasn't entirely sure where it would fit in. This is my first attempt at WordPress, having previously built basic html/css/php/mysqli sites using templates. I'm struggling with the items below, and hoped someone may be able to point … |
Hi, i have a free flash game website i had a proposal by the owner of another free flash hacked game website he wants to publish reviews about gameswith links to the game on his website and some testual links for each game i think it's a chance to monetize … | |
For all the internet marketers out there; you may want to begin formulating a new Adwords strategy for your Clients. Google Adwords is pushing a change which will spell out the end of exact match keywords. This change comes into effect sometime in September. Previously when you setup a campaign … | |
I"m trying to find if there are automated solution for my website:Order food online - whenever an order comes through, it shall pop in our systems/pc, saving orders INFO, delivery addresses, payment details, process orders in real-time to send & receive order to customers & vendors, to monitor, etc..... | |
Friend of mine asked me to help out selling his 3 products: - online poll using the intuitive and easy-to-use admin - sweepstake snippet (works pretty much the same as poll) - FB app that alows user to manage sweepstaks via FB login Now, I'm no marketing genius but I … | |
Hello! Anyone here can explain me please how to create a website that with pages and that works like blogger or wordpress. (I mean, for example: the page have a post limit by 6 post's. if I post something new on my website I want that the first post move … | |
I have a new free classified ad site for promotion. Friend's can you tell me what i do for it.... | |
hi all, after writing correct password even its not possible to log in in skype. I am able to log in at website but not in the skype application. nor am able to uninstal the skype application. please help people. Thank you | |
Do search engines care if I use relative paths in my internal links instead of absolute paths? <a href="/">My website root</a> <a href="http://mysite.com/">My website root</a> | |
My teacher told to do this but he never show us CSS to ensure that all the paragraphs are formatted identically, and to indent the paragraphs by 4 times the width of an ‘x’. I have all three are paragraphs are ready. ![]() | |
The documentation (http://www.w3schools.com/tags/att_li_value.asp) says, that a value for a li element must be numeric. Why should it be wrong to use a string instead of a number, if you need the value for saving a f.E. locale like 'US', 'EN' etc. ? | |
Im unable understand what is the exact work of SEO pigeon update???...Is this update is offically launched by Google? |
The End.