<input id=”email” name=”email” placeholder=”insert email” /> input::-webkit-input-placeholder { color: red; } ::-webkit-input-placeholder { color: red; } :-moz-placeholder { color: red; }
Category Archives: Programming
Deep linking for Flash and Ajax
Deep linking for Flash and Ajax SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It’s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today’s rich …
PHP Word Wrap
string chunk_split ( string $body [, int $chunklen = 76 [, string $end = “\r\n” ]] ) < ?php // format $data using RFC 2045 semantics $new_string = chunk_split(base64_encode($data)); ?>
Open a modal window within an iframe
If you need to open a modal windows from an iframe, you need to use the nyroModalManual function which is loaded in the parent page. This code will work:
Piwik Open Source Analytics
Piwik is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.
Facebook Like BTN iframe code
<iframe src=”http://www.facebook.com/plugins/like.php?href=https://www.prosoxi.com/&layout=standard&show-faces=true&width=450&action=like&colorscheme=light” allowtransparency=”true” style=”border: medium none; overflow: hidden; width: 450px; height: 26px;” scrolling=”no” frameborder=”0″></iframe>