pedram
-
Text on div with image!
Thanks @CrocoDillon, it's nice, even better than this code i just found a minute ago: http://stackoverflow.com/questions/4154177/css-boxtext-over-image
-
[Java Script Help] URL to Root
Thanks for reply, but not working neither, it's weird, when i add this code, player disappeared. try it on my code pen :( http://codepen.io/Pedram/pen/rslKG
-
[Java Script Help] URL to Root
Sure, here: http://codepen.io/Pedram/pen/rslKG
-
[Java Script Help] URL to Root
Important is how it should placed in link, is it correct? AudioPlayer.embed("audioplayer_1", {soundFile: "window.location.hostname/Player/player.mp3"}); or must placed between '' or "" , i don't know a…
-
[Java Script Help] URL to Root
it does, but the problem is audio player normally works with DOMAIN URL, not path address. but i'm working on a MOD for audio player, need to use a global script (or url) to root, look at the path of this mod: Root/Player/Song.mp3 Root/Themes…
-
Block Opera Browser
Thanks guys, i solved some problems, funny, i added a rtl.css to my template, and css and template issue solved. i think there's no more to block opera :) http://bazitarsnak.com
-
Block Opera Browser
unfortunately i still not figure it out, sorry , need a little help i'm not familiar with js and jquery, if i load this: http://jquery.thewikies.com/browser/jquery.browser.min.js but... still cant understand what is this for. - maybe other …
-
Block Opera Browser
ok guys thanks, but still prefer block opera instead of that, so there's no code for blocking? maybe i don't this, but i want to know, is there any code for this ?
-
Block Opera Browser
opera completely not compatible with my site (Template, css, some jQuery plugin and etc..) i tested in firefox, chrome, even IE, but only have a many problem with Opera. problems are very bad, for eg. when i opened the site with opera, after a littl…
-
Change php time to Custom and Dynamic
Thanks guys, problem solved. i'v used a jalali php class and require_once, and it works.
-
Change php time to Custom and Dynamic
@mostafaghanbari , thanks but i'm not familiar with SQL too. can you explain more about it? how can i use it? in fact i want to change my date to JALALI (Persian date) , just day and year, not months name. for ex. today is Sunday 17 Feb 2013.…
-
Change php time to Custom and Dynamic
Thanks, but it only change time zone, i want to change date, i'm live in Asia, and my date is different. for example, today not 17 feb 2013.
-
Java Script Help: All in One!
Thanks buddy for reply, i fix this, now works, it solved via change place of snips in one file. move one snip to top, and it works. here: http://bazitarsnak.com/player/player.js
-
CSS Help: Img & Div
yes, my problem was '.' symbol. Thanks for your help, it works, here: http://codepen.io/Pedram/pen/rEibv
-
How to make custom thumbnail with css?
@TheDoc yes, its work Thanks guys, i figure it out! div_avatar { width: 30px; height: 30px; border: 1px solid #000000; overflow: hidden; position: relative; float: left; margin: 2px 10px 0 0; } div img.avatar { width: 30px; h…