Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

kensha

Privileged
  • Joined

  • Last visited

  1. Well back to adobe Photoshop for a layout design, just to do something different for a day. Now I'm wondering, how do you like the design and perhaps you can give me some advice to add to it. I do want to keep it quite simple as I'm at a very low design level skill. Also I do like to keep the blue color and I believe with the black background I made the blue color more appealing to the eye. A few pointers, In the future, I'm going to re size the image on the top box so that I can place mine little logo on the left side of the box. I know the news poster isn't correctly aligned. The number 1 is for the future pagination. Also I would like to know if I should increase the page size to higher then 800?
  2. kensha replied to kensha's topic in Server Side
    I will later move on to the pdo and mysqli functions but for now I stick on what I know atm to get mine website online. Also what I forgot is that the div function is only for 1 item. Changing the #slideDown to .slideDown and change the #video in mine css to .video made it all work. However I changed it to toggle:). Also in the table there is only the video link and the id of it. Ussual when creating a table I intend to use all of it, if possible (except the use of id).
  3. kensha replied to kensha's topic in Server Side
    Hey rallport, the jquery doesn´t seem to work with mine database and may be you have answer of why not. <script> $(document).ready(function(){ $("#flip").click(function(){ $("#video").slideDown("slow"); }); }); </script> This example below doesn't seem to work for some reason. <?php $query=mysql_query("select * from video_ets2"); while($row=mysql_fetch_array($query)) { echo '<div id="flip"><a href="#">Gameplay 01</a></div>'; echo '<div id="video">'; echo $row['video']; echo '</div>'; } ?> I was wondering if jquery is even compatible with mysql?
  4. kensha replied to kensha's topic in Server Side
    Alright, it seems I need to learn some jquery style if I want to add it, thanks.
  5. kensha posted a topic in Server Side
    Hey guys I'm looking for a certain script to add on mine website. So I got like: Video List (with the <a href="#"></a> ): Gameplay 01: Gameplay 02: Gameplay 03: Gameplay 04: Example embed link: <iframe width="420" height="315" src="http://www.youtube.com/*gameplay01*" frameborder="0" allowfullscreen></iframe> I just want that the video be opened once the user clicks on game play item without that he get redirected to youtube or getting a popup. Is this even possible of what I want?
  6. So I guess working with an example project I might have changed the user account from wamp. Anyway I know the user information that I need to login, but I guees I need to change it somewhere. Error Statement: PDOException: SQLSTATE[28000] [1045] Access denied for user 'kensha'@'localhost' (using password: YES) in lock_may_be_available() (line167 of C:\wamp\www\drupal-7.20\includes\lock.inc).[/size] I have looked up in the lock.inc but all seems to be combined to the $name variable and I can see the start of the $name variable. Anyone know where I must go look at?
  7.    jerOpporpViof reacted to a post in a topic: php removing items from the sql table
  8. Thanks for the headup now I know at least it's just the leak, making sure no'one will get into mine car until fixed and only use it when needed. Anyway the fix will cost me €200,- that's all I know, didn't asked much further at that time.
  9. They said mine oil.
  10. Alright first of all I know you all arn't doctors:). A few weeks ago I feel a bit of light headed in my car, we just had the winter after us. This week I have brought my car to the garage because of steering issue, good thing only the belt by the engine had to be replaced. Now after the fix, the people at the garage told me they found a leak by my engine and if I smelled it. I did smelled it, but I though it was only because I just started it up and I go rapidly up to 100 km/h. Because of the cost I can't fix it until February 26th. This light head feeling is may be because of the engine smelling?, because after around 10 minutes later I just feel normal and even when I have turned off the engine I feel quite normal again.
  11.    kensha reacted to a post in a topic: links control
  12. kensha replied to kensha's topic in Server Side
    Alright, I am going to try to explain it correctly by giving you an example: The leftmenu.php Connect to the mysql database and retrieve the list of the mysql table. Receive output as. Home News FAQ Option 1, moving the links around. New output as: FAQ Home News Option 2, remove the links. New output as: Home FAQ Now on the admin section a form is being displayed that contains the 2 options of moving up or down or delete a certain link. I just don't know how to achieve this one, I'm quite new on this part. If I echo an input name out of the form than all I get is the name on and not the index of that link target. I am very sorry if it still sound confusing.
  13.    royadyhop reacted to a post in a topic: links control
  14. kensha posted a topic in Server Side
    So mine system is finally emerging though there are few things that I'm still wondering before I continue. First I wonder if I should add all the links to the mysql table and retrieve the list from their. The upside is that you can easily delete or recreate a new link, however you can't move the links up or down. A copy/paste would be required. So I wonder what would be the best way of the link control? To get it easily dynamic? For mine photo album I like to add the images at the certain spot and once again I wonder if I should add the link to the mysql table. For example. Uploading file on the page. Page Refresh with message image uploaded under that message a hyperlink(location) and an image preview will be show. I'm quite confuse of getting more dynamic link control and yes I know you can simply place a <a href="#"></a> in an include file but that would be to static for the user to use. So what is the best way to control it all? Maybe some'one got a book or website for me to read on. Or should I move on to programs like asp.net/mvc/mvc3 etc?
  15. Hey guys I'm looking for a certain effect that I have saw earlier on different forums. Currently I have created mine back end system where I can update mine news/links/media etc. However I'm looking for a function where I can easily remove the targeted links. For example when hover over a link I see must get this admin [] Remove (tab) With some html check box code I want to select the admin link and be able to remove it completely from the sql row. I know you can remove it inside the phpmyadmin but it's part of mine system so that I don't need to log into min phpmyadmin anymore. I got 2 includes on the page which connects to mine sql server and the sql table. The table stands under leftmenulink . I hope some'one knows a nice correct form I must create.
  16. I'm looking for a replacement of Microsoft Visual Studio 2010 because mine trail is running out and I have not learned much yet. The main concept for me is the use of MVC 3 + 4. So which program can you recommend me to use? May be there is a small add on for wamp to use MVC?
  17. So to make it all much easier for use I created this config file, but there is one 1 thing that I´m kinda stuck on it and I don´t know if it is normal for that? So I got the top.php topbanner.php leftmenu.php content.php bottom.php The question is where to place the bottom.php or must I create a new config file for it? The config file <?php $undefined="undefined"; //PHP Data File list 0.1. //Al files must not be changed! Unless you have requested permission. //Body parts are being placed here for future changes. require_once("body/top.php"); require_once("body/topbanner.php"); require_once("body/leftmenu.php"); require_once("body/content.php"); //Link to CSS file //For adding a new css file, please go to the top.php file in the body //Folder $cssMain="../css/main.css"; //The title of the page is contained here $title="Agenda"; ?> The content file; <?php require_once("body/top.php") ?> Content blabla </div> <?php require_once("body/bottom.php"); ?> The top.php contains the link to the config file but must I make a second config file just to link the last one and would it be wise to link the content file directly to the config file?
  18. Alright, you guys finally caught me of going to use Wordpress. So, I currently use Wordpress for a week right now and it seems okay to work out and around the lines together with Wordpress instead of using the MVC standard. However, I noticed that restyling a design might get tricky. Today after looking where the header has been placed so I could change it to a slideshow, I kinda got stuck right there already. So I'm looking for a wordpress book for the webdesign part so I can adjust some stuff here and there on mine own. The reason is that I just don't want to crash down the entire project and I must re-start it all. I live in Europe and for a small payment I don't mind for some nice online stuff.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.