uCoz Community Communication General Talk General Discussion (Current Topic: General) |
General Discussion |
Feel free to discuss any general non-related topics in this thread. From time to time a topic may be set to generate discussion but otherwise please feel free to communicate with our forum community!
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Alexander4583, there isn't any official place like this, but you could try here, on our forum.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
Xayaan, you really optimized the speed of your website sir. I hope that I can make that kind. cheers...... By the way the kuro of eriko all I can say is very great it is like a google plus.
1F4BF3B
Post edited by Cyberdasm - Wednesday, 2015-11-18, 11:30 PM
|
Cyberdasm, you can find more informations about SSL here: https://en.wikipedia.org/wiki/Transport_Layer_Security
I personally don't like it, because it slows down a website, sometimes. Not each time, though. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
Cyberdasm, bigblog, SSL is a security feature that can be implement in the Transport Layer to secure the connection between two nodes on a network. It essentially mitigates the possibility of a man-in-the-middle attack by encrypting the information sent between the two machines.
From my experience, I would strongly recommend SSL when you're handling sensitive data such as usernames, passwords, payment details, or personal information. It obviously depends on how high a threat you would see man in the middle attacks, and how much trust your users need to have placed in your website. SSL is a common security feature, and as far as I am aware, doesn't often impact overall website performance if implemented correctly, that is, using HTTPS connection for the relevant scripts, and HTTP for the rest. Obviously it would be most effective when implemented site-wide, but there are cases where it is not. Server performance when using SSL can also depend on your server configuration. Hope this cleared a few things up. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Thanks alot Sir Paradox. By the way does ucoz server support ssl?
I think there was an unusual flow of traffic of my website yesterday. www.lizeal.tk (this website) It goes straight in 200 host just in one day with 355 hits? I doubt there was somebody who are attacking my site. Is that possible? (I changed it to www.algae.gq) for the meantime. 1F4BF3B
|
At the current moment uCoz website do not support the addition of SSL certificates. I think there was an unusual flow of traffic of my website yesterday. www.lizeal.tk (this website) It goes straight in 200 host just in one day with 355 hits? I doubt there was somebody who are attacking my site. Is that possible? (I changed it to www.algae.gq) for the meantime. What you'll find is a bot or series of bots are using your website as a referral bouncer. It's not unusual for this to happen and most website that use Google Analytics have to remove such referral sources form their analytics. Unfortunately with the uCoz analytics we're unable to do this. This is nothing that impacts your site performance or is an attack on your website. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Paradox, thank you sir.
May I ask if this kind of content layout can be use in ucoz cms? http://tgp.com.ph/blog/ 1F4BF3B
|
Cyberdasm, are you wanting to create a two column listing? Or are you wanting to create a two column post?
Either way - to keep things simple I would recommend something such as Foundation to help you achieve this. It keeps the markup simple and straightforward, and saves you having to reinvent the wheel another time around. I use it as a base framework for all my projects. :) If you need help feel free to post here and I'll try and remember to check in every couple of days. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
To place posts in a module in two columns, you can use the following code in the "Appearance of entries" template: Code <div style="float:left;width:50%;height:250px;overflow:hidden;"> <!--Start(Appearance of entries)--> Here goes the full code of the template..... <!--End(Appearance of entries)--> </div> I'm not active on the forum anymore. Please contact other forum staff.
|
Cyberdasm, in addition to the above, be sure to add
Code <div style="clear:both;"></div> after $BODY$ in the home page of the module. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
| |||