By Sumit Gupta on February 8, 2012
By default Colorbox Close button is on Bottom Right. However moving it back to top is as simple as changing Position of div from bottom to top. All I have done is change bottom: x to top: x for all child of cboxContent class. which include cboxLoadedContent, cboxTitle, cboxCurrent, cboxSlideshow, ,cboxPrevious ,cboxNext,cboxClose Note for myself, and those who find it [...]
Posted in Javascript, JQuery | Tagged Colorbox, Javascript, Lightbox, UI |
By Sumit Gupta on July 21, 2011
Okay, I create a pure CSS menu that use UL/LI structure to maintain the child relationship. All was great with this menu except that when you are on any of menu item page it doesn’t highlight that menu item explicitly. If you consider this it is not a big deal. What you can do is [...]
Posted in Concept/algorithm, HTML/CSS, Javascript, JQuery |
By Sumit Gupta on May 28, 2011
I need to throw some database entry which are as simple as TIME, for this I got a string array in my ASP.NET code behind. I was throwing this String Array in JSON format after using JavascriptSerialize.Serialize method and it is making not so perfect Json script. I said it is not making perfect json [...]
Posted in .NET, ASP.NET, C#.NET, JQuery, JSON, VB.NET/VB | Tagged .NET, Jquery, JSON, Serialize |
By Sumit Gupta on November 20, 2010
We all have experienced some cool effects while we do web surfing. Its Twitter, Facebook, Google, Windows Live website, whatever you name it, they all use great web interface easy and to the point user interaction. This all belongs to one unified solution Javascript. I have been using JS since I start web programming. I [...]
Posted in Article, Blog: My thoughts, Javascript | Tagged Javascript, Jquery |
By Sumit Gupta on November 3, 2010
I have got lot of queries on my Lightbox + Videobox merge code. But over time I realize my merged code is not good enough as now with dynamic web, that code is limited. It is said to see such great software didn’t evolve much. But as a developer we cannot stop for one code [...]
Posted in Javascript | Tagged Colorbox, Javascript, Jquery, Lightbox |
By Sumit Gupta on April 23, 2008
Well try this http://activecampaign.com/activespell/ free spell checker, it use backend pSpell component installed on PHP to work, but is very good spell checker for your HTML editors and TextArea boxes. I have used it in past and found it easy to install.
Posted in Javascript, PHP, Programming | Tagged Javascript Spell Checker, PHP Spell checker |
By Sumit Gupta on April 11, 2008
Recently I was given a task to make LightBox and VideoBox work on same page, where we have Images and Video to show. However, Videobox is inspired by Lightbox as per developer, they are not compatible with each other. The reason I found is that they share few variable and hence they are breaking each other’s code. [...]
Posted in Code Snippets, Javascript, Programming | Tagged Fullscreen video and Image display, Lightbox, vidbox, videobox |
Recent Comments