Paulie_D
-
how can i remove the bugs here [in disabling buttons]
Seems like an odd form of validation. Wouldn't it make more sense to always have the button enabled but not submit the data if the minimum criteria isn't met? Isn't that the normal way.
-
how can i remove the bugs here [in disabling buttons]
the problem is when user fills the data and then deletes it Why is this a problem?
-
how can i remove the bugs here [in disabling buttons]
Yeah..I'm not sure what it is you are trying to achieve. Some sort of proper validation would make more sense than the confusing stuff I can see here.
-
Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport
Also, and it's not related...this is OK except for disabling the scale option. Some of us wear reading glasses you know. My 2c
-
Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport
the screen size loads slightly wider than the viewport on mobile. Is this an iOS or Android issue? Is it browser specific? Chrome has a different definition of width than Firefox for instance.
-
Using CSS media queries for smartphone & tablet, Site still loads too wide in viewport
Also, when I re-size my laptop browser window to simulate a more narrow screen it doesn't use the tablet and smartphone CSS media query to shift the design dynamically, but if you view it on an iPad or iPhone the CSS media query works and di…
-
Display total number of registered users [Joomla]
http://extensions.joomla.org/extensions/site-management/analytics/visitors/6533?qh=YTo4OntpOjA7czo0OiJ1c2VyIjtpOjE7czo1OiJ1c2VycyI7aToyO3M6NjoidXNlcidzIjtpOjM7czo2OiJ1c2VycyciO2k6NDtzOjU6InVzZXInIjtpOjU7czo1OiIndXNlciI7aTo2O3M6NzoiY291bnRlciI7aTo3O3…
-
Statistics mobile internet users
Oh, that doesn't seem fair. If you want good, reliable data for the platforms visitors to W3Schools are using, that seems the best place to go. Not sure why you would care, but I suspect it's accurate . Why? http://w3fools.com/
-
Display total number of registered users [Joomla]
Which version of Joomla?
-
Statistics mobile internet users
I wouldn't believe anything that W3Schools puts out.
-
Display total number of registered users [Joomla]
Have you checked for a Joomla extension / plug in?
-
how to set up spry slideshow with filmstrip widget?
Easier than Spry...and it's built into DW
-
how to set up spry slideshow with filmstrip widget?
I wouldn't use Spry...Adobe have already dropped it. Try JQuery UI instead.
-
Printing button background image
How can I make it so that the buttons will be pretty and colorful when printed? Why would you want them to print...shouldn't you be printing the actual links anyway? A picture of a button is no use to anyone.
-
Printing button background image
There must be an error in your 'red' CSS for the last 'red' button as you can change the class to 'yellow' and it works fine. EDIT: There it is... height: 36px;
-
How to Achieve This Functionality without the Use of Adobe Flash
For the backgrounds it's not hard with multiple background images although the smoke animation might be a little difficult. The parallax scrolling based on mouse position would be dependent on JS but that's outside of my field of expertis…
-
how to left justify anythingslider instance
Right now I have the slider div directly inside a td element, Why is it in a table?
-
Help with Striped Text Border HTML CSS
Add it like an html image
-
How can I edit my posts in wordpress
We're sorry, but it would appear that our combined language skills aren't enough to help you. From the little I can understand I do think you would have to redesign the whole HTML or use a different theme entirely.
-
CSS Can you help me find the bug?
You haven't floated the main body (#main) but i think it will cause some issues if you do. It kind of depend on what it's supposed to look like...and we haven't seen that yet. Offhand, I think some HTML restructuring is required.
-
Want to align text in list vertically
ChinmayDey That's just unnecessary mark-up.
-
RWD: Fluid, Flex or Mobile or a combination? So confused ....
Sass can help you with RWD No...it can't. It can make you write your CSS quicker but actually designing...nope!
-
Can flash apps work on iphone, ipad, ios devices?
my boss keeps on hiring flash developers to do a game app for IOS platforms Time to educate your boss then. That's not to say that a competent developer can't develop in Flash and then transcode to iOS. Frankly this is waaaay outsid…
-
Can you help me find the extra padding?
Ahh yes. The horizontal scroll actually drops in around the 920px mark and is probably due to the slider images having widths set inline (probably by the JS)
-
Can you help me find the extra padding?
Is this device specific because it's fine in Chrome, FF, Safair & IE10?
-
Want to align text in list vertically
setting line height equal to image height Doesn't always work...see my Codepen
-
Can flash apps work on iphone, ipad, ios devices?
Android has pretty much agreed that Flash is dead. there might be the odd browser that supports it but otherwise it's dying solution.
-
Scrolling on keypress, need to limit the number of times it fires
What I think you are asking is "how do I stop keyboard interaction during the scroll"...No?