| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | 1 hour ago | |
| stats | profile views | 6 |
|
Sep 26 |
comment |
How to progressively display images on websites AJAX calls to load images while user scroll the page to them. Search for jQuery image preloader |
|
Sep 24 |
comment |
Who liked my website? you should read about Facebook developers API, you can even get friend list of your fans, if they agreed on that. Picture, information all avaiable. You will have to inlude Facebook library and read the docs :) |
|
Sep 24 |
comment |
Good idea to use Google Sites for static content and custom PHP for dynamic You can call your page with CURL request and create so called "wrapper" around your own content, AJAX would work to load dynamic content on your Google Site. |
|
Sep 23 |
comment |
professional website layout genarators Dreamwaver perhaps? Still you should write your own websites, you won't get decent code from generators. If thats impossible at last try to use CMS like Joomla/Wordpress for most features. Than customize it to your design. It is really easy, especially if you want to use generator. You would finish each mockup in few hours ( CSS/HTML ). And you learn a lot. |
|
Sep 23 |
comment |
Good idea to use Google Sites for static content and custom PHP for dynamic I would suggest to use AJAX, or PHP custom file includes with CURL/File get contents code. |
|
Sep 22 |
comment |
Using iframes is still considered bad? They are bad since we can do everything with AJAX this days or pure PHP calls - SOAP, CURL, File contents, while they are outdated elements -also w3c validator cry because of it. Anyway companys like Facebook still use IFRAMES for "like" buttons and I guess they have their own reasons for that. Gathering information world wide! |
|
Sep 20 |
comment |
Where to get ads for my website? You are sure that you didn't click on your own ads? This may happen from your home PC/Laptop/Smartphone or what else you got there with internet. Also they wrote clearly, your website must be at last 6 month old. Thats to prevent crazy things people were doing. |
|
Sep 18 |
comment |
How to SEO Optimize JavaScript Image Loader? thats what I meant about microdata :) sorry for confusing |
|
Sep 18 |
comment |
How to SEO Optimize JavaScript Image Loader? Google will find your data-src, but for better use I would suggest using <div> around each <img> and the data-src inside the <span>. Also add microdata to tell Google what is that. You can tell google where is an image, description, image URL |