Date value not showing, shows zeros Programming Databases by Tunnleram … setup the new site design. Unfortunately I stayed with the Worpress design too long and not only did it get stale… wordpress PHP Programming Web Development by mwnt2014 Having two Problems shown below: 1. **Want to send post form data to other domain area and receive response from that domain page**. (Ajax not working for other domain) 2. Show ads div between worpress post area through plugin. how can i make this plugin.? Uploading XML to MySQL with different columns names Programming Databases by donz365 … site by uploading the xml to MySQL (I am using Worpress by the way). The table I am loading it into… Re: wordpress oddity Programming Web Development by Violet_82 … that I have used wordpress once, to 1)determine where worpress inserts his own classes, I mean, it happened with images…. So you will have to see first what the added worpress class does to the element to then cook up a… Re: PHP in Wordpress Programming Web Development by akkbkht You can do it in two ways. 1. Install xampp or wampp and then install worpress on your local machine. 2. Install phpMySQL and worpress files on your domain. Better one is 2nd way. Coz you can then control your work remotly by just signing in to yuor web account. Hope it helps. Re: Please share you wordpress tips Digital Media Digital Marketing by mkumar18208 The List Shows the Latest Plugins for Worpress 1.Made by Simple Slideshow A clean and simple Flash … Re: mobile complaint website Digital Media UI / UX Design by almostbob … so building an accessible site works (mostly) on a mobile WorPress is mostly accessible, so is mostly mobileable [quote=A_List_apart]The… Re: mobile complaint website Digital Media UI / UX Design by alvalany … so building an accessible site works (mostly) on a mobile WorPress is mostly accessible, so is mostly mobileable set taborder on… Re: How to set page tittle Digital Media Digital Marketing Search Engine Strategies by jiksaw213 If you are using worpress, use a plugin call "all in one seo pack", it will do the job for you! Re: PHP Server side validation help Programming Web Development by fcvolunteer @LastMitch I wasn't sure which worpress plugin php file was providing the validation code but I … Re: picture blog Digital Media UI / UX Design by Violet_82 …/where I could find out? DO you reckon on the worpress forum perhaps? 2) I don't know anything about C… Re: redesigning and redeveloping my website to make mobile friendly Digital Media UI / UX Design by Violet_82 … the site, a blog-like page 3)Hand code or worpress? I generally like handcoding, but I don't know of… Re: how to creat a website? Digital Media UI / UX Design by kimjoshi You can use CMS for the web designing. It depends what kind of website you want to make. For shopping website you can go for magento or zen cart,for social media website you can use Drupal CMS, but the most popular website are mostly developed in worpress, because its vey easy to manage a wordpress site. Re: Suppress errors in CodeIgniter error log Programming Web Development by veedeoo … ) ) return true; break; } return false; } **Disclaimers and Notifications** for the Worpress function, my sincere apology for using this part. I attempted… Re: Looking for a webstore Digital Media Digital Marketing by yassir.arafat.73 GosuCommerce project has not been launched yet. It is a WorPress engine for creating webstores. Do you want to make money online through your own eCommerce website? Re: Fantastico deluxe database error Programming Databases by diafol Do you have to use it? I really don't like installers. Can't you install the Worpress version of your choice manually? problems with css in worpress Digital Media UI / UX Design by isotope Hi everybody, I'm trying to restyle the Kubrick css for a blog I'm creating, but I'm quite a noob with css and I cant' figure out why the page's structure appears to be broken in some browsers. The website is: [url]http://www.incorde.it/[/url] The css file: [url]http://www.incorde.it/wp-content/themes/incorde/style.css[/url] For previews … Re: problems with css in worpress Digital Media UI / UX Design by isotope I managed to solve the problem but I couldn't tell what the problem was, , even if I found where it was... the menubar under the header had a fixed height of 30px. I assigned to the text in it: margin: 0px; padding: 8px 18px 7px 14px; font-size: 12px; font-weight: bold; this means that text+padding = 27px but 30px-27px = 3px First … Re: problems with css in worpress Digital Media UI / UX Design by cfajohnson Is this really how you want it to look? [url]http://cfaj.freeshell.org/testing/incorde.jpg[/url] [url]http://cfaj.freeshell.org/testing/incorde2.jpg[/url] Re: problems with css in worpress Digital Media UI / UX Design by MidiMagic I see several errors, if you want compatibility: - Don't set sizes (width, height) and nonzero surrounding styles (margin, border, padding) in the same style or tag. IE crams the surrounding styles inside the sizes. Other browsers put the surrounding styles outside the sizes. - Do not use 0px (or any other unit of measure with 0). Firefox throws … Re: problems with css in worpress Digital Media UI / UX Design by isotope Hi cfajohnson and thanks for your reply definetly not what I wanted, which browser is this? on the ones I checked, they're now working pretty fine... s p.s. I can't test on linux, yet Re: problems with css in worpress Digital Media UI / UX Design by isotope Hi MidiMagic, thanks for replying and for being so clear. As I said I'm not looking for great compatibility, just because I'm still too noob for that. And I had to publish the website quickly. I will correct those errors as soon as I can and, at the same time, I would ask you if you can suggest any resource on the web where I can find guidelines … Re: problems with css in worpress Digital Media UI / UX Design by kanaku [QUOTE]- Do not use 0px (or any other unit of measure with 0). Firefox throws away the style if it has this. Just put a 0 for zero values.[/QUOTE] Now I'm confused. I've seen someone somewhere in Daniweb say that even if the value is zero, I had to specify if it's px, pt, em etc. Which is confusing me. Anyway, I've been doing with a plain 0. I … Re: Date value not showing, shows zeros Programming Databases by urtrivedi I think on your server created date is 000000. Re: Date value not showing, shows zeros Programming Databases by facarroll I think I agree with urtrivedi. Does your host server run a timeclock? Perhaps not. Re: Date value not showing, shows zeros Programming Databases by Tunnleram I'm not sure I understand what you mean. If I run the query in phpmyadmin or view the value in the table I see '2012-12-15 09:45:00'. How would it pull the server time? What do you mean by timeclock? Re: Date value not showing, shows zeros Programming Databases by Tunnleram Anyone have any ideas? Re: Date value not showing, shows zeros Programming Databases by drjohn I just created your table on my local server, moved the } in the while loop to AFTER the last ECHO, so I could see the row you used and a new row I inserted without entering a created_date. I got exactly the expected result - two sets of data, your original single row data set and my new row with the correct created timestamp. My local server … Re: Date value not showing, shows zeros Programming Databases by Tunnleram I spoke with my host who suspects the issue is the version of mysql on the host, but they moved it and I have the same situation. I've asked them to verify that it's been moved. Re: Date value not showing, shows zeros Programming Databases by Tunnleram I don't know what it was specifically, but the issue was resolved by moving my site to another server with a different version of mySql on it.