-
Created Multiple schema.org items with the same URL
Using microdata markup such as this on Dani's profile page with URL http://www.example.com/dani.html <body itemscope itemtype="http://schema.org/ProfilePage"> <h1 itemprop="name">About Dani</h1> <div itemscope itemprop="about" itemtype="http://schema.org/Person"> <link itemprop="url" href="http://www.example.com/dani.html" /> </div> </body> Is … -
Began Watching Multiple schema.org items with the same URL
Using microdata markup such as this on Dani's profile page with URL http://www.example.com/dani.html <body itemscope itemtype="http://schema.org/ProfilePage"> <h1 itemprop="name">About Dani</h1> <div itemscope itemprop="about" itemtype="http://schema.org/Person"> <link itemprop="url" href="http://www.example.com/dani.html" /> </div> </body> Is … -
Began Watching Out of curiosity ... [image watermarking with PHP]
Out of curiousity, if any of you have ever done image watermarking with PHP, I'd love to hear some ideas. PHP's official documentation on watermarking with alpha channels isn't bad … -
Replied To a Post in Out of curiosity ... [image watermarking with PHP]
Personally we use the CodeIgniter PHP framework, and CI has its own watermarking library. Outside of that, just stick to GD I say. -
Began Watching CodeIgniter session cookie vulnerability
Hi guys, I just came across an interesting article regarding codeigniter cookie sessions. http://www.dionach.com/blog/codeigniter-session-decoding-vulnerability It seems it is fixed in 3.0 but I know that version isn't stable. I wonder … -
Replied To a Post in CodeIgniter session cookie vulnerability
I believe having mcrypt installed makes us not vulnerable. -
Began Watching Suggestion to DaniWeb developers
Hi DW I know I'm nothing but a member of this greatest community, but I would like to point out some of the thing I've experienced I won't talk for … -
Replied To a Post in Suggestion to DaniWeb developers
1. I'll look into this. I don't believe I am able to reproduce this behavior on my iPhone, but I'll investigate some more. 2. This is by design. Please visit … -
Edited Login Form Connection-access 2007
Hy guys, Please assist in advcicing which toolbox connection controls to add in my form. I want to connect to access 2007 using vb.net 2005 and im struggling. I have … -
Replied To a Post in Auto Tags
I also want to point out that the main benefit of tagging comes from using tags that aren't keywords found in the posts. For example, tagging articles related to DaniWeb's … -
Replied To a Post in Auto Tags
First on my todo list regarding tags, now that I have my auto-tag feature working the way I'd like, is to have my auto-untag feature working. The goal there is … -
Began Watching Credit card payment method
I need help to craete a credit card payment method in php. Thanks -
Replied To a Post in Credit card payment method
You need a payment gateway to do this. Personally I use Braintree and I'm quite happy with it. They have a very good php API. -
Replied To a Post in What's up with the tag overflow?
Should be fixed. Autotagging now working as intended ... but can always be improved upon ;) -
Replied To a Post in Auto Tags
Click on a tag, or use the tag cloud at the bottom of forum and article pages. -
Replied To a Post in What's up with the tag overflow?
Yes, something like that, but I just printed out a couple hundred random test cases, was happy with the results, and said, "OK good to go!" and then ran it … -
Replied To a Post in What's up with the tag overflow?
Sorry prit, I don't remember a conversation?? :( -
Replied To a Post in Auto Tags
Pulling out keywords from most articles also allows me to make full use of the tag cloud functionality to associate articles together. This helps when generating the Related Articles in … -
Replied To a Post in Auto Tags
StackOverflow and many other sites as of late have really trained people to work with and respond to tags. Advertisers and PR guys from companies such as Dell want to … -
Replied To a Post in What's up with the tag overflow?
Prit, huh?? Sanjay, I did a couple of dry runs! It worked then! -
Replied To a Post in Auto Tags
A lot can change in just a few weeks. I'm playing around with auto tags now. Don't mind me ;) If my theory works, I'll explain myself in a few … -
Began Watching code43
how i can fix the error 43 please -
Replied To a Post in code43
What on earth are you talking about?! Where are you seeing error 43? What programming language is this? What application is this? ... -
Began Watching What's up with the tag overflow?
It seems that all of a sudden, some threads have 50 or more tags (e.g., the [C++ forum](http://www.daniweb.com/software-development/cpp/8)). They seem to have just appeared, and take up a significant space … -
Replied To a Post in What's up with the tag overflow?
Yeah, I was trying to auto tag articles and obviously there was a bug I didn't catch and now I'm trying to figure out a way to fix the situation. -
Edited using ActiveWorkbook in excel add-in by vb.net
hello thank you for your good solution but your solution always assume external workbook to be open, how to work with current opened workbook? Dim oxcel As Excel.Application Dim owb … -
Edited Crystal report not displaying images
Hi i am trying to display records in access database that have pictures saves binary data i have created typed dataset that populate the crystal report but the problem is … -
Replied To a Post in ASP.net 4.0 programming textbook
Oh, don't get me wrong, I'm certainly not condoning downloading a pirated eBook version. Just want to reminisce in the frustrations that a university's library isn't always a replacement for … -
Began Watching ASP.net 4.0 programming textbook
I am on my 3rd and final year of the Bachelor of Information Technology. I need this textbook but obviously cant afford it being a student. does anybody know where … -
Replied To a Post in ASP.net 4.0 programming textbook
I saw a pitch on Shark Tank by some company that developed a mobile app to let students rent eBooks by the week. Seems relevant :) But yeah, I'm with … -
Began Watching Cannot modify header information
What is this warning means? Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\free-prowebsite\site_pro\administrator\adminnav.php:160) in C:\xampp\htdocs\free-prowebsite\site_pro\administrator\admin\file-upload.php on line 224 line 224: header('Location: ' . SUCCESS_URL); -
Replied To a Post in Cannot modify header information
It means that you can't use the header() function to do a server redirect to a different page after already sending HTML data to the web browser. -
Began Watching Jquery Exit Popup script
I want to create what is called an "Exit Popup" in Jquery with the following attributes 1. The popup is triggered when the visitor moves their mouse outside of the … -
Replied To a Post in Jquery Exit Popup script
OK, so this is a bit tricky. Normally when I hear the word 'exit popup' I think of showing up when the visitor tries to leave the page, by either … -
Replied To a Post in What happened to my tutorial?
Ah, but the signature facility is available right from day one. It's just that it will never show up if yo're not logged in. -
Began Watching Ghost downvotes????
Uhhhh, so take a look at my profile. I apparently have one downvoted response but when I click on Posts Voted Down, I get "There are currently no matching articles … -
Replied To a Post in Ghost downvotes????
Yes, what pritaeas said. The page of posts voted down is essentially posts that *currently* have a net negative vote. -
Began Watching google oauth2 access token validation playground
Hello, by using [GOOGLE PLAYGROUND](https://developers.google.com/oauthplayground/) we can see the flow of how oauth2 works.. ok, I understood.. my question is: is it possible to validate google access token via php … -
Replied To a Post in google oauth2 access token validation playground
I'm confused as OAuth is not designed to work by submitting an email address. -
Began Watching Hi
Hi all, I am Parmeshwar from India. I am working in IT sector to last one year.My IT knowledge is mostly self-learned.I am Graduate form Delhi University. -
Replied To a Post in Hi
Hi and welcome to DaniWeb. I've gone ahead and moved this discussion to the Community Introductions forum :) Be sure to post in the correct forum from now on. But … -
Edited Hi
Hi all, I am Parmeshwar from India. I am working in IT sector to last one year.My IT knowledge is mostly self-learned.I am Graduate form Delhi University. -
Edited Comparing Uppercase and Lowercase characters(Login Form)
Hi guys, I've created a login form which works fine, i need assistance in comparing uppercase and lowercase input from a login form. Whenever the password is entered, the system … -
Began Watching Ultimate CMS page builder
Hey guys, I'm creating an ultimate CMS with codeigniter, at the moment I've got the following -login system with email -installer -menu builder with drag and drop -forums with search … -
Replied To a Post in Ultimate CMS page builder
I'm not sure what a Wordpress style drag 'n' drop builder is. However, I would create a single table called rows. The structure would be something like this: user_id order … -
Replied To a Post in Login problems on Mozilla
OK, wasn't a bug after all. Apparently upgrading Firefox corrupted the DaniWeb cookies. You need to clear all cookies, or at least all cookies originating from .daniweb.com or www.daniweb.com, and … -
Replied To a Post in Firefox 30 and CodeIgniter sessions
I got this fixed and it wasn't even a bug in the first place. Apparently upgrading Firefox corrupted DaniWeb's cookies. The cookies needed to be cleared to something fresh to … -
Replied To a Post in Firefox 30 and CodeIgniter sessions
OK, I take back my funkiness. Firefox sets the userdata, and then it gets destroyed right after somehow?? Works fine in older versions of FF, all versions of Chrome and … -
Replied To a Post in Firefox 30 and CodeIgniter sessions
OK, I take all this back :) I got it to work somewhere else so I think something funky is going on. -
Replied To a Post in Firefox 30 and CodeIgniter sessions
In case it's relevant, $config['sess_cookie_name'] = 'dani_session'; $config['sess_expiration'] = 0; $config['sess_expire_on_close'] = FALSE; $config['sess_encrypt_cookie'] = TRUE; $config['sess_use_database'] = FALSE; $config['sess_table_name'] = 'ci_sessions'; $config['sess_match_ip'] = FALSE; $config['sess_match_useragent'] = FALSE; $config['sess_time_to_update'] = …
The End.