scofield
-
How to use jQuery AJAX in Wordpress
Thanks for all. http://www.andrewmpeters.com/blog/how-to-make-jquery-ajax-json-requests-in-wordpress/
-
Inset box-shadow question
Try this: -webkit-box-shadow: inset 1px 1px 250px #000000; -moz-box-shadow: inset 1px 1px 250px #000000; box-shadow: inset 1px 1px 250px #000000;
-
Recommend IDE for Windows
krysak4ever thanks, but I don't want use Notepad++.
-
How to get all of the page(meta, images..) using JS
Make it using only PHP.
-
CSS-Tricks Design (v9)
@sl1dr Yes, I can. I don't like the main image(#logo), I thing its looks not very good. And the navigation menu is looks like it's make the 12 years old guy. :) Do not be offended, I just explain why this new design worse from the previous…
-
How to get selected by the user text
Thx, but I already find a solution for my problem. Code: function InsertBBCode() { if(document.getSelection) { area_val = area.value.substring(0,area.selectionStart) + first_bb_arr[i] + area.value.substring(area.selectionStart,area.selectio…