mostafaghanbari
-
Pretty Sublime!
ok, lots of bugs and bad support for ST3 i think i should install ST2 and use your instructions @DADE. thanks for your help. it was very helpful
-
Pretty Sublime!
did i mentione i use ST3?! yes i do use ST3! Sorry i forgot that
-
Pretty Sublime!
thanks very much @DADE but here is my problems: when i do step 1 of yours i get: ImportError: No module named 'urllib2' 2.there is no Package Control item in Preferences
-
Pretty Sublime!
thanks @DADE you are right but first you should install it! how can i install that? and where is config file?
-
pre tag
i have found kses.php in wp-include but it has all allowed html tags not just for guest user!
-
Styling textarea scrollbar
very good point @Paulie_D, especially when you said: they are browser objects rather than HTML elements and each browser will choose to render then in it's own way. so i think jQuery is my answer. thanks
-
Need Help for alignment
go to codepen.io and create a pen there
-
"csstricks like" texteditor
sorry @dgriesel but its a local host site! :( on odd thing about it is that defiantly it works in IE but it doesnt work in my wordpress!! :( i'm implementing comment-template.php here is comment-template.php file(related codes not all of them):…
-
"csstricks like" texteditor
@dgriesel i used your code directly into my site and nothing happend! after 3day work on this the closest code i have found is this link: stack overflow with this code you get what you want in codepen but the end point doesn't work in IE!! i …
-
"csstricks like" texteditor
@dgriesel thanks but i test your getSelection(input) method and insert(input, aTag, eTag) function and nothing happened in IE! the insert method doesnt recognize selected text!
-
"csstricks like" texteditor
@Hompimpa yes anybody know how to replace part of the selected text with something but your code doesn't work in IE like mine!! dont test it on jsfiddle.net because it runs on their server not on your web browser! so you test jsfiddle version w…
-
"csstricks like" texteditor
@chrisburton sadly it doesnt work in IE :( i dont know why IE is always different from any other browsers even it's old versions! appreciate that but i opened your work in IE and nothing happend! even in IE8(using browserstack.com and IE develo…
-
"csstricks like" texteditor
that was not the file i need Chris. i'm a newbie in JS and don't say that you are very welcome.
-
"csstricks like" texteditor
thanks @chrisburton, i'm processing forums-ck.js to understand that and find out how can i change for mine ;)
-
"csstricks like" texteditor
here is my code pen to this code: http://codepen.io/mostafaghanbari-cssmax/pen/AxFEm
-
"csstricks like" texteditor
yes guys i'll do so, thanks
-
RTL in Markdown!-WordPress
@tomrogers123 you are right man! :) i think about it and i understand that i can simply use rtl (and css) in comment sections to show user comments in right to left format! as easy as a pie! :)
-
RTL in Markdown!-WordPress
thanks @tomrogers123 but it's just JS and not actual HTML that stores in database!
-
Change php time to Custom and Dynamic
@pedram if php doesn't work for you use sql instead: $querydate = "SELECT now()"; $nowdate = $wpdb->get_var( $wpdb->prepare($querydate, 1));
-
SQL Like Statement in Wordpress
@TylerNYC i tried again your code and YEEES it Works! :) thanks @TylerNYC
-
SQL Like Statement in Wordpress
thanks @TylerNYC but i doesn't work :(
-
Pixel Calculation Difference between FireFox and Chrome!
thanks @Paulie_D, good idea :)
-
Pixel Calculation Difference between FireFox and Chrome!
ok with using JS you can recognize what kind of web browser you are using. but any more simple ways?
-
load a function on page load
@CarlRosell thanks Carl, i will test "document ready" but i cant test the second one because my site is WordPress.
-
Blank page for WordPress feed: what to fix?
as you know in this case i can help you if i know exactly what you did! so just try to re-install it my friend :-) one year ago same problem occurs to me(errors on administration panel) and i found out i should remove all blank spaces in the beginni…
-
Faster CSS!
yes as you said the answer is requestJS! but i think for avoiding multiple server requests its better to have all things in one place. thanks any way @ooredroxoo.
-
Faster CSS!
@ooredroxoo, i'm designing a forum for myself and trying to separate all things from together. because of this it doesn't matter the css is big or not, it must be separate! but i have a problem. the only way i know is using tag but its in…
-
Faster CSS!
@jurotek, very useful. i never heard of that! thanks
-
Faster CSS!
@ChrisP great article but no CodeKit in windows :(