-
Stopped Watching gu mi nam
hi :) -
Began Watching gu mi nam
hi :) -
Replied To a Post in gu mi nam
Welcome to DaniWeb. -
Edited gu mi nam
hi :) -
Stopped Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Replied To a Post in Link underline
cereal I think. -
Stopped Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Replied To a Post in Link underline
> Can't I leave it for inline code? Pretty please? No, and I got support. -
Stopped Watching Retro game QIX logic
Hello. First time posting on these forums as I am really stuck on my code. The language I am using is GML (Game Maker Language) and the program Game Maker: … -
Began Watching Retro game QIX logic
Hello. First time posting on these forums as I am really stuck on my code. The language I am using is GML (Game Maker Language) and the program Game Maker: … -
Replied To a Post in Retro game QIX logic
Basically [this](http://msdn.microsoft.com/en-us/library/windows/desktop/dd162913(v=vs.85).aspx). I know you're not using that, but that's the idea. -
Stopped Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Began Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Replied To a Post in Filtering of products, based on checkboxes
See [this](http://www.sluniverse.com/ffn/index.php/2011/02/using-html5s-data-attributes-with-jquery/). It uses a single data attribute containing json. Should make it easier to query. -
Stopped Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Began Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Replied To a Post in Filtering of products, based on checkboxes
How would `div[data-screen=17]` look for two screen sizes? -
Stopped Watching Retro game QIX logic
Hello. First time posting on these forums as I am really stuck on my code. The language I am using is GML (Game Maker Language) and the program Game Maker: … -
Began Watching Retro game QIX logic
Hello. First time posting on these forums as I am really stuck on my code. The language I am using is GML (Game Maker Language) and the program Game Maker: … -
Replied To a Post in Retro game QIX logic
Not sure if the language supports it, but can't you use regions? -
Stopped Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Began Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Replied To a Post in Filtering of products, based on checkboxes
I assume your data attributes (and checkboxes) are predetermined? Can you show how your brandname checkbox group looks? -
Edited how to create database when there are check boxes?
i want to know how to create database when there are check boxes. i also want to know the codes to connect those checkbox values to database and retrieve from … -
Stopped Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Began Watching Filtering of products, based on checkboxes
Hey All, I am tryiung to create a function that lets me filter products on the page, by using html5 data-attributtes. Each prodct can have multiple values, as in: data-brand="acer", … -
Replied To a Post in Filtering of products, based on checkboxes
I created [this](http://www.pritaeas.net/tools/linkfarm/) filtering example. Not sure if it's useful. -
Replied To a Post in User groups/roles for application
> Alternatively you could go action based and link your roles to actions rather than screens. Makes sense, because 'view screen X' is triggered from somewhere. Action based sounds okay, … -
Replied To a Post in User groups/roles for application
Suppose a screen shows a master detail relation. Would it make sense to connect a screen's right to rights on the underlying tables? Company and contact relation for example: I … -
Edited How to capture option value and echo out or concatenate to include file?
Hi everyone, I am new to PHP. I have a problem. I have a simple HTML form where when I select the country from select / option list provided, i … -
Replied To a Post in User groups/roles for application
Well, roles would have to be set/defined on application level, so I don't think attributes would work. -
Replied To a Post in User groups/roles for application
> You would need to write your own middleware for the permissions authentication. No problem, they want control anyway. > I would use interfaces and mark your screens All screens … -
Stopped Watching I want my link to blink
Hi I want my link to blink. I am using this code <a href="#" style=" text-decoration:blink;">Click Here</a> but it is not working. -
Began Watching I want my link to blink
Hi I want my link to blink. I am using this code <a href="#" style=" text-decoration:blink;">Click Here</a> but it is not working. -
Replied To a Post in I want my link to blink
> it is not working. It doesn't work on IE, not sure about other browsers, so you'll need to switch to CSS3 animations for example. -
Stopped Watching Mysql query to filter product by categoey
I got a product table like this id | name | category 1 | name1 | 2,1,5,8,9 2 | name2 | 2,1 3 | name3 | 5,8 And I got … -
Began Watching Mysql query to filter product by categoey
I got a product table like this id | name | category 1 | name1 | 2,1,5,8,9 2 | name2 | 2,1 3 | name3 | 5,8 And I got … -
Replied To a Post in Mysql query to filter product by categoey
> It is any possible to get the records without performaing with separate table. See above. -
Created User groups/roles for application
We're in the process of upgrading/improving our application framework, and we're currently looking into (application) user groups and roles. We want to implement CRUD rights to our screens. What's in … -
Began Watching User groups/roles for application
We're in the process of upgrading/improving our application framework, and we're currently looking into (application) user groups and roles. We want to implement CRUD rights to our screens. What's in … -
Stopped Watching Microsoft Enterprise Library - security resources
We're looking into the Enterprise Library, to see if the security part will fit our needs. We want to use application roles/rights, so we probably need to write our own … -
Marked Solved Status for Microsoft Enterprise Library - security resources
We're looking into the Enterprise Library, to see if the security part will fit our needs. We want to use application roles/rights, so we probably need to write our own … -
Stopped Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Began Watching Link underline
http://www.daniweb.com/web-development/php/threads/470495/trim-content#post2052543 I see the link in the code as strikethrough (Win7/IE11). Image attached.  -
Replied To a Post in Link underline
One more, inline code: http://www.daniweb.com/web-development/php/threads/471195/separating-front-end-and-back-end-using-codeigniter#post2056125 -
Stopped Watching Mysql query to filter product by categoey
I got a product table like this id | name | category 1 | name1 | 2,1,5,8,9 2 | name2 | 2,1 3 | name3 | 5,8 And I got … -
Began Watching Mysql query to filter product by categoey
I got a product table like this id | name | category 1 | name1 | 2,1,5,8,9 2 | name2 | 2,1 3 | name3 | 5,8 And I got … -
Replied To a Post in Mysql query to filter product by categoey
> And is this the correct format for saving such type of data ? The usual way is to use a link table. > Now I want to display all …
The End.