Techbirds | Knowledge Hub | Page 44
This tutorial will explain how to make a cookies text effect, using layer styles, some filters. Step 1 Create a new 1152 x 864 px document. Place the table cloth texture image on top of the Background layer, then resize it so that it fits within the document. Double click the texture layer to apply
Read More →
930 total views, no views today
Posted on: February 4, 2014 /
Categories: PHP / Author Name: Diksha Verma
(Current Datetime) function in Javascript function getCurrentTime() { var dt = new Date(); return dt.getFullYear()+”-”+(’0′ + (dt.getMonth()+1)).slice(-2)+”-”+ (’0′ + dt.getDate()).slice(-2)+” “+ (’0′ + dt.getHours()).slice(-2)+”:”+(’0′ + dt.getMinutes()).slice(-2); } 536 total views, no views today
536 total views, no views today
I was finding it tough to work with Fragments in my recent works I managed to run one sample thoroughly great thanks to Vogella Tutorials, which helped me to figure out the scene behind the mirror. How to do this In one activity we can display two fragments both for handset and tablet devices. for
Read More →
752 total views, no views today
Posted on: February 3, 2014 /
Categories: PHP / Author Name: Shivek Parmar
You may find interesting solutions about the same Post o different websites. One of the solution that you may find in popular www.stackoverflow.com is followong.
jQuery(window).scroll(function() { if(jQuery(window).scrollTop() == jQuery(document).height() – jQuery(window).height()) { // ajax call get data from server and append to the div jQuery.ajax({ type: ‘POST’, url: ‘URL’, data: { }, complete: function( httpResponse, status ) { var response = httpResponse.responseText; var res = jQuery.parseJSON(response); } }); } });
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
jQuery(window).scroll(function() { if(jQuery(window).scrollTop() == jQuery(document).height() – jQuery(window).height()) { // ajax call get data from server and append to the div jQuery.ajax({ type: ‘POST’, url: ‘URL’, data: { }, complete: function( httpResponse, status ) { var response = httpResponse.responseText; var res = jQuery.parseJSON(response); } }); } }); |
But the above code would work only for Windows and Android devices but not for apple devices on safari. So what could be better code solution that would work on
Read More →
530 total views, no views today
This tutorial explains how to create a rusty text effect, using Photoshop filters and a texture image. Then, it explains how to use Photoshop brushes and layer styles to add some glow to the final effect. Step 1 Create a new 1024 x 768 px document. Set the Foreground color to #532118 and the
Read More →
1,361 total views, no views today